Previous Tip  |  Next Tip  |  Index (recent)   |  Design Tips   | [Bill's Home]

399. Integrating ASPX with HTML

Here's one of my routing challenges, which integrate ASPX files with an HTML page. For this I've used an IFRAME such as with:

<iframe src="http://networksims.com/security47.aspx" scrolling="no" frameborder="0" style="width:800px; height:350px"></iframe>

 

and here's another: