How do I open the "Properties" window from the front-end?

Permalink
I have a custom-made page in the frontend that is accessible only to administrators.

It is a list of pages and the admins will need to edit those pages' properties.

I would like to save them the extra step of opening the page, and link to the "properties" window of the specific page directly.

Is there some standard JavaScript that I can use to open the properties window?

You can assume the user will be logged in, of course.

pekka