|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
VB's Tab Control
Hello...
Can i Add the VB's Tab Control in ASP Page? and is there any Trim() and isEmail() like function in JAVASCript? Thanks |
|
#2
|
|||
|
|||
|
Hey,
Yes, you can add the tab control to your page. Search google for information on the <object> tag. As for the javascript functions, Unfortunately you do have to write them yourself. Checkout the indexOf function for JavaScript, it will help you out: if(txtEmail.indexOf('@') == -1 || txtEmail.indexOf('.') == -1) alert('The email is invalid'); ... |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > VB's Tab Control |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|