|
|
 |
RE: FN-FORUM Stupid ASP Question...:)
date posted 22nd July 2001 14:11
That's great, thanks for that Damian :)
-------------------------
Matt Russell
http://www.i-fire.co.uk
i:fire digital media
-------------------------
> -----Original Message-----
> From: [EMAIL REMOVED]
> [EMAIL REMOVED] Behalf Of Damian Jauregui
> Sent: 22 July 2001 13:49
> To: [EMAIL REMOVED]
> Subject: RE: FN-FORUM Stupid ASP Question...:)
>
>
> Matt,
>
> What you need is something like this. It's much quicker and avoids
> putting in or missing out those damn double quotes...
>
>
> Untitled
>
>
> Dim strYourName, strYourICQ, strSquadName, strSquadWebsite
>
> strYourname = Request.Form("YourName")
> strYourICQ = Request.Form("YourICQ")
> strSquadName = Request.Form("SquadName")
> strSquadWebsite = Request.Form("SquadWebsite")
> %>
> Name: ">
> ICQ: ">
> Squad: ">
> Squad Website: ">
>
>
>
>
>
>
> ------------------------------------------------------
> Damian Jauregui
> Everlone Limited
>
> http://www.everlone.com
> ------------------------------------------------------
>
>
>
> ============================================================
>
> * Free listing for freelancers
> * Free to advertise jobs
> * Free jobs distribution service
> * Free database of 1000 freelancers
>
> Freelancers and Freelance Jobs
> http://www.freelancers.net
>
> To post to the Forum:
> [EMAIL REMOVED]
>
> To unsubscribe please email:
> [EMAIL REMOVED]
>
> If you have difficulties unsubscribing please email:
> [EMAIL REMOVED]
>
> To subscribe to the digest for this list or for further
> information please visit:
> http://www.freelancers.net/forum.html
>
|
 |
|