Below are several lines of code extracted from examples found in the web site "w3Schools.com". All are VB script based. I am using Java script. (I note that "Response.Write" appears with a "W",...
When using Java Scrip as the scripting language, is there a string "search" function that can be used inside <% %>?
(All that I can find in the literature are examples using the default VB...
My P.S., as indicated by the accompaning icon, was intended to interject a bit of potential humor relating to our relative ages.
Your moniker is apropos without modification.
In an ASP file, if the definition of the function F() is taken out from within <% %> and placed within
<script>
</script>
then the server returns with an...
In an ASP file, can Java Script code lines appear within a <% %> block? I can only find VB examples. Testing attemps to use Java Script there kill the application, resulting in a server error...
In the following *.asp file, the server barfs when it encounters the "document.write()" statement when within "<% ... %>. If I change the <% %> with <script> </script>, it works OK.
...
For the past 30 years I have been an engineering oriented "soft-core" programmer in a variety of languages, including VB for EXCEL and C++. But I know "zero + epsilon" about Java Script. My goals...