I have an HTML Application (HTA) that uses a form to input a username, and then loads an ASP page that displays information pertaining to that username. I am currently using window.open, which opens the URL in a new window, but I would rather the information be displayed on the same page (NO FRAMES). Is there any way I can open the URL in a hidden window, capture its source, and pull the source into my HTA?
I've tried using an iFrame with no success... window.open seems to always open a new window regardless of the specified target. Plus, it must remain an HTA and not be changed to an HTML extension.
I've tried using an iFrame with no success... window.open seems to always open a new window regardless of the specified target. Plus, it must remain an HTA and not be changed to an HTML extension.