I keep looking for a way to make a drop down menu, or just a regular menu with submenu, but I can't find any.
OR
I can't find how to post links in getElementById or any other command. It doesn't work...
Please help!
Offline
for no. 2, just do document.getElementById('elementid').innerHTML = '<a href="linktopage">text</a>'
Offline