Search Results

Showing results 1 to 3 of 3
Search took 0.01 seconds.
Search: Posts Made By: johnsquibb ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Feb 13th, 2008
Replies: 3
Views: 1,522
Posted By johnsquibb
try modifying your code like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>

<title> Test...
Forum: JavaScript / DHTML / AJAX Jan 21st, 2008
Replies: 6
Views: 2,607
Posted By johnsquibb
yes shawnCplus is right! change name to id or just simply add id as in:
<select name="states" id="states">

Otherwise you would have to use the getElementsByName() method to get all the elements...
Forum: JavaScript / DHTML / AJAX Jan 21st, 2008
Replies: 6
Views: 2,607
Posted By johnsquibb
document.getElementById('states').disabled=false;
Showing results 1 to 3 of 3

 


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

©2003 - 2009 DaniWeb® LLC