Skip to main content
Participant
February 27, 2009
Question

MM_editRedirectUrl return to referring URL

  • February 27, 2009
  • 1 reply
  • 278 views
I have a recordset that has links so I can retrieve documents to edit. The edit form contains a post back so users can retrieve an up to date appointment list. How do I get back to original list - for is the same but can be accessed from several urls - some of which contain query strings?

I have tried script_name, http_referer, and adding pageref to query string. I just can't get the thing to work elegantly. Do I attack the original recordset page - or is there some script that can store the variable in the edit form. I've been looking at this too long and no longer have any perspective.

I just want to add something to MM_editRedirectUrl that will return Edit Form to recordset page on update.

HELP.
This topic has been closed for replies.

1 reply

Inspiring
March 2, 2009
I could not completely follow but here is attempt.

The page you wish to return to, was reached viA url query string and
once you progress away from that page you are unable to return to it.
If this is so then a way I have handled this is to assign the url query
string var to a session var. Once assigned, you can use it in lieu of
a url var.