Well, by default, the script generates a line like the below at the very end:
Code:
document.write('<a href="mailto:'+encryptedemail_id36+'">Contact Us</a>')
You can change that to work with Dreamweaver's rollover image code like so:
Code:
document.write('<a href="mailto:'+encryptedemail_id36+'" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'Image19\',\'\',\'images/learndomain2.gif\',1)"><img src="images/learndomain.gif" alt="learn domain name" name="Image19" width="281" height="30" border="0" id="Image19" /></a>')
Note the backslash (\) proceeding each of the single quotes within the code.
Bookmarks