html >> Changing the State of a web page using radio buttons.

by fiktionVT » Mon, 06 Feb 2006 23:58:44 GMT

I am trying to make a very simple web page that is only accessed through a
small number of people but those people are allowed to change the infromation
on that page. All I want to be able to have a list of things in a table then
after have two buttons yes/no that can be checked. Pref. also a text field to
write who made changes and what was done etc. Then at the button I would like a
submit or an "update" button that will update the entire page so the next
person who views the page will see the changes that the previous use had made.
Basically I want the page to remember which radio buttons were checked last. If
anyone could please help me or at least point me in the direction of what this
is called.



Similar Threads

1. change button state by page with templates? - Adobe Dreamweaver

2. radio button initial state

:confused; 

 Hello I am having troubles with my radio buttons ( Yes, No) when I set the 
initial state, checked vs unchecked and I check my work in the browser one 
button will not cancel out the other. Does that make sence? I have the "yes" 
button set as unchecked and the "No" button as checked, when I test the page in 
the browser and I check the "Yes" botton both buttons show checked. How can 
this be? Any help anyone can provide would be great .

 Thank you

3. Show down state of button when on page using templates - Adobe Dreamweaver

4. Radio button controlling other radio button

I have a simple 2 question form (color1, color2).  Each question has a group of 
3 radio buttons (blue, red, yellow) to choose.

 This is what I'd like to happen:  If user selects Blue1, then in question 2, 
Blue2 is not an option (hidden, greyed?).

 I've seen various answers to forum questions like this, but my skill level has 
not been high enough to be able to modify the instructions to make it work (and 
I've been trying for hours).

 Here is some of the simple form code being used:

 <form id="form1" name="form1" method="post" action="">
  
     <input name="color1" type="radio" value="blue1" />Blue1   
   <input name="color1" type="radio" value="red1" /> Red1
   <input name="color1" type="radio" value="yellow1" /> Yellow1
   
   
  
     <input name="color2" type="radio" value="blue2" /> Blue2
     <input name="color2" type="radio" value="red2" /> Red2
     <input name="color2" type="radio" value="yellow2" /> Yellow2
  
 </form>

 So many thanks,
 Stephen
 Tallahassee, FL

5. Changing State of navigatiob bar buttons - Adobe Dreamweaver

6. Change forms based on radio button selection?

I'd like to have a form with 3 options, one radio button per ..  if the user
selects one of these, then the rest of the form fields change to match..
Suggestions on how I can accomplish this?


7. Change Property of radio button - Adobe Dreamweaver

8. maintain rollover state when button clicked using dreamweaver template navigation

Hi,
I am trying to create a site in Dreamweaver by making a template out of the
navigation system.  The navigation system is just a series of basic rollover
buttons.  what I want is to be able to have the rollover state stay in
effect when a user clicks on the button and goes to a new page. For example
click on the about us page button and this brings up the about us page and
leaves the rollover state turned on for the about us button.  I know that I
could create a separate html page for each button and just manually but I
want to use a template so that I can add buttons easily to the navigation
system.

thanks
Jason