Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 20th, 2007, 02:51 AM
Registered User
 
Join Date: Jan 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rr_rajasekar
Default Disable html fields

hi all,
   when i click the radio button i want to disable HTML fields using javascript. Help me..

Thanks in advance.
Raja

 
Old January 22nd, 2007, 12:17 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi rajasekar,
i did not understand your question propally, anyway try this, are you want to disable a text box? what you mean HTML fields?
<body>
<script language='javascript'>
function disablenow(){
document.getElementById('T1').disabled=true
}
</script>
<form method="POST">
  <input type="text" id="T1" name="T1" size="20">
  <input type="radio" value="V1" onclick="javascript:disablenow()" name="R1"></p>

</form>

</body>

surendran
(Anything is Possible)
http://ssuren.spaces.msn.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Enable / Disable Form Fields Automatically jackyam Javascript How-To 10 March 17th, 2008 04:46 AM
Disable View>Source (disable html source) kazmughal44 HTML Code Clinic 11 December 11th, 2007 11:53 AM
Disable fields in a subform ltdavecass Access VBA 4 January 31st, 2007 09:43 PM
how to disable toobars for index.html ? Michael8 Javascript How-To 0 November 24th, 2006 01:27 PM
register.php: clearing html form fields lamada BOOK: Beginning PHP, Apache, MySQL Web Development ISBN: 978-0-7645-5744-6 0 October 26th, 2004 01:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.