Jump to content

Search the Community

Showing results for tags 'asp 3.0'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 1 result

  1. I know it may sound weird and quite out dated but I am trying to work out with ASP 3.0 ( I am a very beginner). What I am trying to achieve is as follow: I have an entry page on my web site that select the language; That leads to a welcome page where I have some text and images that change based on the language selection. (No problem here) I also have a log in form (email, password) with plenty of CSS in it that should change as well. (BIG problem here!!) I tried this lines of code but as expected did not work and returned error. <DIV class="LOGIN"> <% language=Request.form("language") languageWhere="" if language="ITA" then Response.Write "<FORM ACTION='login_action.asp' METHOD='post'> <DIV class='textboxid'> <input type='email' id='email' class='large' required='required' placeholder='Enter your email' style='width:300px;'> </DIV> <DIV class='textboxid'> <input type='password' id='textboxid' class='large' required='required' placeholder='Enter your password' style='width:300px;'> </DIV> <DIV class='cb'> <input type='checkbox' id='remember' name='remember'> <label for='remember'>remember my email in this computer</label> </div> <a href='send_password.asp' class='testo'>Ho dimenticato la password</a> <DIV> <input type='submit' value='ENTER' class='button'> </DIV> </FORM>" end if %> </DIV> Any suggestion or advice (beside giving up programming...)? Thank you in advance for the patience, understanding and kindness! Cheers Valter
×
×
  • Create New...