Are you opening a browser window by doubling clicking on your Internet
Explorer/Netscape/Opera icon on your desktop, or are you using some kind of
development environment like Frontpage?
If the latter, you need to do what the error says. Put the document onto a
web-server, and view it in your browser by issuing a request to the
webserver (eg http://localhost/myASPPage.asp) because the page contains
server-side code, and without the "webserver", no server-side code will be
processed.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: <natashavb@h...>
Subject: [asp_databases] asp page Preview in browser error
: I am trying to preview the asp page in browser.
: It throws a message "This page contains elements that may need to be saved
: or published to preview correctly"
:
: Any help on this is hightly appreciated.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~