Results 1 to 3 of 3

Thread: Frames

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Location
    KL Malaysia
    Posts
    64

    Frames

    I'm combining a few asp pages with frames. What I want to do is to let users log in and change the frames resolution settings for example for smaller resolutions the page will load smaller graphics. However since everything is in the frame how can I ask the browser to reload the whole thing instead of the frame only? Especially when the page is called with a form.

    Many many thanks (this is my school's project).

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    That would be a nightmare... you can never anticipate the lame resolution choices of your users... I would suggest just making the frames resizable.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3
    Addicted Member Xenonic_Rob's Avatar
    Join Date
    Jun 2000
    Location
    England, UK
    Posts
    213
    So would I :-)
    But if you REALLY want to do it, use the following:

    <script language="vbscript">
    window.parent.refresh
    </script>

    I think... !

    Rob Wright
    E-mail: [email protected]
    Website: http://www.xenonic.com
    The First Member of Honeybee's Club
    Favourite words: Zugzwang and Empiric

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