• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

radio button click

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am new to websphere and trying to work things out. I have developed all the pages within a portlet that will be used. All I need to do is figure out how to goto a page on a click on a radio button. That means, as soon as the user clicks on Yes it should take the user to another page.

Any ideas??

Will highly appreciate!!

Thanks
 
Ranch Hand
Posts: 1258
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is a javascript issue. Maybe you should check out some HTML document to see what handlers are available for a radio button and go from there.
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Once you figure out the Javascript/HTML event,
you will need to determine if it is a Render URL
or an Action URL. This depends on if you want to go
directly to the page, or you need to do some processing
of the form data before you proceed to the page.

The Action URL would be for processing the form.

Mike
reply
    Bookmark Topic Watch Topic
  • New Topic