English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if or how can I change the html on my site from Active Server Pages to standard HTML the site is, www.kidsgoape.com and only us humans can see it.

2006-08-14 06:42:40 · 2 answers · asked by malc 2 in Computers & Internet Internet

2 answers

convert asp to html
http://www.google.com/search?q=convert+asp+to+html

2006-08-14 06:53:30 · answer #1 · answered by Anonymous · 0 1

ASP pages are dynamic and often contain logic that is necessary for the page to display (meaning they pull things from the database and do a lot more than html pages). HTML pages are just plain boring old text that just sits there and you will not be able to access it dynamically. As such, I wouldn't recommend overwriting your ASP pages. So, I assume you want the html code for what the browser displays on your site. There are several ways to do this.

The simple, no-cost way is to view your webpage in any browser. Right click on the page and select "View Source." This source should open in notepad (or any other plain text editor you have enabled). Then save the notepad file as a .html file where the ASP is. Now, you also need to adjust all your links that point to .asp files to instead point to .html files.

There are programs out there that look through your ASP results and save the html for you. You can search those via google.

There are other options which I don't know if they'll be useful. I need to know the aim of your conversion to better guide you.

Hope that helps.

2006-08-15 00:52:27 · answer #2 · answered by xdwcpsd 3 · 0 0

fedest.com, questions and answers