HighDots Forums  

Syumped on how to pre-insert sblect line into outllok client.

alt.html.tags alt.html.tags


Discuss Syumped on how to pre-insert sblect line into outllok client. in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Scott Wiper
 
Posts: n/a

Default Syumped on how to pre-insert sblect line into outllok client. - 03-03-2004 , 06:56 PM






I have a javascipt tag for my mailto because because of spam harvest bots I
have imbeded it like so

I think it's ?subject= pace_suject_line_here. I am just stumped as to where
to put it so it pre-inserts.

Any help would be apreciated.

EG.

Put this blue part right after your site's BODY tag...
<SCRIPT language="javascript">
<!--
function mailme(text) {
var myname="johndoe"; // CHANGE this to your actual username
var myhost="example.com"; // CHANGE this to the name of your mail server
var myaddy=myname+"@"+myhost;
document.write("<a href=\"mailto:"+myaddy+"\">"+text+"</a>");
}
//-->
</script>

Then, put this other blue part wherever you want a mail link to appear...
<SCRIPT language="javascript"> <!--
mailme("Send me email");
// --> </script>
<noscript>
<a href="email.htm">Send me email</a>
</noscript>


--
My Cat Tigger says every morning...
Before my morning coffee I might as well be a DOG!
Insert ' NO SPAM ' when responding or it wiill be trashed
http://www.travel-net.com/~swiper/email.htm




Reply With Quote
  #2  
Old   
Steve R.
 
Posts: n/a

Default Re: Syumped on how to pre-insert sblect line into outllok client. - 03-04-2004 , 04:22 AM






Scott Wiper wrote in message ...
Quote:
I have a javascipt tag for my mailto because because of spam
harvest bots I have imbeded it like so.
Use one of these, they do al the hard work for you. Copy the results into
'notepad' first then copy again into your program.

Since using the HTML version in the first one my clients have never been
bothered by webpage generated spam since.

Click on ...
http://www.mways.co.uk/prog/hidemail.php can be HTML

http://www.ecardiff.net/unescape.asp Javascript only




Reply With Quote
  #3  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Syumped on how to pre-insert sblect line into outllok client. - 03-04-2004 , 09:00 AM



"Scott Wiper" <nobody (AT) devnull (DOT) spamcop.net> wrote:

Quote:
I have a javascipt tag for my mailto because because of spam
harvest bots I have imbeded it like so
Well, then you have a problem. You solve it by putting your E-mail
address as visible text which is also a mailto: URL and by using
whatever methods your find suitable to deal with spam. You cannot avoid
spam*), you can just choose what to do with it. Creating new problems
by obfuscation and JavaScript dependence won't solve the spam problem.

*) Except by deciding to stop using E-mail.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
  #4  
Old   
Scott Wiper
 
Posts: n/a

Default Re: Syumped on how to pre-insert sblect line into outllok client. - 03-04-2004 , 05:56 PM




"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote

Quote:
"Scott Wiper" <nobody (AT) devnull (DOT) spamcop.net> wrote:
Well, then you have a problem. You solve it by putting your E-mail
address as visible text which is also a mailto: URL and by using
whatever methods your find suitable to deal with spam. You cannot avoid
spam*), you can just choose what to do with it. Creating new problems
by obfuscation and JavaScript dependence won't solve the spam problem.

*) Except by deciding to stop using E-mail.
Thankyou so much for the help I cannot epress my gratitude for your responce
to my problem. I have generated the scripts and copyed and pasted them.

As for getting spam I report them to the ISP's and to goverment authorties.
As for not recieving spam. You Point is well taken.

Quote:
--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html





Reply With Quote
  #5  
Old   
Scott Wiper
 
Posts: n/a

Default Re: Syumped on how to pre-insert sblect line into outllok client. - 03-04-2004 , 05:59 PM




"Steve R." <stevie_ritchie(NOSPAM)@hotmail.com> wrote

Quote:
Scott Wiper wrote in message ...
I have a javascipt tag for my mailto because because of spam
harvest bots I have imbeded it like so.

Use one of these, they do al the hard work for you. Copy the results into
'notepad' first then copy again into your program.

Since using the HTML version in the first one my clients have never been
bothered by webpage generated spam since.

Click on ...
http://www.mways.co.uk/prog/hidemail.php can be HTML

http://www.ecardiff.net/unescape.asp Javascript only


Thank you very much for your response
I have booked marked both pages for use.

Since I did not know until recently about webpage generated spam...
I been recieving about 6-10 spam a day





Reply With Quote
  #6  
Old   
Toby A Inkster
 
Posts: n/a

Default Re: Syumped on how to pre-insert sblect line into outllok client. - 03-06-2004 , 06:27 AM



Scott Wiper wrote:

Quote:
I been recieving about 6-10 spam a day
Oh if only. I probably get about 250 per day. About 150 of those are
filtered out at SMTP level (DNS blackholes, etc) and about 90 more by
SpamAssassin.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?page=132



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.