Customizing Dreamweaver > Customizing the interpretation of third-party tags > About ASP |
Microsoft's ASP (Active Server Pages) is a way to combine HTML, scripts written in JavaScript or VBScript, and ActiveX controls to dynamically serve HTML. When a browser requests an ASP page from a Microsoft Web server, the server interprets the ASP code and sends the resulting HTML to the requesting browser. (The browser receives only HTML, not ASP code.) For more information on ASP, see Microsoft's ASP overview pages, as described in HTML and Web technologies resources.
A block of ASP code begins with <%
and ends with %>
. If View > Invisible Elements is selected, and Server Markup Tags is selected in Invisible Elements preferences, Dreamweaver displays an ASP icon in the Document window's Design view to mark the location of ASP code. Otherwise, Dreamweaver does not display anything to mark the code's location. For more information about invisible elements, see About invisible elements.