Forum: JavaScript / DHTML / AJAX Jul 15th, 2009 |
| Replies: 2 Views: 885 I need a script to generate a popup when page loads with background disabled. Please help |
Forum: JavaScript / DHTML / AJAX Jul 5th, 2008 |
| Replies: 8 Views: 1,650 I've used following code and it works fine with IE but not with fire fox.
function editmobile()
{
document.getElementById("mobile").readOnly=false;... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2008 |
| Replies: 8 Views: 1,650 I have a form on which there is a textbox for entering mobile number. Below this I have a check box saying 'Verify number' on selecting which user gets sms for validation code. Now on the update... |