<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>What's the point of the exercise? &nbsp;If you use wget/curl, all that'll do is take a snapshot of that dynamically-generated page in time. &nbsp;If you pass different values in your GET variables or pass different POST form values, the page content will vary.<div><br></div><div>If the business logic behind those ASP pages is what is to be captured, there needs to be a human being there to look at it, understand what the site is trying to do, and convert it over properly. &nbsp;That takes time and effort. &nbsp;There's no magic bullet.<br><br><br>If you type "Google" into <a href="http://en.wikipedia.org/wiki/Google" class="ecxextiw" title="w:Google" target="_blank">Google</a>, you can break the Internet.&nbsp; -- Jen Barber<br><br><br><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Mon, 6 May 2013 13:39:54 -0400<br>&gt; From: djohngo@gmail.com<br>&gt; To: calug@unknownlamer.org<br>&gt; Subject: Re: [CALUG] Convert. Web pages in .asp to html<br>&gt; <br>&gt; On Sun, May 05, 2013 at 09:23:42AM -0400, Bryan J Smith wrote:<br>&gt; &gt; On Sun, May 5, 2013 at 7:36 AM, Richard Stuart &lt;rl.stuart@verizon.net&gt; wrote:<br>&gt; &gt; <br>&gt; &gt;     Do any of you have any ideas on how to convert asp to html<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; As Michael originally pointed out, you don't convert to HTML. &nbsp;HTML pages are<br>&gt; &gt; [largely] static content. &nbsp;Active Server Pages (ASP) are dynamic. &nbsp;Dynamic<br>&gt; &gt; pages use functions and libraries that can be Server-side (Application Server)<br>&gt; &gt; and/or Client-side (Browser) specific.<br>&gt; <br>&gt; At some point, doesn't the browser have to think it's looking at HTML?<br>&gt; This leads me to believe that it might be possible to scrape the site<br>&gt; with perl or curl/wget?<br></div></div>                                               </div></body>
</html>