Hi!
I am trying to use popup function to have a dropdown table on mouseover. It looks like it doesn't like the html inside the menu. Is this right?
Example:
aI("text=<table><tr><td><img></td><td>My message</td><td><img></td></tr></table>;url=http://milonic.com/cbuy.php;");}
If you look at http://babycenter.marketlive.com/category/bob.do I need to have all selects to show up on mouseover on " ML Test Data 1 Finder".
Thank you for your wonderful help.
popup function
popup function
Last edited by nboyad on Sat Oct 21, 2006 8:11 pm, edited 1 time in total.
Hi,
The double quotes in your html will have to be either (a) removed, (b) escaped, or (c) changed to single quotes. The first double quote after "text=... will end the string passed to aI() prematurely and cause a js error. You also need to add type=html; to the menu item definition passed to aI().
Cheers,
Kevin
The double quotes in your html will have to be either (a) removed, (b) escaped, or (c) changed to single quotes. The first double quote after "text=... will end the string passed to aI() prematurely and cause a js error. You also need to add type=html; to the menu item definition passed to aI().
Cheers,
Kevin