|
From: Giorgio on 23 Jun 2008 13:53 Which are the differences between "<SCRIPT LANGUAGE='VBScript'>" and "< %%>"?? thanks! :)
From: Bob Barrows [MVP] on 23 Jun 2008 14:20 Giorgio wrote: > Which are the differences between "<SCRIPT LANGUAGE='VBScript'>" and > "< %%>"?? > The first one specifies client-side code (code that runs in the browser). The second specifies server-side code: code that runs on the server. If you had asked the difference between "<SCRIPT LANGUAGE='VBScript' runat='server'>" and "< %%>", the answer would have been: very little. See here to see the difference: http://classicasp.aspfaq.com/general/does-order-matter-when-using-different-languages-in-asp.html -- Microsoft MVP - ASP/ASP.NET Please reply to the newsgroup. This email account is my spam trap so I don't check it very often. If you must reply off-line, then remove the "NO SPAM"
|
Pages: 1 Prev: Script to Delete Contents of Recycle Bin Next: VBS Script to Run Macro in Access 2003 |