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.

When should I use embedded scripts, such as Netscape JavaScript or Microsoft JScript?

0
Posted

When should I use embedded scripts, such as Netscape JavaScript or Microsoft JScript?

0

Scripts, which operate on the client, are one means of implementing event-driven functionality in the browser. Traditional web technology is static; it provides no way to detect and act on mouse clicks or typed-in text. You need scripts to do that. Scripts are also the simplest means of validating information entered on a form prior to submission. In addition, scripts can be used to make web pages visually more stimulating: text that drifts across the browser status bar or a real-time clock display are common examples. See also IDM’s JavaScript FAQ and three-part tutorial.

Related Questions

What is your question?

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

Experts123