Hi,
Ive used some javascript to specify a different form action
i.e.
form.action = "new_page.asp"
depending on which button was pressed.
It works fine but I also wanted a hidden text box that is also called action. The javascript above gives an error as it thinks im trying to reference the text box.
Is there an easy way to get round this without renaming my hidden text box?
Thanks,
Rich.
Ive used some javascript to specify a different form action
i.e.
form.action = "new_page.asp"
depending on which button was pressed.
It works fine but I also wanted a hidden text box that is also called action. The javascript above gives an error as it thinks im trying to reference the text box.
Is there an easy way to get round this without renaming my hidden text box?
Thanks,
Rich.