Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo Box Variable - Help Needed

Status
Not open for further replies.

Daz

Technical User
Nov 19, 2000
13
GB
Hi,

I am using the following code to post data from the following fields (HName, HRoad, HArea, HTown) to an ASP page, this code works fine with the text fields shown:

loadVariablesNum("propertyaddflash.asp", 0, "POST");

However I need to add a number of combo boxes onto the same FLA\SWF file, for some reason it does post data from the combo boxes to the ASP, only the text fields data gets transferred.

I found some information relating to the code shown below, which I have tried with a combo box which in the instance box I have called HStyle

function onSubmit()
{
formData.HStyle="";
formData.HStyle=HStyle.getValue();
}

But I still cant get it to work, How do I use this kind of code with the "loadvariables" as shown above???

Many Thanks

Darrell...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top