Previous Thread
Next Thread
Print Thread
Rate Thread
#102322 02/25/2001 1:45 AM
Joined: Jun 2000
Posts: 37
Member
Member
Offline
Joined: Jun 2000
Posts: 37
Ok.. How do I make a radio box check itself using a variable.

Here is the line:
Extra News On

Extra News Off

$timnewson being the on variable
$timnewsoff being the off variable.

Now how do I make the radio check whichever one is set.

Sponsored Links
#102323 02/25/2001 8:27 AM
Joined: Jul 2000
Posts: 1,349
Ell Offline
Member
Member
Offline
Joined: Jul 2000
Posts: 1,349
$timnewson = "CHECKED";

or

$timnewsoff = "CHECKED";

smile

#102324 02/25/2001 10:29 AM
Joined: Aug 2000
Posts: 335
Member
Member
Offline
Joined: Aug 2000
Posts: 335
If you want the buttons to behave like grouped radio buttons, rather than independent check boxes, they should have the same NAME. Then when a user checks one of them, the browser will automatically uncheck the other one.

The 'CHECKED' attribute is still needed to determine which of them is initially checked.

#102325 02/25/2001 10:31 AM
Joined: Jun 2000
Posts: 37
Member
Member
Offline
Joined: Jun 2000
Posts: 37
Where exactly does that go smile ?

#102326 02/25/2001 1:12 PM
Joined: Jul 2000
Posts: 1,349
Ell Offline
Member
Member
Offline
Joined: Jul 2000
Posts: 1,349
The CHECKED ? Right where you have the variables now.

Sponsored Links
#102327 02/25/2001 11:16 PM
Joined: Jun 2000
Posts: 37
Member
Member
Offline
Joined: Jun 2000
Posts: 37
Ok heres what I have.. The RADIO buttons are BOTH set to :
Code
code:
But now i have
Code
code:

But I only want that to activate if ON has been checked, not OFF as well.

#102328 02/28/2001 12:07 PM
Joined: Jul 2000
Posts: 1,349
Ell Offline
Member
Member
Offline
Joined: Jul 2000
Posts: 1,349
To set which one is checked:
Code
code:

For the HTML:
Code
code:

#102329 02/28/2001 11:36 PM
Joined: Jun 2000
Posts: 37
Member
Member
Offline
Joined: Jun 2000
Posts: 37
Thanks for the help, i got it smile


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)