How does the server identify and execute the server-side scripts within HTML code?

• Including the RUNAT=SERVER attribute in the < SCRIPT > tag
• Use < % … % > server script delimiter

Showing Answers 1 - 3 of 3 Answers

The server identify and execute the server-side scripts within HTML code by using < % … % > server script delimiter and by including the RUNAT=SERVER attribute in the < SCRIPT > tag.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions