7/21/08

Making html button behave like hyperlink

I was trying to do so today for my eSurvey pages and I found it very simple

you just put the hyperlink before the button:



<p>
<a href="http://your link">
<input type="button" name="test">
</p>

2/5/08

Radio Group

  • Radio groups are logical containers of radio buttons, so it doesn’t appear in the canvas only the radio buttons would appear in the canvas.
  • Selection of one radio button deselects the previously selected button.
  • To assign a NULL value, leave the radio button value property blank
  • If the database column has a value that not one of the radio button value we should include this extra value in the Mapping OF Other values property even if it’s null otherwise when we execute query no records are returned.
  • Can be database item or non-database item.