Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: SheSaidImaPregy ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX May 22nd, 2008
Replies: 2
Views: 2,324
Posted By SheSaidImaPregy
You can put this inside a script tag in the header.

document.onclick = function() { setupZoom(); }

or put an ID on your body tag and put:

document.getElementById("bodyid").onclick =...
Forum: JavaScript / DHTML / AJAX Mar 14th, 2008
Replies: 3
Views: 17,180
Posted By SheSaidImaPregy
If you still need it, this will delete all rows from your table, except for your head row.
var table = document.getElementById("tableid");
//or use : var table = document.all.tableid;

for(var i...
Showing results 1 to 2 of 2

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC