Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: U.K.
Forum: HTML and CSS Aug 14th, 2006
Replies: 3
Views: 1,009
Posted By U.K.
some mistake, function disableSub :

..
function disableSub() {
for (var i= 0; i< arguments.length; i++)
checkSub(false, arguments[i]);
}
..
Forum: JavaScript / DHTML / AJAX Aug 14th, 2006
Replies: 2
Views: 4,202
Posted By U.K.
id names (which you are using via document.getElementById(name)) are case sensitive. you named your div with id="NonUS", in your javascript you used ..getElementById("NonUs")..


furthermore, you...
Forum: HTML and CSS Aug 14th, 2006
Replies: 3
Views: 1,009
Posted By U.K.
you should better use select and optgroup:


<select name="abc">
<optgroup label="Closely held company">
<option value="..">Sole Proprietor</option>
<option...
Showing results 1 to 3 of 3

 


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

©2003 - 2009 DaniWeb® LLC