Hi,
Wanted to include ASP file in a div when a certain condition is passed in a javascript function using the innerHTML property.
Tried using the following but not working.
document.getElementById("frame").innerHTML="<!--#include file="/include/show.asp"-->"
Please suggest...
