![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm putting together a very simple web page with radio buttons that indicate the status of an item. The page won't be viewed except by 10 or so viewers inside a network. I want the viewers to be able to click a radio button and then for that button to stay "clicked" when the page is viewed again later - when the next viewer will click another button to indicate the new status. I'm not having any luck finding code to help me do this. I can create the buttons and they're clickable but they don't stay clicked when the page is closed. Any help with this problem will be greatly appreciated. Thank you. |
#3
| |||
| |||
|
|
Can't do this in HTML. |
|
You'd need to set a cookie, as far as I understand. |
#4
| |||
| |||
|
|
... the question made it rather clear it's not about authoring for the WWW either. |
#5
| |||
| |||
|
|
Neal <neal413 (AT) spamrcn (DOT) com> wrote: Can't do this in HTML. Apparently not. And the question made it rather clear it's not about authoring for the WWW either. You'd need to set a cookie, as far as I understand. No, cookies would not help, unless (maybe) if all users use the very same browser, i.e. the same copy of a browser in a specific computer. |
|
The selections would need to be stored on the _server_. Actually this could well be done using normal WWW technologies- |
![]() |
| Thread Tools | |
| Display Modes | |
| |