• 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: 123456..6

[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:

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

[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]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 [quote](Just click the button([b]FriendsterTalk[/b]) under controlpanel buttons to see the effect)[/quote] ........... Animated Comment Opener Credits for additional idea :arrow: [b]andry[/b] [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]UR_USERID[/b]');return false\">Post a Comment</a> | <a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]UR_USERID[/b]');return false\">View All (9999)</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]UR_USERID[/b]');return false\">Post a Comment</a> | <a href=\"#\" onClick=\"expandingWindow('http://www.friendster.com/comments.php?uid=[b]UR_USERID[/b]');return false\">View All (9999)</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]

Last edited by blurrycloud (2008-09-13 07:02:23)

kaitetebolls
» n00b
FTalk Level: zero
81
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:

i cant see the preview?
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:

wow...great buddy..keep on sharing!!! =)
john_619619
» FTalkManiac
FTalk Level: zero
986
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 cloud :wow:
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:

[quote=kaitetebolls]i cant see the preview?[/quote] [url]http://profiles.friendster.com/53375466[/url] here oh.... Wei by the way.. This is working for IE5+ and FF @heinz: thanks bro.. been busy with multiply so i want to share something for FS users... LOLS :lol: @john: thanks johnny boy... wahehe

Last edited by blurrycloud (2008-01-28 23:49:21)

iconald
» FTalker
FTalk Level: zero
273
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 =) thanks for sharing. kip it up :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:

^ aregato... thanks... =)
Elcanity
» n00b
FTalk Level: zero
51
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:

exactly what it does?
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:

^ it will pop up a new window... In a situation like you are viewing your profile... you want to browse for another window (assuming :wallbash: :wallbash: friendstertalk.com) this effect will pop up friendstertalk page.... instead spawning your profile or typing the url on the address (if that is the right term)
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 i can't see the preview>.
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:

[url]http://profiles.friendster.com/53375466[/url] here ^^ Just click the [b]FriendsterTalk[/b] Button under my controlpanel buttons to see the effect... =) :thumbsup:
Elcanity
» n00b
FTalk Level: zero
51
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:

it will target on blank right? :|
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:

nice one bro! hahaha :eh: i can have this on my sidebars right? ill try to apply CSS so that i can customize the button to their own image linkies.. is that possible? hmm.. try try try.. keep it up! :D :thumbsup:

Last edited by ducheszv (2008-01-28 22:48:25)

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:

[quote=Elcanity]it will target on blank right? :|[/quote] ah so you mean the blank page... ofcourse you have to wait for the new window to appear ... here's the cycle dude BlankPage :arrow: NewWindow(assuming friendstertalk.com) =) @duch: yah you can put the button on the sidebar sis...

Last edited by blurrycloud (2008-01-28 22:56:15)

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:

hmm...hope i can make it work in my footer or mainnav.. hmm try try try.. i think itll be long if ill have this on my sidebars... hmm nyway thanks bro! future mod! weeeeeeeee :lol:
john_619619
» FTalkManiac
FTalk Level: zero
986
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:

<input style=\"[b]blahblahblahblah[/b]\" type=\"button\" value=\"BUTTON LABEL\" onClick=\"expandingWindow('URL OF NEW WINDOW')\">
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:

^ thanks for always being rude to me johny boy. XD :lol:

Last edited by ducheszv (2008-01-28 23:03:55)

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:

Actually i don't know how to edit a default button.. Only for customized buttons... wahehehe Look for this line if you want to design your buttons [quote]<input type=\"button\" value=\"BUTTON LABEL\" onClick=\"expandingWindow('URL OF NEW WINDOW')\">[/quote] replace it with this one.. [quote]<input class='popupbuttons' type='button' value='[b]BUTTONLABEL[/b]' maxlength='23' onClick='expandingWindow('[b]URL OF WINDOW[/b]')'>[/quote] then place this inside your css.. (Just edit the ##### part) [quote].popupbuttons { color: #######; font-family: Arial; font-size: 12px; font-weight: bold; background-color: ######; border:1px solid ######; }[/quote] Sis im not hoping to be a mod... wakakaka come what may... LMAO hehe :lol: :lol:

Last edited by blurrycloud (2008-01-28 23:14:35)

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:

ROFLMAO! whahaha nahh i totally vote for you bro! MP section needs clean up! ;)
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:

^We'll never know sis.. wahaha but for now i think they can manage MP section.. im just sharing around...
  • 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: 123456..6

Board footer

© 2024 F Talk

Current time is 02:41

[ 10 queries - 0.026 second ]
Privacy Policy