change de action of a form

wxdqz

New Member
how can i change a action property of a form?
i try to do this:
document.forms[0].action = 'novo url'';

but this code only work in mozilla, they don't work on IExplorer 6.

Any ideia?

Thanks

Pedro Cardoso
 
Back
Top