Jump to content

sreenivas

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sreenivas

  1. yes you can do it what ever you choose admin name and password add a constant text by which identify this is admin and transfer to admin page example:in databaseyou have users : name passwords sree 123456 --> user(no text prior) paul password2 --> user(no text prior) adminproject1 adminpasswordx --->admin user (you have text "admin" prior to username and password)in vb code:normally user enters username and password then you will code apage to search that username and password exist in database or not if exist transfer the page to user privillage page ,if doesn't exist then you need to add "admin" text prior to username and password which provided by user and search database again.definately you will find a record (if u provide right username password)in that case you transfer the page to admin.in this situation rememeber that if you enter username and password with the prior text "admin" you will transfer to user privillage page.
  2. yes u can do it example: <select size="1" name="D" tabindex="1" STYLE="color: #ffffff; font-family:Arial,Helvetica,sans-serif; font-weight: lighter; font-size: 12px; background-color: #72A4D2;"> <option value="" > blue colored back ground </option> <option value="" > colored back ground </option> </select>
  3. i am new to vb script please help me how to replace " (quote) with a space in vbscript
×
×
  • Create New...