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 strongm 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: vin23akleh
  • Content: Threads
  • Order by date
  1. 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) {...
  2. 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()...
  3. 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