Hi,

 I need to trigger a request when the user selects a radio button, so that a different page is shown for each request.

Below is the code I have tried.input type=radio name="upload"  checked="checked" onclick="this.form.action='upload.htm'""/>New Component Upload

<

Kindly help.

input type=radio name="upload"  onclick="this.form.action='existing.htm'""/>Upload new version of a Component

<