Hello, I have developed a PHP register page. However when i click on one of the text area to fill in the details, the form automatically resets itself. Can anyone help me out. Here is the code of that part.
# <tr>
# <td width="25%">Web site URL</td>
# <td height="10"><input name="url" type="text" class="textbox" id="url" size="45" alt="blank" emsg="please enter website url" value="<?=$_SESSION['url']?>"></td>
# </tr>