[thelist] PHP - IP lookup
CDitty
mail at redhotsweeps.com
Mon Oct 8 21:32:33 CDT 2001
Does anyone know how to do an ip lookup on the fly from a website name with
php?
<tip type="JS">
Select all using JS
<a href='' onClick='for(i=0; i<document.forms[0].checkbox_name.length; i++)
{ document.forms[0].checkbox_name[i].checked = true; } return false'>Select
all</a>
Unselect all using JS
<a href='' onClick='for(i=0; i<document.forms[0].checkbox_name.length; i++)
{ document.forms[0].checkbox_name[i].checked =
!document.forms[0].checkbox_name[i].checked; } return false'>Invert
selection</a>
Just change checkbox_name to match your page and away you go.
</tip>
More information about the thelist
mailing list