|
-
May 1st, 2001, 07:37 AM
#1
Thread Starter
Lively Member
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).
-
May 1st, 2001, 10:40 AM
#2
Frenzied Member
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..
-
May 1st, 2001, 12:14 PM
#3
Addicted Member
So would I :-)
But if you REALLY want to do it, use the following:
<script language="vbscript">
window.parent.refresh
</script>
I think... !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|