Tuesday, April 10, 2012

Pop-Up Windows

I've been trying to figure out how to put pop-up windows on a website so that when you click a link a new window will come up. So far I still haven't been able to figure out how to set the size of the window. This is as much of the code that I have:

<a target="Here" href="H:\Widget Website\pop up.htm">
Go</a></b></font><br>
<iframe name="I1" marginwidth="1" height="0" scrolling="no" align="center" border="0" frameborder="0" src="H:\Widget Website\pop up.htm" width="0">

You should only need to change the things in red.

No comments:

Post a Comment