Radio button selected by default in Mozilla

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
eshban
Forum Contributor
Posts: 184
Joined: Mon Sep 05, 2005 1:38 am

Radio button selected by default in Mozilla

Post by eshban »

hi,

On my PHP page, i have just two Radio button. So user has an option to just select one at a time. By default, when a page loads in internet Explorer, it does not select any radio button. And i want this

But problem occurs in Mozilla, when i open my php page in Mozilla, the mozilla by default select first combo box.

so what can i do so that MOZILLA browser does not select any radio button, means i want to change the state of Radio button to 'unselected'

plz help in this topic

Eshban
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

Moved to Client Side
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

post your html please. surround it with

Code: Select all

 and 
tags
Post Reply