credit to

ratan_v@usa.net: for Original script
This trick to open your other profile or site using button.
screenshoot
[img]http://i221.photobucket.com/albums/dd167/AFZULNIZAM/trick.jpg[/img]
follow this step
step 1 : copy this code and paste in your js file
[quote]function opensite()
{
a= window.open("[color=#FF0000]url of site[/color]","myName0",
"width=385,height=180,top='+screen.availTop+',left=0',status,toolbar=1,scrollbars,
location");
b= window.open("[color=#FF0000]url of site[/color]","myName1",
"width=385,height=180,top='+screen.availTop+',left=395,status,toolbar=1,scrollbars,
location");
c= window.open("[color=#FF0000]url of site[/color]","myName2",
"width=385,height=190,top=290,left=0,status,toolbar=1,scrollbars,location");
d= window.open("[color=#FF0000]url of site[/color]","myName3",
"width=385,height=190,top=290,left=395,status,toolbar=1,scrollbars,location");
}[/quote]
[color=#FF0000]Red text[/color]

Put url link that u want to open. example :
http://theftalk.com or url of your profile.
step 2
[quote]<FORM>
<INPUT TYPE=button VALUE="[color=blue]button title[/color]" onClick="opensite();">
</FORM>[/quote]
[color=blue]blue text[/color]

for your title button.
copy second code and generate here
[url]http://afzulnizam.t35.com/addbox/abbbox3.1.html[/url]
Don't know how to generate

[url=http://theftalk.com/t16599-WVM2.2-and-Marfillaster%27s-Addbox-Gen.-Explained.html]click here[/url]
step 3 copy paste generated codes into onload header in your js file. for example :
[quote]function onProfileLoad() {
//insert generated boxes here
var header="search engine";
var code="<FORM>"+
"<INPUT TYPE=button VALUE=\"button title\" onClick=\"opensite();\">"+
"</FORM>";
addBox(header,code,"custombox_430",/commonbox[\s]*?controlpanel/i);
}[/quote]
step 5 save n preview your profile.
Last edited by AFZULNIZAM (2009-05-29 01:40:48)