Forum: JavaScript / DHTML / AJAX Nov 9th, 2008 |
| Replies: 0 Views: 639 i have a form which contains a combo box and a table ...i need when the user selects an option the page be reloaded but with the table contains the new data for the option he choosed from the combo... |
Forum: JavaScript / DHTML / AJAX Nov 6th, 2008 |
| Replies: 1 Views: 1,297 i wonder how can write a JS variable inside HTML
here's the Line:
var texture=document.getElementById('texture').value;
formdiv.innerHTML = formdiv.innerHTML +'<td align=center> JS... |
Forum: JavaScript / DHTML / AJAX Nov 5th, 2008 |
| Replies: 1 Views: 467 Yeah, its possible ..
<option style='color:gold; font-weight:700;' value="option1"> Gold </option1>
:) |
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008 |
| Replies: 1 Views: 467 PLZ I NEED HELP WITH THAT:
<option value="1" >option1</option>
how can i color this option or highlight it
the MAIN problem is i have a drop down menu for parents and their child categories... |
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2008 |
| Replies: 0 Views: 412 i need to add an option from list1 to list2 when the user clicks on ADD to List button
but sth is wrong with my code it's not working
function AddItem()
{
var opt =... |