1 Replies - 623 Views - Last Post: 21 April 2008 - 10:51 AM

#1 anamika  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 13
  • Joined: 01-April 08

Selection of radiobutton is lost

Post icon  Posted 10 April 2008 - 03:04 AM

Hi
Actully i have mutiple radiobuttons on my html page.On selection of each radibutton it should toggle down and a hidden box kind of thing should be opened and data should be displayed in that box.
Now once i select the radiobutton i get the values from the database due to form submission......but the selection of radiobutton is not reatained and the page is refreshed....can anyone tell me how to reatain that selection....???
Is This A Good Question/Topic? 0
  • +

Replies To: Selection of radiobutton is lost

#2 orangebulb  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 21
  • Joined: 08-April 08

Re: Selection of radiobutton is lost

Posted 21 April 2008 - 10:51 AM

View Postanamika, on 10 Apr, 2008 - 03:04 AM, said:

Hi
Actully i have mutiple radiobuttons on my html page.On selection of each radibutton it should toggle down and a hidden box kind of thing should be opened and data should be displayed in that box.
Now once i select the radiobutton i get the values from the database due to form submission......but the selection of radiobutton is not reatained and the page is refreshed....can anyone tell me how to reatain that selection....???



one thing you can do is make sure all the radio buttons in your group have the same name.

 name = "buttons" 

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1