Entry
How can I execute an ASP page WITHOUT opening a window (hidden)?
Mar 13th, 2002 14:27
nitin jain, Jean-Bernard Valentaten, Rogerio Dec,
I think the asp page can be executed without opening a window. you can
use frameset with 2 frames. one of the frame with 0 width. Set
the "src" property of this frame to your ASP Page URl and refresh the
frameset page. It will execute your ASP page without opening a new
window.
Nitin
I don't think this is possible. ASP is only interpreted when a page is
requested from a server (Active Server Pages!!).
You'll need to open a window, or simply reload the browser-content (thus
reloading the page).
By the way, this is not a js-related question.
Jean