HTMLPad provides special features for ASP editing.
ASP menu and toolbar
ASP toolbar and menu allows to quickly insert common ASP code fragments.
![]() |
ASP Snippets provides a drop-down menu for inserting common ASP structures. To edit this menu, click Edit ASP Snippets. |
![]() |
ASP Server Variables displays a list of server variables. To insert an item, select it and click OK. |
![]() |
ASP Tag inserts ASP tags <% %>. |
![]() |
ASP Block inserts ASP tags <% and %> in separate lines, creating multi-line ASP code block. |
![]() |
ASP Output Tag inserts ASP output tag <%= %>. |
![]() |
Include File inserts file include tag. |
![]() |
Include Virtual Path inserts virtual include tag. |
Object Browser
Object Browser provides convenient way for working with ASP objects.