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

[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

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:

^ button label... the name of your button example your button label is [b]Friendstertalk[/b]
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:

for newbies like me: if you want many links and place them on sidebar/mainbar... place diz on onload handler [quote]<br><div align="center"><input type="button" value=" name of 1st site" onClick="expandingWindow(' url of 1st site')"><br><div align="center"><input type="button" value="name of 2nd site" onClick="expandingWindow('url of 2nd site')"><br><div align="center"><input type="button" value=" name of 3rd site" onClick="expandingWindow('url of 3rd site')"><br><div align="center"><input type="button" value="name of 4th site" onClick="expandingWindow('url of 4th site')"></div>[/quote] then generate to addbox.. dont forget diz one [quote]Code: //Animated Window- By Rizwan Chand (rizwanchand@hotmail.com) //Modified by DD for NS compatibility //Visit http://www.dynamicdrive.com for this script 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] maybe it helps.. and sorry too bad english ahihih :D
sweetgrace1116
» n00b
FTalk Level: zero
3
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 cloud,can you make this to my profile?thanks! sweetgrace1116@yahoo.com :)
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:

^ i think u don't have a little background how to apply tricks in ur friendster... Click here... [url]http://theftalk.com/t22027-Making-Extensions-Files.-%5BFriendster-Editing%5D.html[/url]

Last edited by blurrycloud (2008-02-22 21:07:20)

onocel
» n00b
FTalk Level: zero
3
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: [img][/img]
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 for commenting... :D
JeRkZxxx
» n00b
FTalk Level: zero
92
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:

Thanxx MOD...nice code you got there... :thumbsup: [img]http://h1.ripway.com/jerkzxxx/Jerkzxxx/luffyattack.gif[/img][img]http://h1.ripway.com/jerkzxxx/pipo04.gif[/img] [img]http://h1.ripway.com/jerkzxxx/BetterRUN.gif[/img]
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 buddy...
lloyd
» FTalker
FTalk Level: zero
133
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 add the buttons !!???
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:

^ what do u mean?
CoWoCuPu
» FTalkElite
FTalk Level: zero
4881
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... nice trick man... thx for sharing!!!! lemme try 1st.. :penguin: :penguin:
jimpierce93
» n00b
FTalk Level: zero
4
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:

whats an on load handler
hunt3r
» FTalker
FTalk Level: zero
162
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:

oo.. nice thx for share =)
zaxor16
» n00b
FTalk Level: zero
14
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:

:wallbash::wallbash::wallbash: if i didnt stop using fs... maybe i can understand ur codes by now, i'll try this one up...
phorbid
» n00b
FTalk Level: zero
74
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:

thanx for share
youjizz
» FTalker
FTalk Level: zero
160
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:

thankz for sharing=)=)=) nice trick brother good job:thumbsup::thumbsup::thumbsup:
aRiSa
» FTalker
FTalk Level: zero
155
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 =) can i use this?
hello9055
» FTalkGeek
FTalk Level: zero
1387
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:

cant you make one 4 css? btw nc code! :thumbsup: =)
Vipper
» FTalker
FTalk Level: zero
114
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 thank for sharing
sambelgoreng
» n00b
FTalk Level: zero
84
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:

thx 4 sharing:D:D:D
  • 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: 1..123456

Board footer

© 2024 F Talk

Current time is 06:06

[ 9 queries - 0.045 second ]
Privacy Policy