hi
i am facing this problem when i redirect to a asp page using -
Response.redire ct "mynext.asp "
the problem is that the current page is using frames so this
mynext.asp is also getting loaded in the frame itself. i need to
remove all the frames and load this mynext.asp in the entire browser
window. kind of like the <a href="mynext.ht m" target="_top"> of html
how can this be done. please advice.
thanks
i am facing this problem when i redirect to a asp page using -
Response.redire ct "mynext.asp "
the problem is that the current page is using frames so this
mynext.asp is also getting loaded in the frame itself. i need to
remove all the frames and load this mynext.asp in the entire browser
window. kind of like the <a href="mynext.ht m" target="_top"> of html
how can this be done. please advice.
thanks
Comment