Results 1 to 2 of 2

Thread: open page in a frame on another site?

  1. #1
    Join Date
    Jan 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default open page in a frame on another site?

    What is the format of a link which would open up another site with a specific webpage in one of it's frames?
    Thanks in advance.
    Donna

  2. #2
    Join Date
    Jan 2008
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    well if you're wanting to open up another website then you want to go:

    <iframe src="http://testsite.com/dir/to/file.htm" width="XXpx" height="XXpx"></iframe>

    as far as linking to a certain part of the page you would need access to that page and find out the name of the anchor... when you find that out (let me know if you need help) place #achorname at the end of the .htm.


    or if you want to link directly link <a href="http://nameofsite.com/dir/to/file.htm#anchor>Text</a>

    I hope that's what you're asking

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •