JavaScript Editor JavaScript Editor     JavaScript Debugger

Previous Section Next Section

Main Page

Adding a New HTML Page

You can add a new HTML page to a Web application with the Project|Add HTML Page menu item. Here's the code for the HTML page added to your project:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema content="http://schemas.microsoft.com/
intellisense/ie5">
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
<meta name=ProgId content=VisualStudio.HTML>
<meta name=Originator content="Microsoft Visual Studio .NET 7.0">
</head>
<body MS_POSITIONING="GridLayout">

</body>
</html>

For more information, see "Creating a Multiform Web Project" in the In Depth section of this chapter.

Previous Section Next Section




JavaScript Editor Free JavaScript Editor     JavaScript Editor 
see more