MyBB Community Forums

Full Version: How to do this-- Calling page from link adding an frame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to do this-- Calling page from link adding an frame

Hello

I want to know how to do this.

If any one click the link in my forum the calling page should contain my ad( in one frame(top)) and remaining the link details should be displayed in the bottom frame.

Please help me out.

If any further clarification im here now.
I think you'll need a redirect PHP script and a plugin to implement it for all links. In the script, you would have it generate a frameset with 2 frames, your ad page on the top and the link's target on the bottom.