Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Page lost when resizing window
Message
 
 
À
14/05/2001 11:37:01
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00506846
Message ID:
00507185
Vues:
16
Hi!

This probably happens only in the Netscape that reloads page(s) completely each time window or frame resized. When resizing window, it is much like reload of the entire frame set (you can use this for testing). We fixed this by following way:

Make a session variavle in the asp pages that store the ID of the last page shown in the content frame. In the frameset asp file where frame set is defined, check this variable, If it is empty, show the hope page, If it is not empty, show the page that is appropriate to the stored value. Than organoze correct updating of that variable in the asp code of each page that will be shown in the content frame - assign proper value. the value here could be and identifier or just a name of the asp page that you later use in case of complete reload or resizing.

Note that this is not a complete problem go-away. When user starts, for example, to fill some data form, resizing will reload frame and thus fields will be cleared. If you have a page displayed as a response to some form submission, reloading it will be incorrect too, because no correct data sent.

Finally, it seems that the problem could be solved by settings in the browser, try to find them and find a Java Script to switch off reloading when resizing, if it is possible. This will be the best solution, I guess.

HTH.

>I have a home page where there is two frame, the first one represent the banner and the other represent the content, when i visite other URL thru
>the content,if i resize the window, the browser reload the home page instead the content.
>
>
>thanks you
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform