| Posted by Steve Horrillo on 06/17/82 11:19 
I can't figure out why this script won't insert the subject in the email andwhy can't I control the font and size being used? I'm not sure where to post
 this. Let me know where if this is OT.
 
 
 <SCRIPT LANGUAGE="JavaScript">
 <!-- Begin
 function isPPC() {
 if (navigator.appVersion.indexOf("PPC") != -1) return true;
 else return false;
 }
 if(isPPC()) {
 document.write('<b>Send <A CLASS="contact" HREF=\"mailto:\?subject\=Take a
 look at website I found.?body=You can see this website at
 http://www.BrokerAgentTraining.com\" onMouseOver="window.status=\'Send your
 friends e-mail about this website\'; return true" TITLE="Send your friends
 e-mail about this website">this website<\/A> to a friend</b>');
 }
 else { document.write('<b>Send <A CLASS="contact" HREF=\"mailto:\?body\=Take
 a look at this website I found. You can see this website at
 http://www.BrokerAgentTraining.com\" onMouseOver="window.status=\'Send your
 friends e-mail about this website\'; return true" TITLE="Send your friends
 e-mail about this website">this website<\/A> to a friend</b>');
 }
 //  End -->
 </script>
 
 
 --
 Warmest regards,
 
 Steve Horrillo, Realtor / CEO / C.Ht.
 http://brokeragenttraining.com (Advanced training for real estate
 professionals)
 http://over100percent.com (Realtors earn over 100 percent
 http::/hipfsbo.com (a helpful place for the serious home seller or buyer who
 is open to new ideas)
 [Back to original message] |