this will change your control panel buttons with drop down menu ..
just edit some parts ..
[quote]document.getElementById("controlPanelButtons").innerHTML=
"<select onchange=\"window.location=(this.options[this.selectedIndex].value)\">"+
"<option value=\"#\">-------------------------------------------</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"<option value=\"[b]LINK HERE[/b]\">[b]LABEL[/b]</option>"+
"</select>";[/quote]
put the code at ur js file ..
[url=http://profiles.friendster.com/soulsourcer]preview[/url]
Last edited by mhedge (2008-12-01 05:30:27)