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">...
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)
{...
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...
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()...
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""...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.