Hide greybox url

328 Views Asked by At

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?

2

There are 2 best solutions below

2
On

Try putting this in the tag:

onMouseOver="window.status='Greybox';"

Replacing 'Greybox' with the text of your choice (the single quotes are still necessary).

0
On

See the examples in the advanced usage documentation for invoking Greybox without using a HTML link:

http://orangoo.com/labs/greybox/advance_usage.html