Results 1 to 3 of 3

Thread: How do I close frames?

  1. #1

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Hi.

    I have the standard toolbar & contents list frames, like this:

    Code:
    ________________________________________
    |       Toolbar                         |
    |_______________________________________|
    |  C  |                                 |
    |  o  |                                 |
    |  n  |                                 |
    |  t  |        Main                     |
    |  e  |        Window                   |
    |  n  |                                 |
    |  t  |                                 |
    |  s  |                                 |
    |_____|_________________________________|
    (code tags are to preserve formatting)

    Okay, so my page comes uip in the main window when I click on the link in the contents frame. How can I, when my main page loads (main.asp) remove the toolbar and contents frames and display my main window at full size? Any ideas?

    Thanks

    [Edited by HarryW on 04-26-2000 at 02:29 PM]
    Harry.

    "From one thing, know ten thousand things."

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    I belive if you set the target to parent, it should open up without the frames, try it and see what happens.
    eg.
    <a href ="somelink.html" target="parent">something</a>
    "People who think they know everything are a great annoyance to those of us who do."

  3. #3

    Thread Starter
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    Okey doke. Thanks
    Harry.

    "From one thing, know ten thousand things."

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