• ARCHIVES 
  • » first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

Pages: 12

first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

frostmourne_05
» FTalker
FTalk Level: zero
123
0
1969-12-31

first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><input name=hl type=hidden value=en><input maxlength=2048 name=q size=20 title='Google Search' style='border: outset 2px #e3e3e3;' value='Type Your Search' onClick=\"value=''\"><br><input name=btnG type=submit value='Google Search'></form><br>"; addBox("<div align='right'>Google Search</div>","[color=blue]GOOGLE SEARCH[/color]",googlesearch,"commonbox","[color=green]2[/color]");[/spoiler] you can edit the [b]title header(the one with all caps)[/b] and the [b]green text[/b] if you want here's another code.This time it's google search and friendster search form (thanks to marfillaster hehehe) [spoiler]var search=document.getElementById("search"); addBox("RIGHT","My Search Form",search.innerHTML.replace(/title="My Search Form"/i,"title=\"Arjhaye's Search Form\" target=\"_blank\""),"2"); search.parentNode.removeChild(search);[/spoiler] the addBox function...if you already have this on your WVM no need to copy this code: [spoiler]function addBox (type,head,htm,id,sibling) { //by marfillaster //type "LEFT" | "RIGHT" //head header string //htm innerHTML string //id css_id string //sibling css_id_insertbefore string | null /* Available default Siblings Default "sibling_ID" Boxes for Reference (10/19/07) LEFT RIGHT "0" = controlpanel "15" = meettrail "1" = photos "2" = friends "13" = blogs "14" = googleads "12" = reviews "7" = fan "6" = moreabout "8" = groups "18" = publiccomments null = appends to last(without "") "10" = scrapbook */ try { var li=document.createElement("li"); } catch(e) { var li=document.createElement("<li>"); } if(type=="LEFT") { var ul=document.getElementById("0").parentNode.parentNode; htm="<div class='boxcontent'>"+htm+"</div>"; } else {var ul=document.getElementById("2").parentNode.parentNode; } li.innerHTML="<div id='"+id+"' class='commonbox "+id+"'>"+ "<h2>"+head+"</h2>"+ "<div id='content_"+id+"'>"+ htm+ "</div>"+ "</div>"; if(sibling==null) ul.appendChild(li); else { sibling=document.getElementById(sibling).parentNode; ul.insertBefore(li,sibling); } }[/spoiler] [b]TIP:[/b] :idea: if you already have the 1st and the addBox function code in your tracker.js all you need to copy is the main code and paste it on your onload handler.look for this part of the [color=red]tracker.js[/color] code: <">that's where you will paste the main code....:eh: preview:[url]http://profiles.friendster.com/11610748[/url] credit:cip6192 for sharing me the code thanks man :thumbsup:

Last edited by frostmourne_05 (2008-11-04 20:34:26)

ric25
» FTalkAddict
FTalk Level: zero
326
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

Thanks For Sharing I'll Try L8r
frolickfriendster
» FTalkAddict
FTalk Level: zero
310
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

Ok this is great, but how can I make google open the search in another window, like the target="out" of the <a> Html tag? I dont want the user to navigate away from my profile even if they make a google search.
masterjin
» n00b
FTalk Level: zero
52
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

thanks for sharing. nice trick.
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

gud job.. :thumbsup:
frolickfriendster
» FTalkAddict
FTalk Level: zero
310
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

well i wish my question will be answered :eh:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

hehehehe... this one is interesting... but let's try this one.. <">anyway, in this script above. it need your google search [u][b]not[/b][/u] to be hidden.. i mean make sure you ddnt hide your search form.. like [b]#search {display:none}[/b] coz in the script i gave above the google search will just transfer to the side and create a sidebar.. however it is the exact search form of friendster.. you can also use the surfer to transport to the sidebar.. ;) <">

Last edited by xavierkym (2007-09-03 08:02:04)

marfillaster
» FTalkAddict
FTalk Level: zero
300
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

as simple as this just include in your onload handler [quote]var search=document.getElementById("search"); addBox("RIGHT","Search",search.innerHTML.replace(/title="Search"/i,"title=\"Search\" target=\"_blank\""),"friends_2_2"); search.parentNode.removeChild(search);[/quote] this will also open a new window instead of navigating away from your profile
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

anyway, guys see here what im talking about.. http://profiles.friendster.com/48573739
john_619619
» FTalkManiac
FTalk Level: zero
986
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

how about yahoo?
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

[quote=marfillaster]as simple as this just include in your onload handler [quote]var search=document.getElementById("search"); addBox("RIGHT","Search",search.innerHTML.replace(/title="Search"/i,"title=\"Search\" target=\"_blank\""),"friends_2_2"); search.parentNode.removeChild(search);[/quote] this will also open a new window instead of navigating away from your profile[/quote] When I added after the onland handler it does not show and my tracker disappears :o Did I miss something :retard:
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

bob: if you are using the old tracker you can use this.. <">
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

thanks xavier!!! :thumbsup:
john_619619
» FTalkManiac
FTalk Level: zero
986
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

:arrow: [b]i want to put this at the top of my friends[/b] :arrow: [b]what will i add?[/b] :D <">
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

try this.. <">
ericajoyce2003
» FTalker
FTalk Level: zero
241
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

nice one., thanks kuya dale && frost., ^^
Vipper
» FTalker
FTalk Level: zero
114
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

whew nice trick for the searchers... :penguin:
uolessej
» FTalker
FTalk Level: zero
127
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

nice trick
hatahari
» n00b
FTalk Level: zero
13
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

why is that my tracker is gone? nothing is showing up... sorry if I'm too innocent... I already have addbox function and the onloader handler... what is the exact code that I will be puting in my onload handler? :retard:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

[quote=marfillaster]as simple as this just include in your onload handler [quote]var search=document.getElementById("search"); addBox("RIGHT","Search",search.innerHTML.replace(/title="Search"/i,"title=\"Search\" target=\"_blank\""),"friends_2_2"); search.parentNode.removeChild(search);[/quote] this will also open a new window instead of navigating away from your profile[/quote] Thanks for the revision :thumbsup: works great =) [quote=hatahari]why is that my tracker is gone? nothing is showing up... sorry if I'm too innocent... I already have addbox function and the onloader handler... what is the exact code that I will be puting in my onload handler? :retard:[/quote] Just paste mafillaster code this is shown above into ur tracker.js after the onload handler. Make sure you removed the codes hiding the #search from ur css codes.

Last edited by bobcbar (2007-09-29 19:09:11)

  • ARCHIVES 
  • » first of all...use common sense okay :lol: here's the code: [b]REMINDER:THIS IS JUST A GOOGLE SEARCH FORM[/b] [spoiler]var googlesearch="<br><form action='http://www.google.com/search?' name=f><i

Pages: 12

Board footer

© 2024 F Talk

Current time is 11:03

[ 10 queries - 0.044 second ]
Privacy Policy