Welcome Guest [Log In] [Register]
Viewing Single Post From: Add link to submenu
Godkillah
Member
[ * ]
Wrote this yesterday on request of chris,
didn't post it yet because i whasn't sure if it worked and i whas out of time so couldn't test
no i tested it and it worked so here it is


PREVIEW: none, if anyone else makes 1 I'll add it but i don't feel like making 1 and i think its pretty clear what it does anyway

add anywhere under the submenu
Quote:
 
<script>
/*Add submenu link
by Godkillah,
phantom-designs.net*/

var Submenu=[];n=0
Submenu[n++]=['LINK TEXT','LINK URL']

for(ii=0;ii<Submenu.length;ii++){
document.getElementById("submenu").innerHTML="<a href='"+Submenu[ii][1]+"'>"+Submenu[ii][0]+"</a>"+document.getElementById("submenu").innerHTML
}
</script>


Add/Edit/Remove this to make more links
The URL/SRC of the link
The Text you'll see

enjoy
Offline Profile Quote Post
Add link to submenu · User Created Codes