Forum Moderators: mack

Message Too Old, No Replies

Redirection to URL after form submit?

ASP Site

         

Jimmy_Blue

6:37 pm on Sep 11, 2003 (gmt 0)

10+ Year Member



Hi all again.

I am designing a backend ASP solution at the moment and have run into a small but very irritating problem.

I am using a form within the page to delete records from 2 tables but I am unable to find away of specifyig a "Go To Url".

I have tried applying behaviours in DW but it either doesn't redirect at all or the deletion doesn't take place. Any help would be greatly appreciated.

Staffa

6:52 pm on Sep 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



After you have deleted your records, closed the connection, etc. have you tried
response.redirect "URL"

Jimmy_Blue

8:06 pm on Sep 11, 2003 (gmt 0)

10+ Year Member



Sincere thanks Staffa

Easy when you know how! Learning as I go along...that'll be one I don't forget in a hurry!