footitch
09-13-2002, 02:59 PM
I'm having a breakdown here.
Simple question, looking for a simple solution.
I have a flash form (name address city etc).
Submit button action:
on (press) {
getURL ("process.asp?Name= \"+ Name +\" & \"+ Company +\" & \"+ Street +\" & \"+ City +\" & \"+ State +\"", "", "GET");
}
- the above 'expression' checkbox is not checked
- when I check it off [URL: ':' expected] appears at the end of my string
where am I going wrong? Flash 5 by the way.
Thanks
Simple question, looking for a simple solution.
I have a flash form (name address city etc).
Submit button action:
on (press) {
getURL ("process.asp?Name= \"+ Name +\" & \"+ Company +\" & \"+ Street +\" & \"+ City +\" & \"+ State +\"", "", "GET");
}
- the above 'expression' checkbox is not checked
- when I check it off [URL: ':' expected] appears at the end of my string
where am I going wrong? Flash 5 by the way.
Thanks