|
How can I insert html code into javascript scrolling menu?
Return to Recent Questions
Q:
I have a question.
How can I insert html code into Tree javascript scrolling menu?
Example: I need to put a form, inside of a javascript scrolling menu
A:
You are able to paste any html code within javascript scrolling menu items.
For example:
var tmenuItems = [
...
["||<FORM method=GET action='http://www.google.com/custom'><input name='as_q' value='search
the web' size=15 style='font-size:10'> <INPUT type=hidden name=cof
value='LW:144;L:http://domain.edu/images/sulogo.gif;LH:45;AH:center;GL:0;S:http://domain.edu; AWFID:e01cb67b8afe383e;'></form>","",
"images/icons/search.gif", "", "", "", "", "2", "", "", "",],
Return to Recent Questions
Related:
|