PDA

View Full Version : New Window



Seduced
17-01-2007, 05:16 PM
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 :).

JoeComins
17-01-2007, 05:22 PM
In your link (starting with <a href"" > etc)
add


target="_blank"

Seduced
17-01-2007, 05:57 PM
In your link (starting with <a href"" > etc)
add

Not like a new window, a new window so that it loads with no tools at the top etc.

Nether$
17-01-2007, 08:09 PM
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

Sam
17-01-2007, 09:01 PM
<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>
Then, you link to it by:


<a href="popupex.html" onclick="return popitup('popupex.html')"
>Link to popup</a>


Dnno think thats right

Nether$
19-01-2007, 12:55 PM
I think he means a popup that automaticlly opens when someone is on habbo sam

Sam
19-01-2007, 12:57 PM
No he means the window LIKE habbo..

When you click Login and a new window pops up >.>

I think thats correct script :)

Nether$
19-01-2007, 03:34 PM
Oh im a bit dumb then sorry :l there are a few popup gens about. I like this one better:



<!-- 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>I dont know why i put the <!-- comment in lol -->

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>")

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