I am using DW-UD version 1. I am inserting some textfields in a database with the Insert record server behavior. I need to pass two textfields to another page AFTER the inserting, but with the "When donde inserting go to URL" the data doesn't pass. There's a line in the MM_Insert function that says:
MM_redirectPage = "mySecondPage.asp"
and I have tried to put "mySecondPage.asp?myTextfield=<%=document.form.textfield%>" and things like that, but it doesn't work. How can I send the content of my two textfields?
Please, help.....
MM_redirectPage = "mySecondPage.asp"
and I have tried to put "mySecondPage.asp?myTextfield=<%=document.form.textfield%>" and things like that, but it doesn't work. How can I send the content of my two textfields?
Please, help.....