C
code_hungry
To the kind person who may be able to help me:
I would like to know how to set up a hyperlink on text and have a window
popup. The text is within a frame (I think) and I would like the new window
to open above the main page (above everything on the screen).
The code I have is <a target="_parent" onclick="window.open("
www.blablabla.htm", "height=420,width=330,status" ); return false;"
href="blablabla.htm">
sample</a> click here and ask for our special of
the month.</font></td>
I have another page on my site that does exactly what I want, but I have a
picture as a hyperlink and the code goes like this
<td><div align="center"><a href="#one"
onClick="MM_openBrWindow('modeling/eight.htm','','width=233,height=350')"><img
src="modeling/thumbs/TJ8.jpg" width="80" height="120"
border="0"></a></div></td>
<td><div align="center"> </div></td>
I want the first code to behave like the second. How should I type it?
Thanks in advance.
--
I would like to know how to set up a hyperlink on text and have a window
popup. The text is within a frame (I think) and I would like the new window
to open above the main page (above everything on the screen).
The code I have is <a target="_parent" onclick="window.open("
www.blablabla.htm", "height=420,width=330,status" ); return false;"
href="blablabla.htm">
sample</a> click here and ask for our special of
the month.</font></td>
I have another page on my site that does exactly what I want, but I have a
picture as a hyperlink and the code goes like this
<td><div align="center"><a href="#one"
onClick="MM_openBrWindow('modeling/eight.htm','','width=233,height=350')"><img
src="modeling/thumbs/TJ8.jpg" width="80" height="120"
border="0"></a></div></td>
<td><div align="center"> </div></td>
I want the first code to behave like the second. How should I type it?
Thanks in advance.
--