Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

netscape supports ASP pages

Status
Not open for further replies.

hungnguyen

Programmer
Sep 22, 2000
43
US
Hi all,

I would like to know whether the netscape supports ASP pages for a website. If it does, is there any major as well as minor change I need to do for my ASP pages.

Thanks for your help
Hung
 
ASP has everything to do with the server and nothing to do with the client (hence a server-side technology). If your server will run them, then you're good to go on whatever browser.

Just have to watch how you do your HTML output to make sure it will display in the browser, but the browser never even sees the ASP code you write -- only the HTML that the server produces after executing your ASP.

:)
Paul Prewett
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top