• ARCHIVES 
  • » [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

Pages: 1123456

[b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

Thanks for sharing!Keep posting bro =)
duchess
» FTalkElite
FTalk Level: zero
6453
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

[quote=Refresh/Reload]hmmm... will this work even if pop-up window is set to block..?? coz i tried something like this before... as an enter page but those with pop-up window blocks can't see the effects...[/quote] yep.. it still works.. i got the pop-up blocker.. and it still works. =)
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

great trick im using this in my other acct.thnks cloud...
hiace16
» FTalkAddict
FTalk Level: zero
503
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

[b]nice dude's[/b] :thumbsup: ;)
raykyo
» FTalkManiac
FTalk Level: zero
731
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

[quote=blurrycloud][b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash: [b]In a simple explanation:[/b] This Tweak will pop a new page/window :lol: :lol: Credits: [b]DynamicDrive[/b] :thumbsup: =) Insert this code inside your onload handler [quote]var FtalkRules; try {FtalkRules = document.createElement("div"); } catch (e) {FtalkRules = document.createElement("<div>"); } FtalkRules.setAttribute("style","text-align:center;padding-top: 5px"); FtalkRules.innerHTML = "<br><div align=\"center\"><input type=\"button\" value=\"[b]BUTTON LABEL[/b]\" onClick=\"expandingWindow('[b]URL OF NEW WINDOW[/b]')\"></div>"; document.getElementById("controlPanelButtons").parentNode.appendChild(FtalkRules);[/quote] Just edit the bold part [quote]Ex: :arrow: Url of new window: http://theftalk.com :arrow: Button Label: FriendsterTalk[/quote] Then Place this code under your js codes... <">That's It your done .... very simple tweak... thanks Preview: [url]http://profiles.friendster.com/53375466[/url] (My Testing Profile) [quote](Just click the button([b]FriendsterTalk[/b]) under controlpanel buttons to see the effect)[/quote] [/quote] wow very nice bro
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

^thanks guys for using this simple script.... :thumbsup: =)
gatekeeper
» n00b
FTalk Level: zero
70
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

Hey this code dosent work on my profile :crybaby: :crybaby: :wallbash:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

^ wahehe.. how come dude? let me see ur link.. dont just say its not working.. :disgust: @duch or kuya bob... pls help this dude above me... im running out late for my anatomy subject... :penguin: :penguin: thanks in advanced... :cake: :cake:

Last edited by blurrycloud (2008-01-30 02:18:46)

andry
» FTalkAddict
FTalk Level: zero
514
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

you can also add this code for personalized your comments or whatever lol lol ... :lol: [quote]function animatedkomen(){ document.getElementById("content_18").getElementsByTagName("div")[0].innerHTML="<div class=\"viewall\"><a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]YOUR USERID[/b]');return false\">Post a Comment</a> | <a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]YOUR USERID[/b]');return false\">View All ([b]9999[/b])</a></div>"; document.getElementById("content_18").getElementsByTagName("div")[22].innerHTML = "<div class=\"viewall\"><a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]YOUR USERID[/b]');return false\">Post a Comment</a> | <a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]YOUR USERID[/b]');return false\">View All ([b]9999[/b])</a></div>"; } if (!attachOnLoadHandler(function(){animatedkomen()})) window.onload = function(){animatedkomen()}; //no need to edit this code function expandingWindow(website) { var windowprops='width=100,height=100,scrollbars=yes,status=yes,resizable=yes' var heightspeed = 2; // vertical scrolling speed (higher = slower) var widthspeed = 7; // horizontal scrolling speed (higher = slower) var leftdist = 10; // distance to left edge of window var topdist = 10; // distance to top edge of window if (window.resizeTo&&navigator.userAgent.indexOf("Opera")==-1) { var winwidth = window.screen.availWidth - leftdist; var winheight = window.screen.availHeight - topdist; var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops); for (sizeheight = 1; sizeheight < winheight; sizeheight += heightspeed) sizer.resizeTo("1", sizeheight); for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) sizer.resizeTo(sizewidth, sizeheight); sizer.location = website; } else window.open(website,'mywindow'); }[/quote] another quick comments method .. wahahaha :lol: :penguin: :penguin:

Last edited by andry (2008-02-03 01:13:10)

Co_don SanAdH
» FTalkAgent
FTalk Level: zero
2289
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

nice code andry.. :eh: :thumbsup: gw pake ahh :penguin: :penguin:
slashedkite
» FTalkManiac
FTalk Level: zero
973
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

hahaha! nice script! ;) :thumbsup:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

thanks guys for d comments.. :eh: :thumbsup: thanks andry for additional idea.. [quote=gatekeeper]Hey this code dosent work on my profile :crybaby: :crybaby: :wallbash:[/quote] ^ i cannot see this tweak inside your js file... :ninja: :ninja:

Last edited by blurrycloud (2008-02-03 19:15:29)

kangkong10
» FTalkManiac
FTalk Level: zero
617
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

thanks for updating broh!
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

no problem ^ ur welcome
cypnet
» FTalker
FTalk Level: zero
165
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

nice trick :thumbsup:
cray05
» n00b
FTalk Level: zero
44
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

can i ask question... hmm can i get the code where can i place it on sidebar.... hehehe i want to put this as my credits ^^ :D many thanks bro
sHy19
» FTalkAgent
FTalk Level: zero
2012
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

so cool! =) thnkz for sharin kua clou2x :P :lol:
blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

Ur Welcome Ate Shy-Shy.. mwahhh... hehe
pulasara
» FTalkAddict
FTalk Level: zero
574
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

who is andry? :paranoid:
jdeejercito
» n00b
FTalk Level: zero
39
0
1969-12-31

Re: [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

sir what do you mean by button label??
  • ARCHIVES 
  • » [b]Description:[/b] Instead of just spawning a window, this script animates it into view, by expanding it horizontally then vertically until it fills the screen. :wallbash: :wallbash: :wallbash:

Pages: 1123456

Board footer

© 2024 F Talk

Current time is 12:49

[ 11 queries - 0.053 second ]
Privacy Policy