log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- Upgrading your RISC OS system to 5.30 (News:2)
- WROCC May 2024 meeting on wednesday - Gerph talks games (News:)
- Wakefield Show 2024 in Pictures (News:4)
- RISC OS 5.30 arrives (News:1)
- April 2024 News Summary (News:1)
- uniprint upgraded to 4.50 (News:)
- PhotoDesk 3.23 released (News:)
- R-Comp reveals N.Ex.T Boxes - the successor to the i.MX6 (News:)
- RISCOSbits at Wakefield Show 2024 (News:)
- R-Comp releases Genealogy v2 (News:)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
The Icon Bar: Programming: Browser test
 
  Browser test
  Hertzsprung (16:53 30/7/2002)
  Revin Kevin (21:15 30/7/2002)
    law (22:23 30/7/2002)
      Hertzsprung (09:10 31/7/2002)
 
James Shaw Message #17318, posted by Hertzsprung at 16:53, 30/7/2002
Hertzsprung
Ghost-like

Posts: 1746
Could you let me know if it is possible to deselect all radio buttons in an Exclusive Selection Group in any of the RISC OS browsers. If you want some test HTML code, try this:

<HTML>
<BODY>
<FORM>
<INPUT TYPE="RADIO" NAME="ctl">Test1
<INPUT TYPE="RADIO" NAME="ctl">Test2
<INPUT TYPE="RADIO" NAME="ctl">Test3
</FORM>
</BODY>
</HTML>
  ^[ Log in to reply ]
 
Kevin Wells Message #17323, posted by Revin Kevin at 21:15, 30/7/2002, in reply to message #17318
Member
Posts: 644
Oregano nothing selected first but when selected cant deselect
Fresco As above
Oregano2 As Above
Webster First button selected and cant deselect
  ^[ Log in to reply ]
 
Dave Lawton Message #17324, posted by law at 22:23, 30/7/2002, in reply to message #17323
Member
Posts: 14
Browse - nothing selected first but when selected
can deselect using Adjust
  ^[ Log in to reply ]
 
James Shaw Message #17328, posted by Hertzsprung at 09:10, 31/7/2002, in reply to message #17324
Hertzsprung
Ghost-like

Posts: 1746
Thanks for the feedback - Browse would have to be the odd one out, wouldn't it. Looks like I'll have to write some server-side validation after all.
  ^[ Log in to reply ]
 

The Icon Bar: Programming: Browser test