Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: asp page Preview in browser error


Message #1 by natashavb@h... on Mon, 3 Mar 2003 22:37:47
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.
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 4 Mar 2003 13:23:49 +1100
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.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index