It is a Text File that contains the combination of the following: • Text • HTML tags • Script Commands
ASP provides scripting engines that execute the corresponding scripting languages on the server side. Scripts should be encoded within the Delimiters.
• Internet Explorer (supports VBScript, JavaScript) • Netscape Communicator/ Navigator (supports only JavaScript, VBScript can be also added too)
Virtual directories are aliases for directory paths on the server. It allows moving files on the disk between different folders, drives or even servers without changing the structure of web pages. It avoids
Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts executed
Latest Answer: Server side script which avoids manual coding by using server side controls. It makes developer job easier. In client side script when developer writes the manual code to develop the application it is not going to server. It makes no burden on the server. ...
VBScript : REM & ‘(apostrophe) JavaScript : // (single line comment) /* */ (Multi-line comments)
Writing codes within the Tag.
• Including the RUNAT=SERVER attribute in the tag • Use server script delimiter
Specify
1) Global.asa 2) Server-side Includes 3) Jscript scripts tagged within tags 4) HTML together with scripts tagged within delimiters 5) VBScripts tagged within tags
Latest Answer: 1> Global.asa - top to bottom5> VBScripts tagged within tags - top to bottom2> Server-side Includes as they are encountered - top to bottom4> HTML together with scripts tagged within delimiters - top to bottom3> Jscript ...
View page << Previous 9 10 11 12 [13] 14 15 Next >>

Go Top