[thelist] (no subject) ASP2.0 server.execute

.jeff jeff at members.evolt.org
Thu May 30 12:19:01 CDT 2002


ashok,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: ashok at magicalkenya.com
>
> nope - asp2.0 doesnt have a server.execute command to do
> this. but you could do this fairly easily  using a mix
> of asp 2.0 & client javascript...
>
> add a named 1 pixel transparent image just below the
> body tag... something like ... <img src="x.gif" height=1
> width=1 id=secret>
>
> in an onLoad() javascript event.
> do something like :
>
> document.images['secret].src =
> 'http://x.com/sendmail/mail.asp?txtFrom="Me at 1stperson.com"';
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

or, skip the javascript dependency entirely and just call the url directly
in the <img> tag.

<img
 src="http://x.com/sendmail/mail.asp?txtFrom=Me@1stperson.com"
 height="1"
 width="1">

.jeff

http://evolt.org/
jeff at members.evolt.org
http://members.evolt.org/jeff/





More information about the thelist mailing list