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 Mike Lewis 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: gasper000
  • Order by date
  1. gasper000

    Realtime Form Validation

    Well, Good news...I moved one step forward...Now It validates that the user didn't leave the Username field blank. I used 4 files: 1. the form.php 2. insert.php 3. validate.js 4. formvalidation.php
  2. gasper000

    Realtime Form Validation

    I came across http://particletree.com/features/degradable-ajax-form-validation/ I'm working on it & will let you know the results.
  3. gasper000

    Realtime Form Validation

    2nd File <?php $con = mysql_connect("localhost","root"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("Accounts", $con); $sql="INSERT INTO RG_Private_Data (Username, Password, C_Password, Email, C_Email, S_Question, S_Answer, Nickname, F_Name, L_Name...
  4. gasper000

    Realtime Form Validation

    I use 2 php files: 1. REG_FORM.php ->It has the form. 2. Insert.php -> I use that file to connect the form to MySQL. ----------- 1st file: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <body> <!-- THE...
  5. gasper000

    Realtime Form Validation

    Thanks a lot for your time & effort. I have tried the codes but still it's not working. I tried editing it but actually I'm really tired & it's late here, so I will go sleep & try again tomorrow. In case it doesn't work, I will send here the form codes, may be that help. I voted for you. Thanks...
  6. gasper000

    Realtime Form Validation

    I have been searching google for days. The problem is that this consists of 3 or 4 files. 1 of them is really long & hard to trace. Also they don't provide any description of the file names...Just some codes & scripts mixed together & as I'm a beginner I can't fix those codes by myself.
  7. gasper000

    Realtime Form Validation

    Well, I have made a registration form & I want to apply the realtime validation process. I spent days searching online trying but it seems it's pretty hard for a beginner. I want client/server sides realtime validation to be able to validate the following: 1. Username: a)Checks if the username...
  8. gasper000

    Complicated Problem..!

    I didn't notice the star thing. I voted twice for him.
  9. gasper000

    Complicated Problem..!

    DONE..! THANK YOU A LOT :)
  10. gasper000

    Complicated Problem..!

    I tried it but it doesn't seem to work this time. The onmouseover, onmouseout doesn't have any effect on the images.
  11. gasper000

    Complicated Problem..!

    WoW..! Thanks a lot ..your work is much appreciated..! :) I thought I was doing good with javascript, but it seems like I'm few steps away from being a beginner..! lol Just 2 more questions. 1st. how can I replace the alert with another image replacement. Like replace two.png with image...
  12. gasper000

    Complicated Problem..!

    May be I was not clear enough but what you wrote is what exactly I have reached. I got the same effect using different codes but actually that's not the problem. I will explain it on your example so it can be much easier. What I want to do is to apply onClick, onMouseOver, & onMouseOut events on...
  13. gasper000

    Complicated Problem..!

    Well, I have a javascript problem which I find really complicated. I'm not an expert, I'm just a beginner. I worked hard trying to do something special but faced the following problem: I have [IMAGE A] [IMAGE B] [IMAGE C] & [IMAGE 1] [IMAGE 2] [IMAGE 3] [IMAGE 4] [IMAGE 5] [IMAGE 6]...

Part and Inventory Search

Back
Top