Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1162 How can I avoid the "Data Missing, please hit reload" screen in Netscape when resizing a page that is produced from POSTed form?

You are here: irt.org | FAQ | JavaScript | Misc | Q1162 [ previous next ]

You can try capturing the onResize event and load a separate page - perhaps an identical one:

<body onResize="location.href='messagePage.htm'">

Where messagePage.htm contains whatever you want the browser to show.

Feedback on 'Q1162 How can I avoid the "Data Missing, please hit reload" screen in Netscape when resizing a page that is produced from POSTed form?'

©2018 Martin Webb