computergeek67
|
Craete a Pop-Up WindowEver wanted to make a flash or an image pop-up in a window with a specific width and height.
Well now you can, with a simple few lines of javascript.
Just add the following code to your page and change the variables that are in caps.
so here's the code :
| Code: | <a href="java script:void(0)"
onclick="window.open('HYPERLINK OF CONTENT','miniwin','toolbar=0,location=0,directories=0,status=0,
menubar=0,scrollbars=0,resizable=0,width=XXX,height=XXX')">TEXT OF CONTENT</a> |
and thats it.
-The Anizone
|