Auto Close Shadowbox

4 messages Options
Embed this post
Permalink
quadrant

Auto Close Shadowbox

Reply Threaded More More options
Print post
Permalink
Hi,

I have installed shadowbox (brilliant application by the way) and set it up to display an html page. The page has a drop down list in it and when a link is selected it auto loads the new page.
The problem is that it obviously loads into the shadowbox window. What I need it to do is close the window and load the new URL into the existing webpage. I have been trying to do this but with no joy.

I have searched through the forum to try and find an answer but with no joy and I was hoping someone might be able to post a solution.

Many Thanks
quadrant

Re: Auto Close Shadowbox

Reply Threaded More More options
Print post
Permalink
Hi Guys,

Just wondered if anyone had any thoughts on my previous post?

Also to display an html page I am having to use iframe instead of html because it comes up with a page not found error with the html setting. Is there a reason for this?

Many Thanks,

David
Wizzud

Re: Auto Close Shadowbox

Reply Threaded More More options
Print post
Permalink
<a href='...url...' target='_top'>link</a>
The html player is for partial html (like "<div>Hello World</div>"), the iframe player is for complete web pages.
Combine literacy with curiosity and a whole world of information opens up to you
quadrant

Re: Auto Close Shadowbox

Reply Threaded More More options
Print post
Permalink
Thanks Wizzud,

Worked perfectly!