Bypass List Page?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
cslane
User
Posts: 38

Bypass List Page?

Post by cslane »

Is it possible to bypass the list page and go straight to an edit page? It looks like the edit page gets an id passed to it as part of the URL (probably from Java script). If I know that id ahead of time, would it be possible? If so, how and where would that call need to be made?


digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Post by digitalphotoworld »

Use the Page_Redirecting event for listpage. You could specify an URL.


cslane
User
Posts: 38

Post by cslane »

Worked perfectly! Thank you.


Post Reply