In my old website, just HTML, I had the following:
<span class="style9">
<% = Request.Servervariables("REMOTE_ADDR") %>
</span>
<span class="style9">HOST:</span>
<span class="style9">
<% = Request.Servervariables("REMOTE_HOST") %>
</span>
It was an ASP file (by extension).
How can I achieve the same with an HTML file through VSD?
I checked the forums, looked at flash plug-ins, but found nothing in my first 45 minutes of searching.
any help would be appreciated.
Andy