Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can not send data between pages

Status
Not open for further replies.

gcastillo

Programmer
Jun 9, 2000
127
MX
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 &quot;mySecondPage.asp?myTextfield=<%=document.form.textfield%>&quot; and things like that, but it doesn't work. How can I send the content of my two textfields?
Please, help.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top