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: *

  1. vin23akleh

    javascript validation form

    this is what i managed to collect from forums and google <form method="post" action="index.php?page=step2" onsubmit="validate_form(this); return false;"> <table class="text"> <tr> <td class="text">Select Form 1</td> <td> <select name="selectForm1" id="selectForm1">...
  2. vin23akleh

    javascript validation form

    hello i am trying to do a validation form but i ended up with one that only works for chrome, not on IE not on Firefox! don't know why!!! and another problem it looks like that the return false doesn't even work, it proceeds to the next page anyway function validate_required(field,alerttxt) {...
  3. vin23akleh

    href changing depending on what image

    this is the final solution <div class="banner"> <p class="banner_image"> <a href="" target="_blank" name="links"> <img src="banner/blank.jpg" name="slide" width="290px"></a> <script> <!-- //variable that will increment through the images var step=1 function slideit(){ //if...
  4. vin23akleh

    href changing depending on what image

    hello i have this code that tags between three images in an certain amount of time and this works fine <script language = "Javascript"> <?php $count_im=1; $req=mysql_query("select * from banner"); while ($res=mysql_fetch_array($req)){ ?> var image<?php echo $count_im; ?> =new Image()...
  5. vin23akleh

    showing and hiding some div

    this is how i got it to work, but i cant seam to make it hide, i want the div show up and hide depending on the user selection for instance if the user chose the value="highSchoolsDiv" the div with the id="highSchoolsDiv" should be shown, and hidden if not if the user chose the value="Inner""...
  6. vin23akleh

    showing and hiding some div

    i am having some problem showing and hiding some div i want to show the div with the id="universitiesDiv" on one point and the div id="highSchoolsDiv" on another depending on the user choice of selected option. function Show (titleImg){ // the id of the content element from the id of the title...

Part and Inventory Search

Back
Top