BoNeSaW
03-10-2004, 09:22 PM
I am using this script, which makes a mini window
<iframe name="cwindow" style="border:1px solid black" width=150 height=150 src="doc.htm"></iframe>
It works fine, however if I add a link in the mini window, it will open the url in the mini window (same window as where the link is), I want it to open either in the entire page where the script is on or in a new window.....
any ideas?
thanks!
<iframe name="cwindow" style="border:1px solid black" width=150 height=150 src="doc.htm"></iframe>
It works fine, however if I add a link in the mini window, it will open the url in the mini window (same window as where the link is), I want it to open either in the entire page where the script is on or in a new window.....
any ideas?
thanks!