
September 13th, 2000, 06:36 AM
|
|
Contributing User
|
|
Join Date: Sep 1999
Location: Denmark
Posts: 83
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
Hello there!
I have a problem! Here goes...
I want to submit a form like this:
-------------------------------------------
<FORM ACTION="some.script" METHOD="post" name="SubmitLink">
<input type="hidden" name="Action" value="AddLink">
<a class="mymaster" href="javascript:document.forms.SubmitLink.submit();">submit</a>
</form>
-------------------------------------------
But when i do so, I get this error:
-------------------------------------------
Error: Object does not support this property or method.
What do I do wrong?
NB: I know that this properbly only works in IE...
|