PDA

View Full Version : Custom popup window



ClubTime
20-08-2006, 04:52 PM
Okay i am making a user system and i want to customize it.

I want it so that when you want to register a window popups up like the javascript one but a custom one with a site page in it.

Any help?

Call
20-08-2006, 05:19 PM
www.dynamicdrive.com
Search for popup generator

OR try

www.javascriptkit.com
Both have the things you need.

Jargit
20-08-2006, 07:11 PM
<SCRIPT language="JavaScript">alert("Your Text Here!") </SCRIPT>


U mean that?

nets
21-08-2006, 02:14 AM
<script type="text/JavaScript">
<!--
window.open('page.htm','popup','toolbar=no,width=5 00,height=500', true);
-->
</script>I've italicised and highlighted red where you'll most likely need to make amendments to the script.

Call
21-08-2006, 08:07 AM
^^ With that remember to target your link to popup
k

ClubTime
21-08-2006, 12:54 PM
Thanks. Done now thread closed.

Want to hide these adverts? Register an account for free!