Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: cdonts email with html and hyperlink


Message #1 by "Dan Crandell" <dan_c39@y...> on Fri, 21 Jun 2002 19:41:38
Hi all I am trying to pass parameters in my url utilizing the html version 
with cdonts.  I want to pass a text that is hyperlinked, ie, click me and 
when they click this link within there emails they go to a certain page.

the problem is I have the link working for a basic href, but I need to 
know how to pass parameters in the url,  Somthing like this:

http://mysite/myfolder/my.asp?<%XID()%><%SRC()%>.....

Can anyone help me out?

thanks
dan
Message #2 by "Tomm Matthis" <tmatthis@c...> on Fri, 21 Jun 2002 14:48:53 -0400
Put the equal sign after the "<%"
... mysite/myfolder/my.asp?<%=XID()%><%=SRC()%>

-- Tomm

> -----Original Message-----
> From: Dan Crandell [mailto:dan_c39@y...]
> Sent: Friday, June 21, 2002 7:42 PM
> To: ASP CDO
> Subject: [asp_cdo] cdonts email with html and hyperlink
> 
> 
> Hi all I am trying to pass parameters in my url utilizing the html version 
> with cdonts.  I want to pass a text that is hyperlinked, ie, click me and 
> when they click this link within there emails they go to a certain page.
> 
> the problem is I have the link working for a basic href, but I need to 
> know how to pass parameters in the url,  Somthing like this:
> 
> http://mysite/myfolder/my.asp?<%XID()%><%SRC()%>.....
> 
> Can anyone help me out?
> 
> thanks
> dan
> 

Message #3 by Dan Crandell <dan_c39@y...> on Fri, 21 Jun 2002 12:59:39 -0700 (PDT)
--0-1702880759-1024689579=:32966
Content-Type: text/plain; charset=us-ascii


 thanks got it done.
  Tomm Matthis <tmatthis@c...> wrote: Put the equal sign after the "... mysite/myfolder/my.asp?

-- Tomm

> -----Original Message-----
> From: Dan Crandell [mailto:dan_c39@y...]
> Sent: Friday, June 21, 2002 7:42 PM
> To: ASP CDO
> Subject: [asp_cdo] cdonts email with html and hyperlink
> 
> 
> Hi all I am trying to pass parameters in my url utilizing the html version 
> with cdonts. I want to pass a text that is hyperlinked, ie, click me and 
> when they click this link within there emails they go to a certain page.
> 
> the problem is I have the link working for a basic href, but I need to 
> know how to pass parameters in the url, Somthing like this:
> 
> http://mysite/myfolder/my.asp?.....
> 
> Can anyone help me out?
> 
> thanks
> dan
> 




---------------------------------
Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup

  Return to Index