posted 17 years ago
Hi all,
Can anyone help me out how I can display a hyperlink at a specific position dynamically using javascript.
Actually I have to display a hyperlink beside text box when I change text in the text box I need to change the hyperlink displaying there. I am doing this by using visibility option, by hiding the first hyperlink when I change text in text box, but I am unable to display the hyper in the same position where I use to have my first hyperlink.
As we have
style="position:absolute; clip:rect(top,right,bottom,left)" for form elements do we have anything like that which we can use in javascript to set this hyperlink?