proj-imim:
More on Hotspots
RDHoore (ProxyVista) 2000-May-31 13:59:00
> <PARAM name=hotspot0 value=" x104 y336 cff0000 n'mountain view'
> u'href="#"'onClick="MM_openBrWindow('details.htm','zoom_view','scrollbars=
> ye s,resizable=yes,width=495,height=590')'">
> ....
You have quotes inside quotes. You need to precede these with backslashes
(\).
Example:
u'href="#"'onClick="MM_openBrWindow(\'details.htm\',\'zoom_view\', ...
> By the way, is it possible to add an <alt> text to a hotspot?
You mean to get a hint popping up in IE. No! I wish it were.
Ronny D'Hoore