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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP / JavaScript

Status
Not open for further replies.

tmg181

MIS
Sep 5, 2002
2
US
Hi everyone,
I have an ASP form with a drop down boxes and radio buttons. Our goal is to disable questions related to the given question when a specific answer is selected. This was not a problem until we wanted to have the values load as disabled when the user brought the page up to edit it. The values are passed from the database in order to populate the fields. Right now the Onload event will work for all drop down boxes or all radio buttons but because we need two different JavaScript funtions in order to have the disabling function work properly. I can not get multiple functions to work properly because I am using IF statements in order to load the questions as enabled or disabled. I am trying to make seperate functions within JavaScript that have the IF statements within. It will not allow me to pass ASP values into the function and I can't figure out another way to make this work properly... Any thoughts would be greatly appreciated... Thanks
 
i think the limit is between 32 - 64kb which is a hell of a lot. Mind you this is for a form post.

Any more than 32k and you may start having problems with submission. These limits are imposed by the browser.

on error goto hell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top