"The value is to be given by the user at run time"
do you mean they will enter the data into a form? if so, you have to use a text box to get the info from the form:
<input type="text" name="try">
try to find a good reference on how to use html forms, that should help clear up some confusion.
-drew