answersLogoWhite

0

form_name.name_textbox.disabled=true;

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you disable javascript?

Javascript cannot be disabled but java can just go to Control Panel > Sun Java Panel > Disable


How do you disabe radio buttons on clicking a button using javascript and HTML?

radioButton.disabled=true; to disable with javascript <input type="radio" disabled> to disable it with html radioButton.disabled=false; to enable with javascript


How do you disable right click in Tumblr?

Javascript.


How can you disable the chosen just for you feature on Answers.com when answering questions?

You would have to use JavaScript to disable features on answers.com when you're answering questions.


Is there a noscript add-on for chrome or annother easy to use javascript blocker add-on?

Unfortunately, Chrome does not have any way to disable Javascript, nor does it appear to be planned for "any time soon".


How do you enable javascript in your web browser using IE and Mozilla Firefox?

There isn't a way to enable or disable JavaScript in IE8 or IE7. In Firefox, you go to Tools > Options > Content > and check the box that says Enable JavaScript then click OK. Other IE's might have javascript, I don't know how to enable javascript for IE, this might be hard to know...


Write down the Javascript code to swap the contents?

Assuming your textboxes' "name" attribute is "txt1" and "txt2" respectively, the code would be: function swap(){ var temp = document.txt1.value; document.txt1.value = document.txt2.value; document.txt2.value = temp; }


Can you install java for an iPod touch?

Java is used less on mobile devices because of mobile formatted websites. Java is in every internet device. Java is already on your iPod. To disable javascript, click settings>safari>javascript.


How do you terminate input in java scripts?

Pass the code that gets input as a comment. Other way is to delete the code or disable javascript altogether


Do you need java script?

In general, no you do not need Java or JavaScript to play music on your computer. However, if you want to hear music played by a website, there's a good chance that it uses one of these technologies to do it, in which case you would need Java or a JavaScript enabled browser.


How do you prevent information about your computer being leaked via javascript?

Most browsers allow you to disable cookies. This would prevent any javascript function from collecting data about your computer. Unfortunately, cookies can be very useful. They remember logins and passwords for you, and can help make a webpage more interactive. As long as you stay on safe websites, you shouldn't worry about javascript cookies.


How can you disable clicks with CSS?

You don't disable clicks with CSS. That takes a more active language like JavaScript, JQuery, Ajax, PHP, etc.. You can hide any text/image link those with one of these CSS properties: visibility: hidden; display: none;