To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Flash MX

Reply
 
Thread Tools Search this Thread Display Modes
Old 01-13-2004, 10:34 PM   #1
havey
Senior Member
 
Join Date: Nov 2001
Posts: 137
sendAndLoad() & send() methods

Hello, i have a form with lots of checkboxes, and i'm trying to send the forms value pairs to ASP. I've tried to use send & sendAndLoad and both don't seem to do it, although if I use send() a window pops open and it contains the variables, but i would like the page not to go to another page cause later on I have grab the ASP values and display them in a text box. So how can i submit the checkboxes to an asp page and not get redirected to it or open another window?

This is what I have:

on (release){
formdata = new loadvars();
formdata.AFRICAN=AFRICAN.getvalue( );
formdata.CARIBBEAN=CARIBBEAN.getvalue( );
formdata.CHINESE=CHINESE.getvalue( );
formdata.CONTINENTAL=CONTINENTAL.getvalue( );
formdata.DUTCH=DUTCH.getvalue( );
formdata.EAST_INDIAN=EAST_INDIAN.getvalue( );
formdata.ENGLISH=ENGLISH.getvalue( );
formdata.ETHIOPIAN=ETHIOPIAN.getvalue( );
formdata.FONDUES=FONDUES.getvalue( );
formdata.FRENCH=FRENCH.getvalue( );
formdata.FUSION=FUSION.getvalue( );
formdata.GERMAN=GERMAN.getvalue( );
formdata.GREEK=GREEK.getvalue( );
formdata.ITALIAN=ITALIAN.getvalue( );
formdata.JAPANESE=JAPANESE.getvalue( );
formdata.JEWISH=JEWISH.getvalue( );
formdata.KOREAN=KOREAN.getvalue( );
formdata.MEDITERRANEAN=MEDITERRANEAN.getvalue( );
formdata.MEXICAN=MEXICAN.getvalue( );
formdata.MONGOLIAN=MONGOLIAN.getvalue( );
formdata.PAKISTANI=PAKISTANI.getvalue( );
formdata.PHILIPPINE=PHILIPPINE.getvalue( );
formdata.PIZZA=PIZZA.getvalue( );
formdata.PORTUGUESE=PORTUGUESE.getvalue( );
formdata.RIBS=RIBS.getvalue( );
formdata.STEAK_HOUSES=STEAK_HOUSES.getvalue( );
formdata.THAILAND=THAILAND.getvalue( );
formdata.UKRAINIAN=UKRAINIAN.getvalue( );
formdata.VEGETARIAN=VEGETARIAN.getvalue( );
formdata.VIETNAMESE=VIETNAMESE.getvalue( );
formdata.WEST_INDIAN=WEST_INDIAN.getvalue( );
formdata.DINE_IN=DINE_IN.getvalue( );
formdata.DINE_OUT=DINE_OUT.getvalue( );
formdata.mode=16;
formdata.sendAndLoad("1.asp", "_self", "POST");
play();
havey is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Flash MX

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:27 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.