| | |
Validation vbscript to ASP
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
Im having problems with getting the page to stop progressing to the asp one when the user enters the text outwith the limits i.e. no data entered. Could anyone give any guidance?
Cheers
Cheers
html Syntax (Toggle Plain Text)
<html> <head> <title></title> <SCRIPT LANGUAGE="VBScript"> dim validation Function MyForm_OnSubmit validation = False MyForm_OnSubmit = False If (Len(Document.MyForm.txtSurName.Value) > 12) Then MsgBox "You have entered more than 12 characters" validation = False End If If ((Document.MyForm.txtSurName.Value) = "") Then MsgBox "You have forgotten to fill in the input box" validation = False End If If (Len(Document.MyForm.txtSurName.Value) < 13) Then validation = True End If If (validation = True) Then MyForm_OnSubmit = True Else MyForm_OnSubmit = False End If End Function </SCRIPT> </head> <body bgcolor = "lmonchiffon"> <form name = "MyForm" action = "Validate.asp" method = "post" OnSubmit = "return validate(MyForm_OnSubmit)"> <p>Enter Name</p> <input type = "text" name = "txtSurName" value = ""> <input type = "submit" value = "Process"> <input type = "reset" value = "reset"> </form> </body> </html>
.........scaricamento.........
![]() |
Similar Threads
- Dot Net programmer wanted. Work from home. (Web Development Job Offers)
- link exchange script (Existing Scripts)
- how to get 1 submit button to validate user's choice (ASP)
- Difference between asp & asp.net (ASP.NET)
- suspected spyfalcon infection (Viruses, Spyware and other Nasties)
- What is server and client side code? (ASP.NET)
- Simple problem regardingform elements (ASP)
- Help on ASP pages parameters transfer (ASP)
Other Threads in the ASP Forum
- Previous Thread: ADODB.Field error '80020009'
- Next Thread: ASP Session Problem on IIS6
| Thread Tools | Search this Thread |
Tag cloud for ASP
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





