Hello, I cant seem to find the code to open a new website with your own sites frame. Or to open a website with a top banner that has your company logo and a link back your site. Any one know?
You would need to target that frame with the URL to the site you are trying to frame. Some people put a JS code to break out of frames as well. If this does not help - it would be better to provide your source code.
yeah just target the frame. for example the frame where you want your new document to open must be like this : <frame name="newpage" src="xxx"> in your link, you would put this : <a href="link" target="newpage">link</a>