What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Creating 'Pop-Up' Windows

Creating 'Pop-Up' Windows
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Creating 'Pop-Up' Windows
code:
window.open("location of thingy to open", "title of window" [optional features])
in features you can set things like the height and width of the pop-up
(e.g. height=100,width=100)

So a link that would open the popup would for example be:
code:
<a href='javascript:window.open("http://shoutbox.menthix.net", "A popup", "height=300,width=300");'>Click to open some dodgy forum</a>

My way is better than his :P

This post was edited on 06-01-2006 at 08:06 PM by Plik.
06-01-2006 08:05 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Creating 'Pop-Up' Windows - by Tasha on 06-01-2006 at 07:55 PM
RE: Creating 'Pop-Up' Windows - by Nathan on 06-01-2006 at 08:03 PM
RE: Creating 'Pop-Up' Windows - by Plik on 06-01-2006 at 08:05 PM
RE: Creating 'Pop-Up' Windows - by Nathan on 06-01-2006 at 08:09 PM
RE: Creating 'Pop-Up' Windows - by Tasha on 06-01-2006 at 08:17 PM
RE: Creating 'Pop-Up' Windows - by Nathan on 06-01-2006 at 08:22 PM
RE: Creating 'Pop-Up' Windows - by Tasha on 06-01-2006 at 08:26 PM
RE: Creating 'Pop-Up' Windows - by Nathan on 06-01-2006 at 08:32 PM
RE: Creating 'Pop-Up' Windows - by Tasha on 06-01-2006 at 09:21 PM
RE: Creating 'Pop-Up' Windows - by Supersonicdarky on 06-01-2006 at 09:31 PM
RE: Creating 'Pop-Up' Windows - by Nathan on 06-01-2006 at 09:32 PM
RE: Creating 'Pop-Up' Windows - by lordy on 06-01-2006 at 09:45 PM
RE: Creating 'Pop-Up' Windows - by Tasha on 06-01-2006 at 10:04 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On