Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: ASP problems |
From: | Jason Brown |
Date: | Mon, 4 Oct 1999 17:38:22 +0100 |
response.write? Request.Querystring
to get a variable from the url you asssign a value to a variable using the
syntax
variable = Request.Querystring("name")
THEN you reponse write the variable
or use the shorthand form <%= variable %>
-----Original Message-----
From: Greg Bueltmann [gbueltmannn2nsolutions [dot] com (mailto:gbueltmannn2nsolutions [dot] com)]
Sent: 04 October 1999 17-12
To: 'flasherchinwag [dot] com'
Subject: RE: FLASH: ASP problems
I am not passing any variables back to Flash. Only taking them and
inserting them into a mail object.
I did change the permissions on the directory to script/execute, but it's
still not working.
Thanks again for the suggestions. I'm still perservering!
Greg
> -----Original Message-----
> From: mbainza [dot] ibm [dot] com [mbainza [dot] ibm [dot] com (mailto:mbainza [dot] ibm [dot] com)]
> Sent: Monday, October 04, 1999 1:57 AM
> To: flasherchinwag [dot] com
> Subject: RE: FLASH: ASP problems
>
>
>
>
> any variables passed back to flash MUST be in the name=value format
>
> for example ...in your script you cannot make the value of
> name=michael
> ie
>
> <%
> name=michael
> %>
>
> flash wont see it ...you need to:
>
> <%
> response.write("name=michael")
> %>
>
> flash will them parse the variable name and know the value
> attached = michael.
>
>
> does this help ?
>
>
> Michael Bain
> "(A)bort (R)etry (I)nfluence with large hammer"
> IBM Global Services, Tel external: 011 302 7234, Tel ext
> internal: 11120,
> Cel.Phn: 082 926 1856
> ------> http://www.futuredynamics.co.za/cyberbaby/babym.html
>
>
> "DeJarnett, Gary" <a3gddtechmail [dot] admin [dot] ttu [dot] edu> on 10/01/99
> 10:54:03 PM
>
> Please respond to flasherchinwag [dot] com
>
> To: "'flasherchinwag [dot] com'" <flasherchinwag [dot] com>
> cc: (bcc: Michael Bain/South Africa/IBM)
> Subject: RE: FLASH: ASP problems
>
>
>
>
> Greg,
>
> No problem. I did the same thing (tested from an HTML form)
> and even though
> things worked fine from there, I couldn't get the variables
> passed back to
> Flash correctly until I changed the permissions on the
> directory. This may
> not be your problem, but I'd check to make sure the permissions on the
> directory were execute/script just in case.
>
> Gary
>
> Date: Fri, 1 Oct 1999 11:23:11 -0500
> From: Greg Bueltmann
> Subject: RE: FLASH: ASP problems
>
> Thanks Gary.
> I've tested the script using an HTML form and it works, so I
> think the permissions are set correctly. Does that sound
> right to you?
> I've looked at flashasp and that site helped me get to the
> point where I am now. The demo is where I learned about "/" in the
> location-level setting.
> GB
>
>
> --------------------------------------------------------------
> ----------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-managerchinwag [dot] com
>
>
>
>
>
> --------------------------------------------------------------
> ----------
> To UNSUBSCRIBE send: unsubscribe flasher in the body of an
> email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
> N.B. Email address must be the same as the one you used to subscribe.
> For info on digest mode send: info flasher to list-managerchinwag [dot] com
>
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]