if the form isn“t really submitted ,
and send to a cgi.
use this:
Code:
<table width="800"> <tr> <td width="153"> </td> <td>Weight</td> <td>Quantity</td> <td>Final Cost</td> <td>Full Rate</td> <td>Savings</td> </tr>
<table width="800"> <tr> <td width="153"> </td> <td>Weight</td> <td>Quantity</td> <td>Final Cost</td> <td>Full Rate</td> <td>Savings</td> </tr>
// cell 4 - ***PRICE*** of record var itemCost = document.forms['R2CDorder1'].tbPrice.value; var cell4 = row.insertCell(4); cell4.appendChild(document.createTextNode(itemCost));
//SmallEntry is the name/id of the iframe in the parent //and this code should be in the iframe function refreshiframe(){ parent.SmallEntry.location.reload(); }
setTimeout('randomizeImage()',100);//only is executed on pageload function randomizeImage() { holder = document.getElementById("bgHolder"); if (holder==null){ setTimeout('randomizeImage()',100);} else{ changeImg(); } }
<html> <head> <title>Choose a Color from the combobox to change the text color or the background color</title> <script
<html> <!-- Created on: 14-4-2007 --> <head> <title></title> <script language="JavaScript1.2"> //array of non allowed characters NotAllowed = new Array(); NotAllowed[0]='@'; NotAllowed[1]='!'; NotAllowed[2]='"';
<html> <head> <title></title> <script type="text/javascript"> setTimeout('onloadset()',100); function onloadset(){ if (document.getElementById('form1')==null){setTimeout('onloadset()',100);} else{document.forms['form1'].check2.disabled=true;}
<form> <select onchange="location.href(this.value);"> <option value="">Go to : <option value="http://www.google.com">Google <option value="http://www.lycos.com">Lycos </select> </form>
<html> <!-- Created on: 10-4-2007 --> <head> <title>JavaScript : Generate A Array Tool</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="JavaScript
str='what a great \"score'; iddiv=document.getElementById('mydiv') iddiv.innerHTML=str;
Leave a comment: