iam using greybox in my site, and i call it like:
<a href="page12.html" title="My Page" rel="gb_page_center[800, 500]">My Page</a>
But when i point my mouse on the link, the url is visible in the browser statusbar. I dont want this, as iam intending to show a private page to the user, which is unique to each user, and users must not be able to view others' pages, which can be possible if they know the url.
Is there a way to hide the url of my greybox page? Or a way to invoke greybox the other way?
Try putting this in the tag:
Replacing 'Greybox' with the text of your choice (the single quotes are still necessary).