answersLogoWhite

0


Best Answer

jscripts

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What provides scripts with the capability to store and later reference data used by the script?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Script languages in windows are what type of script?

Most scripts written inside of Windows are written using Visual Basic, or a Visual Basic derivative, like Windows Script Host (created for things like logon scripts on networks.)


How are webpages using scripts implemented in a browser?

Usually, the scripts are implemented using JavaScript, and the HTML "SCRIPT" tag. More often on professional pages, though external scripts are used.


Difference between a Logon Script and a Startup Script?

basic ideaScripts (Startup/Shutdown): Use this extension to specify the scripts that run when you start and shut down the computer. To configure the computer startup and shutdown scripts, start the Group Policy snap-in, expand Computer Configuration, expand Windows Settings, click Scripts (Startup/Shutdown), and then in the right pane, double-click the script that you want to configure. These scripts run on the Local System account.Scripts (Logon/Logoff): Use this extension to specify the scripts that run when a user logs on or logs off the computer. To configure the user logon and logoff scripts, start the Group Policy snap-in, expand User Configuration, expand Windows Settings, click Scripts (Logon/Logoff), and then in the right pane double-click the script that you want to configure. These scripts run on the User account and not on the Administrator account.


How can the browser recognize the line of code in an HTML document as belonging to a script?

There are a number of ways that help the browser recognise scripts. Scripts can be inside script tags. They can be in events associated with controls, like having an onClick event in a button. Scripts can be in external files that are linked into a html page. Whatever way it is done, if the web designer does it correctly, the browser will recognise and run the scripts.


Where are scripts placed in an HTML document?

you can put your script into a function. A function contains code that will be executed by an event or by a call to the function.

Related questions