Guest_imported
New member
- Jan 1, 1970
- 0
I have this piece of code which is pretty self explanatory....
It passes a value through to the next page.........
<img src='images/viewdetails_over.gif' width='137' height='20' space='0' vspace='0' border='0' align='right' onClick="JavaScript: window.open('blank.asp?id=<%=id%>', '', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=380, left = 200, top = 150')" style="cursor:hand">
It works perfectly in IE but in Netscape the button isn't clickable at all. Any ideas for a bit of code which will do the same thing in Netscape?
Many thanks
James
It passes a value through to the next page.........
<img src='images/viewdetails_over.gif' width='137' height='20' space='0' vspace='0' border='0' align='right' onClick="JavaScript: window.open('blank.asp?id=<%=id%>', '', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=380, left = 200, top = 150')" style="cursor:hand">
It works perfectly in IE but in Netscape the button isn't clickable at all. Any ideas for a bit of code which will do the same thing in Netscape?
Many thanks
James