Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the relationship between ASP and JScript or VBScript?

0
10 Posted

What is the relationship between ASP and JScript or VBScript?

0
10

JScript and VBScript are two scripting languages that can be used within an ASP page. ASP pages are unique to websites that are served by Microsoft’s Internet Information Server (IIS), and can be identified by their .asp extension. These languages can also be used outside of a web page context, in environments that support them like the Windows Script Host, but the rest of this answer focuses on their use in a web environment. JScript is similar in structure to C, C++, or Java, and it is more browser-independent. VBScript is similar in structure to Visual Basic, and it’s best suited for use in Internet Explorer. Either language can be used within an ASP page to perform client-side scripting and to aid in interaction with the user without requiring new requests to the server. Popular uses would include images that change when you move your mouse them or pull-down lists that dynamically populate based on other user-entered data on the page. If you’re designing a page to be run by both Ne

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123