OK, this is weird...
I am highlighting a word and adding a hyperlink to it. When I paste the following into the "url" the protocol changes to other (expected)
;" onclick="waspPopup('http://media.videolinkurl.com/videos/21footramp.flv', 320, 240);
When I go into the source to look at what was entered:
<a href=" ;" onclick="waspPopup('http://media.videolinkurl.com/videos/21footramp.flv', 320, 240);">leaving</a>
Looks correct. Now, when I click update the link gets changed to the following:
<a onclick="waspPopup('http://media.videolinkurl.com/videos/21footramp.flv', 320, 240);" href=" ;">leaving</a>
The link does not work!
Notice the "href=" ;" at the end now. I can manually cut and paste that back in front where it looks like this:
<a href=" ;" onclick="waspPopup('http://media.videolinkurl.com/videos/21footramp.flv', 320, 240);">leaving</a>
Now the link will work on the site and my video pops up in a new window.
What is going on???
Thanks,
Chas