hello there
i have this project wehre i have to diplay a text message
about ten lines each based on choosing a radio button
selection,then siplay it to another page (display page).
can this be don
and how???????????????
this is my code so far.
In my index.cfm page
I have this following code.
if the user clicks on
show message1/ First radio button then
it will display
yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
if the user clicks on
show message1/ Second radio button then
it will display
pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
<td><label> For the: <br />
<input name="mygroup1" type="radio" value="show message1"
/>
First radio button
</label>
<p>
<label>
<input name=" mygroup1" type="radio" value=" show
message2" />
second radio button
</label>
</p></td>
my submit button
<p>
<input type="submit" name="Submit" value="gotodiplaypage
>>" />
</p>
--------------------------------------------------------------------------------------------------
when submit is pressed then it will go to
Display my stories page
Dis_mystories.cfm