Can someone tell me why this isn't working?
<Script language="JavaS cript"><!--//
var bJavaEnabled = Boolean(clientI nformation.java Enabled());
if (bJavaEnabled){
document.write( '<form method="post" name="hiddenfor m" id="hiddenform " action="Special s.asp">');
document.write( '<input type="hidden" id="enabled" name="enabled"...
User Profile
Collapse
-
bolinc started a topic Request.Form("enabled") returns undefined, Request.Form("enabled").count returns 0.in ASP ClassicRequest.Form("enabled") returns undefined, Request.Form("enabled").count returns 0.
-
Response.Write( "Enter Name: " '<INPUT TYPE= "Text" NAME="NameText" >');
Response.Write( ' ');
Response.Write( "Enter Contact: " <INPUT TYPE= "Text" NAME="ContactTe xt">');
Then you can use
sName = String(Request. Querystring('Na meText'));
sContact = String(Request. Querystring('Co ntactText'));
Something like that should work.... -
Simulating a click on an input type submit
I have some code and right now it has a submit button. Users select a date and region (state, country, etc.) and when both are selected they press the button and whamo. What I want to do is if they have JavaScript enabled I want to do away with the button and do the submit in the onchange of the combo boxes. Here's the code. Any help?
Response.Write( ' ');
Response.Write( '<INPUT TYPE="submit" id=submit...
No activity results to display
Show More
Leave a comment: