Jump to content

Checkbox


cmdata

Recommended Posts

The easiest way that I can think of is to use ASP to generate the relevant HTML. I don't know ASP, but if it works like php, then it's really simple to do that. In PHP it would look like this:

<input type="checkbox" <?php if($_SESSION["variable_name"]) { echo "checked" }; ?> />

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...