Okay i want a new window to open like when u login to habbo it opens in a small window, how is this possible?
Edited by Lµke (Forum Moderator): Thread Moved from Website Designing. Please post in the correct section next time, Thanks.
Okay i want a new window to open like when u login to habbo it opens in a small window, how is this possible?
Edited by Lµke (Forum Moderator): Thread Moved from Website Designing. Please post in the correct section next time, Thanks.
Last edited by Lµke; 19-01-2007 at 04:03 PM.
In your link (starting with <a href"" > etc)
add
target="_blank"
Simple js, when page exists-client openpopup()
client is the name of the popup V12
need me to write it just say so in reply, but i cant do it now
Then, you link to it by:Code:<script language="javascript" type="text/javascript"> <!-- function popitup(url) { newwindow=window.open(url,'name','height=200,width=150'); if (window.focus) {newwindow.focus()} return false; } // --> </script>
Code:<a href="popupex.html" onclick="return popitup('popupex.html')" >Link to popup</a>
Dnno think thats right
I think he means a popup that automaticlly opens when someone is on habbo sam
No he means the window LIKE habbo..
When you click Login and a new window pops up >.>
I think thats correct script![]()
Oh im a bit dumb then sorrythere are a few popup gens about. I like this one better:
I dont know why i put the <!-- comment in lol -->Code:<!-- popup code copyright habbogalaxy.com. all rights reserved --> <a href="#" onClick="window.open('http://www.google.com','closer','width=400,height=300');">Click here to go to a small google!</a>
It will be nice if u keep it but u dont have 2
TO TEST IT OUT COPY AND PASTE THIS IN YOUR ADDRESS BAR AND PRESS GO! Works with most browsers
javascript: document.write("<a href='#' onClick='window.open('http://www.google.com','closer','width=400,height=300');' >Click here to go to a small google!</a><br><br><i>Made by Tabo!</i>")
Last edited by Nether$; 19-01-2007 at 03:36 PM.
Want to hide these adverts? Register an account for free!