well, let me try to explain this, i am making comment form, everything is working fine, but instead of comment i like to add clickable link using
CODE
<form>
<input type="button" name="button1" value="click me" />
</form>
<input type="button" name="button1" value="click me" />
</form>
When the you click the button, a popup window comes up, first you enter web link then name, so instead of comment, the link goes in.