Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: passing variables
From: Helen Triolo
Date: Sun, 20 Feb 2000 13:07:46 GMT

vipin kanwar wrote:
>
> Ok.. i did exactly what you told me to do. I created a logintest.asp file
> just to check what my flash was passing to the ASP file.
>
> The result was awkward. It showed that flash was passing not the variable
> value but just the variable name. Now how did that happen.

It happened not because of what Flash passed but because that's what you
told it to output:

> Response.Write ("Your Username is " + "UserID")
>

Try response.write ("Your Username is " + UserID) instead

(or, for variables with other characters in them,
response.write ("Your Username is " + Server.URLEncode(Userid))

Now do you get the right thing?

HTH,
Helen

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: passing variables, vipin kanwar
  Re: FLASH: passing variables, Debra Sawyers

Replies
  RE: FLASH: passing variables, vipin kanwar

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]