Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GoldPearl
  • Content: Threads
  • Order by date
  1. GoldPearl

    javascript validation

    hello ppl, can anybody tells me wat is wrong with the following code because it is skipping the last condition ("Your user ID is of the wrong format....) function uname() { var iChars = "!@#$%^&*()+=-[]\\\';,/{}|\":<>?"; var iChars1 = "/^\w+\.\w+$/"; if (frmusermaint.txtuserid.value.length...
  2. GoldPearl

    View page

    i have a search page. the user can input the search criteria in a text box and click the view button. the problem is that i want it to check the criteria which is in fact a "department name" in the db and see if it exists before displaying the data. if it is not there, it displays an error...
  3. GoldPearl

    validate user name

    can anybody suggest how i can validate a username in the form "jane.keen" entered in a textbox. the point between the firstname and last name is mandatory. Cheers, Gold Pearl.
  4. GoldPearl

    form submitted despite JS errors

    i have a form with controls in it which i validated using Javascript. when i enter erroeous data, it displays the error message but also submit the form with the erroneous data. i want it to display an error msg like "please enter correct data" instead. code for form is as follows: <script...
  5. GoldPearl

    navigation tabs

    hello I want to set up some tabs in my asp page. but after some search, am getting trial or demo version of tabs. anybody know how to do this or give soem url (no trial plz) Cheers, Gold Pearl.
  6. GoldPearl

    Navigation Tabs in ASP

    hello I want to set up some tabs in my asp page. but after some search, am getting trial or demo version of tabs. anybody know how to do this or give soem url (no trial plz) Cheers, Gold Pearl.
  7. GoldPearl

    Crystal Report + ASP

    Hello I have a few crystal reports and now i want to integrate them in my asl pages and be able to display these reports in the browser. anybody knows how to do this or can provide some good url. Cheers, Gold Pearl
  8. GoldPearl

    retrieve multiple records.

    just started that thread in asp forum..some1 asked me better post it here. so here we r! Hello Can anybody tell me how to retrieve multiple records from a table based on the same criteria and display it as selected in a listbox? For eg from a combo, i select a type of beverage(lstbev) and...
  9. GoldPearl

    retrieve multiple records.

    Hello Can anybody tell me how to retrieve multiple records from a table based on the same criteria and display it as selected in a listbox? For eg from a combo, i select a type of beverage(lstbev) and when i click the view button, i have all the characteristics for that beverage listed in a...
  10. GoldPearl

    insert the contents of dynamically generated textbox in a table.

    (asp 3.0 + sql server 2K) i want to insert the contents of dynamically generated textbox in a table. in my first web page, a user can make a series of selection (eg select a position - let's say 'engineer'). when the user clicks the next button(next1), a table is displayed with the...

Part and Inventory Search

Back
Top