Insert quote bug

Started by Spaceman-Spiff, September 02, 2003, 01:39:08 AM

Previous topic - Next topic

Spaceman-Spiff

got this error msg:
Retrieving Quote... \n[ code ]\n\n[ quote ][ /quote ]'); window.focus(); setTimeout('window.close();', 400);

when trying to quote this:
Quotewhat if we change all of the mailto links?
i dont know if something liket this is effective or not:
<a href="mailto:%77%65%62%6d%61%73%74%65%72%40%6c">
i know something like this is more effective, but way longer:
<script language="javascript" type="text/javascript">
<!--
   var mailpart1 = 'ma'
   var mailpart2 = 'il'
   var mailpart3 = 'to:'
   var address = 'someone'
   var domain = 'hotmail'
   var ext = 'com'
   document.write('<a href="');
   document.write(mailpart1 + mailpart2 + mailpart3);
   document.write(address + '&#64;' + domain);
   document.write('.');
   document.write(ext);
   document.write('">');
   document.write('mail me</a>.');
// -->
</script>

[Unknown]


Advertisement: