User Profile

Collapse

Profile Sidebar

Collapse
bolinc
bolinc
Last Activity: Nov 27 '06, 09:15 PM
Joined: Oct 27 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Request.Form("enabled") returns undefined, Request.Form("enabled").count returns 0.

    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"...
    See more | Go to post

  • bolinc
    replied to Asp. Net
    Response.Write( "Enter Name: " '<INPUT TYPE= "Text" NAME="NameText" >');
    Response.Write( '&nbsp;');
    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....
    See more | Go to post

    Leave a comment:


  • bolinc
    started a topic Simulating a click on an input type submit

    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( '&nbsp;');
    Response.Write( '<INPUT TYPE="submit" id=submit...
    See more | Go to post
No activity results to display
Show More
Working...