| Author: ShinSR71 | Language: javascript |
| Description: lol open window | Timestamp: 2007-10-18 12:18:19 -0400 |
| View raw paste | Reply |
- function openwindow()
- {
- window.open("http://link.to/image.jpg","lolwindowtitle",width=???,height=???");
- }
- </SCRIPT>
- <A href="javascript: openwindow()">lol click this if you want to open a popup</A>
| View raw paste | Reply |
