Posted: Sun Dec 16, 2007 12:46 pm Post subject: Craete a Pop-Up Window
Ever 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>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum