Results 1 to 5 of 5

Thread: Make Frame "Press" Link in Other Frame?

  1. #1
    VirtuallyVB
    Guest

    Question Make Frame "Press" Link in Other Frame?

    Is there any code in any language (I assume html, javascript, java) that could be in a frame (say the 2nd frame of a 2 frame html document) that can cause a known link in a different frame (say the 1st frame of a 2 frame html document) to be "pressed"?

    Or is there a way from within a frame to cause a new html document to be loaded into the memory space that the html document is in that contains the FRAMESET tag?

    Sorry if I'm using non-standard language to describe my problem.

    ***EDIT***
    Or possibly cause my own link to be pressed immediately
    <a href="A.html" target="_parent">

    I don't think the meta refresh tag allows the target="_parent"
    ***EDIT***

  2. #2
    scoutt
    Guest
    I don't think it is possible.

    why don't you just open another window when the user comes in and have that window load the page you want.

  3. #3
    VirtuallyVB
    Guest
    Hmmm.

    Is there a way to also close the previous window? That way, in effect, I'd have the main window open without having the other window "in the way".

  4. #4
    scoutt
    Guest
    yes you can close the previous window, but you will get a confirmation to close it as you can't close any window you didn't open with javascript. there is no way around it. also it would piss me off if I went to a site and the site closed my main window.


    just my opiion anyway. just use window.close();

  5. #5
    VirtuallyVB
    Guest

    Thumbs up

    Thanks for the info.

Posting Permissions

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



Click Here to Expand Forum to Full Width