HTML pop-up links
HTML pop-up links
- Started
- Last post
- 2 Responses
- adamfinger
A few months ago, a site was listed in the NTB that outlined a better way to build a pop-up window link without using:
link
Instead, you use something like:
I would prefer to use the newer method but is there anyway to specify to width and height of the new pop-up window? Thanks.
- adamfinger0
Whoops, I guess the links didnt work...let me try again
Old method:
a href="#" onclick="PopUp()">link
new method:
a href="foo.html" onclick="window.open(this.href... false;"
- jevad0
> components