Occurs when a new web is created.
Syntax
Private Sub Application_OnWebNew(pWeb As Web)
pWeb Required Web. A Web object.
Remarks
The OnWebNew event is associated with the Application object. When the user creates a new web in Microsoft FrontPage, the OnWebNew event fires and executes the code that you specified within the event procedure.