I’ll try to explain as clearly as I can on what I’m trying to accomplish While inside the Edit Text/HTML and with the Radio button “Rich Text Editor” selected. I type text inside the rich text editor that says “View Other Site”. I then proceed to use the Insert/Edit link button of the editor to make the text into a link. This brings up the Link—Webpage Dialog popup window with “Link Info”, “Target” and “Advanced” tabs of the popup window. Now here is my question at this point… How do I add an ONCLICK event for a link that calls a javascript function? In other words the HTML code would look like this. onClick="return ExitNotice();">View Other Site Technically I could use the “source” option and just type the code above in…. But there doesn’t appear to be away to add an ONCLICK event to the link while using only the “Rich Text Editor”. Is there a way to add an “ONCLICK” event to a link while only using the “Rich Text Editor”? Just curious if there is an idea to accomplish this. |