Last edited by jopet_Q (2008-03-12 21:42:00)
thanks for that buddy and to angell 
ahahahaha! The browser turned into a snake
[/quote]
the script only targets the main document... frames and embedded flash are not included. to make it work for cbox and flash, you need to spawn a transparent division that will cover the cbox message box and the flash embed's screen (but that will be a very nifty and complicated thing to do)...
@users
you can experiment with that code by simply getting one function... that code consists of 5 functions to make it roam around the screen. Each function performs a certain task...
example, you want to use a curtain slide window opener, you can take one function and modify it like this...[quote]scrW=screen.availWidth
scrH=screen.availHeight
window.resizeTo(10,10)
window.focus()
for(a=0;a<80;a++){
window.moveTo(0,0)
window.resizeTo(scrW*a/80,scrH*a/80)
}
window.resizeTo(scrW,scrH)[/quote]
now that's another window opener trick you got there...
that trick can also be found from Angell's library
@mods...
if you think this is another trick, kindly just move the codes I used as an example... no need to put credits coz we really don't emphasize on that matter (all we want is to let others learn to go around with codes)
Last edited by jopet_Q (2008-03-10 16:54:04)

But thanks for sharing.

But thanks for sharing.[/quote]
that's what is written in the description heheh... the loop in the code makes the browser hung... it's a funny code at first try, but a ryt-clicker would have second thoughts of doing it again if they experience what you have experienced...lolz
if you don't want to hung the right-clicker's browser...just replace this part[quote]clickSnake()[/quote]
with this (redirection)[quote]top.location.href="http://www.blahblahblah.com"[/quote]
[quote]there's no other way to stop that code when you right-click but to just close the browser by pressing CTRL+ALT+DELETE keys simultaneously... you wont be able to press the window's close button because the window is roaming the screen at a quite fast rate... that method of closing can also be used for profiles with infinite alerts...[/quote]
and it's funny if the person do not know how to close that browser..haha!

But thanks for sharing.[/quote]
that's what is written in the description heheh... the loop in the code makes the browser hung... it's a funny code at first try, but a ryt-clicker would have second thoughts of doing it again if they experience what you have experienced...lolz
if you don't want to hung the right-clicker's browser...just replace this part[quote]clickSnake()[/quote]
with this (redirection)[quote]top.location.href="http://www.blahblahblah.com"[/quote]
[/quote]
I know it said on the info,but I figured it wouldn't be hung cause I'm using FF.
Anyway,thanks for the info.Might as well put it on the post so other peep's browsers won't get hung up.