Form

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Form

Post by Maz »

Hi,

In setting up the form, its have trouble loading, so I tried `enclosing it` only to get an object error.

Am I doing something wrong? or is it just my slow browser?

Thanks,
maz

UPDATE/EDIT: Problem solved, took out table and needed <input /> end slash. Have no idea about using `these`, I took them out.

Code: Select all

 
aI("text=`<form method=post action=/ws/rate.php><table width=100><tr><td><b>Rate Article</b></td></tr><tr><td><input type=radio value=outstanding name=rate tabindex=1> Outstanding</td></tr><tr><td><input type=radio value=excellent name=rate tabindex=2> Excellent</td></tr><tr><td><input type=radio value=good name=rate tabindex=3> Good</td></tr><tr><td><input type=radio value=poor name=rate tabindex=4> Poor</td></tr><tr><td><input type=submit name=submit tabindex=5></td></tr></table></form>`;type=form;status=rate article;");

Post Reply