form action="mailto:meerovichsergey@gmail.com" method="post" enctype="text/plain">
<fieldset>
<legend>Your opinion</legend>
<input type="radio"name="choice" id="op1" value="All was perfect ,answer to all question." >  All was perfect ,answer to all question.<br/>
<input type="radio"name="choice" id="op2" value="Arcticle is good,but there are a things to improve." >  Arcticle is good,but there are a things to improve.<br/>
<input type="radio"name="choice" id="op3" value="Arcticle doesn't answer my questions" >  Arcticle doesn't answer my questions.<br/>
<inputtype="radio"name="choice"id="op1"value="All was perfect ,answer to all question.">  All was perfect ,answer to all question.<br/>
<input type="radio" name="choice" id="op2" value="Arcticle is good,but there are a things to improve." >  Arcticle is good,but there are a things to improve.<br/>
<input type="radio" name="choice" id="op3" value="Arcticle doesn't answer my questions" >  Arcticle doesn't answer my questions.<br/>
</fieldset>
</form >
<p align="center"><input type="text" id="opinion" onmouseover="Show()" value="what to improve insert your opinion" title="enter text about this arcticle" tabindex="1" maxlength="90"size="100"/>
bu it's still doesn't reset [COLOR="blue"]radiobuttons[/colors]
Last edited by peter_budo; Aug 11th, 2009 at 2:18 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
im not sure, if this is what you intend to do, but this might help you out, to shorten the lines inside your code and as wel as making the code to work in other modes of browsers.
<table id="table-one" frame="void" rules="none" cellpadding="8" cellspacing="4" summary="JavaScript :: Live Demo!">
<tr>
<td><div><b>1.</b> <input type="radio" id="op1"name="choice" value="All was perfect, answer to all question."/> All was perfect, answer to all question.</div></td>
</tr>
<tr>
<td><div><b>2.</b> <input type="radio" id="op2"name="choice" value="Article is good, but there are things to improve."/> Article is good, but there are things to improve.</div></td>
</tr>
<tr>
<td><div><b>3.</b> <input type="radio" id="op3"name="choice" value="Article doesn't answer my question." /> Article doesn't answer my question.</div></td>
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.