Syakoban 0 Light Poster

Hi,

I'm a PHP ultra newbie. I downloaded a nice little script that uses PHP and an external javascript file to create a "pop-up" dynamic layer in a web page. The way it's configured, all the info sits in the main page in a <div> layer that's hidden until called upon to "pop-up". Instead, I need it to load an external page (from a site that gave permission) immediately upon opening, within the pop-up.

I used to set this up easily with the old "open window' javascript technique, but I'm moving away from that to not get blocked by pop-up blockers. I have the feeling there isn't much to this, but I just can't figure out how to do it, especially in a way that works around pop-up blockers.

Any help?

Thanks guys!