HTML pop-up links
HTML pop-up links
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- 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;"