proj-imim:
More on Hotspots
RDHoore (ProxyVista) 2000-Jun-01 09:09:00
> You have quotes inside quotes. You need to precede these with backslashes
> (\).
>
> Example:
>
> u'href="#"'onClick="MM_openBrWindow(\'details.htm\',\'zoom_view\', ...
Siegfried,
I wrote this in a sleepy moment. I mean, what i wrote about quotes in quotes
is correct, but using the "u" parameter the way you do will never work.
It should either contain a valid URL, or "javascript:" and a function
(doesn't work in IE), or "ptviewer:" followed by a function from the viewer.
Use the method Peter described.
Ronny D'Hoore