PDA

View Full Version : Is this possible..



Erica
30-06-2007, 05:35 PM
Okay, I was wondering if there is such thing as a script that closes all browsers, when clicking a link, except the browser that is linked to the link? LOL sorry if that sounded really confusing.

So, for example, if you have google open, and my site open, and you click a link on my site (that will open in a new browser), Google will close, but my site will not.

Is that possible?
If so, provide a link/code?

Thanks,
Erica

the wombats
30-06-2007, 05:38 PM
http://www.uploadz.co.uk/844close.png (http://www.uploadz.co.uk)
if you use firefox and tabbed browsing then right click and then click "close other tabs". make sure ur right clicking the tab u wanna stay open tho.

Erica
30-06-2007, 05:39 PM
I want it to all close automatically.. It's to tick my friends off :P
Long story xD

So basically, clicking my link will close all their other stuff, except my window.

VPSwow
30-06-2007, 05:45 PM
Hmm try a coding forum and im sure someone may be able to make 1

Erica
30-06-2007, 07:39 PM
Actually, is it possible to make my link reload somebody's window?
Like, make my site show up in their habbo window?

Tomm
30-06-2007, 07:44 PM
I smell a scam site to steal other user's passwords...

Erica
30-06-2007, 07:49 PM
Actually, I'd never EVER do that, Tomm.
Tbh, it's just to tick my friends off.
They click the link, it loads in their Habbo window.
Someone's done it to me before, I just wanna get 'em back.

You can ask anyone, I have a clean record and have never attempted/talked about scamming anyone :)

Sunny.
30-06-2007, 08:03 PM
Go on your friends site, who did it to you and rip the coder [ View source ]

Erica
30-06-2007, 08:05 PM
Tried that already:P
He took the site down.
And he hasn't be online for quite a bit :(

Mashi
30-06-2007, 09:42 PM
HMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMmm mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm. I think i know a java script that'll do that. Brb Ill get it.

Erica
30-06-2007, 10:53 PM
Really?
Thanks ^_^

Assassinator
30-06-2007, 10:57 PM
Yes i would be intrested in doing that ***** :|

Save-Me-Oprah
01-07-2007, 07:31 AM
Sounds very much like one of those fake login things :|

I could be completely wrong, but all signs point to that.. wanting to make their Habbo window change, etc..

Mashi
01-07-2007, 08:19 AM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title>
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" onload="javascript:window.close();">
</body>
</html>




Thats a VERY basic version. try and adapt it or wait and i will.

Erica
01-07-2007, 03:07 PM
Sounds very much like one of those fake login things :|

I could be completely wrong, but all signs point to that.. wanting to make their Habbo window change, etc..

SMO, as said before, I'm not doing that.
I used the habbo window as an example.
I want my thing to load in one of their windows, because I was going to do one of those annoying javascript alert sites ;)


Moshi, could you explain the script to me :l
I'm not so good with coding.

Jackboy
01-07-2007, 03:26 PM
Lol i cant think how u would go about doing it......

im not too good with Javascript...

u looked all over google?

if not go to www.codingforums.com

Erica
01-07-2007, 04:56 PM
I'm not good with javascript either, the only thing I can do are popup windows and those alerts..

Meh, if someone could explain the script Moshi posted, it'd be great ^_^

Mashi
01-07-2007, 05:37 PM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title> <!-- Thats The Title
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" <!-- Thats The Image onload="javascript:window.close(); <!-- That says When Its Loaded To Close The Window">
</body>
</html>


So Just Copy and Paste The following Into A Html Document.



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Window Closer</title>
</head>
<body>
<img src="http://www.habboxforum.com/images/icons/icon1.gif" onload="javascript:window.close();">
</body>
</html>

Erica
01-07-2007, 07:35 PM
It closes just my window right when it opens x_x
Any way to make all windows close EXCEPT mine? (that kind of did the opposite)

Mashi
01-07-2007, 08:18 PM
Kk ill be back :')

Erica
01-07-2007, 10:42 PM
Mk.
Thanks ^_^

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