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

409. 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://buchananweb.co.uk/security52.aspx" scrolling="no" frameborder="0" style="width:800px; height:350px"></iframe>