Hi
I have a form with a name, and action, a post method.
In rare occasion I want the form action to be different to the default
action, so I do this: document.formNa me.action = "newURL";
This works fine under Mozilla, but does not work under IE5, 5.5 or 6,
it says: Object doesn't support this property or method.
Does anyone know what could be wrong?
cheers
I have a form with a name, and action, a post method.
In rare occasion I want the form action to be different to the default
action, so I do this: document.formNa me.action = "newURL";
This works fine under Mozilla, but does not work under IE5, 5.5 or 6,
it says: Object doesn't support this property or method.
Does anyone know what could be wrong?
cheers
Comment