|
connipu -> vbscript in html or asp - is one more efficient? (10/18/2005 15:42:23)
|
Using VBSCRIPT and FrontPage, I created a website consisting of both html and asp pages. However, after reading several articles, I decided to convert one of the html pages to an asp page using option explicit. I tested the page and can not see a difference in terms of performance or results (runs a database query) between the html and asp page. Is one method preferred over the other? Also, various examples, show the vbscript language declaration both ways (see below). Does anyone know what the difference is? <% @Language = vbscript %> or <SCRIPT LANGUAGE="VBScript">
|
|
|
|