I have a 'help manual' that I call from an asp page with the following code:
<a href="html\HelpManual.chm" > Help Manual</a>
This puts the Help Manual in a separate window above the asp page. When I click the ‘x’ in the upper right hand side of the window the window closes and the asp page shows.
However, if I use the following code to show a particular page in the instruction manual, the original asp page is replaced by the help page.
<a href="html\HelpPage.htm" > Help Page</a>
Now if I close the help page by clicking the ‘x’ in the upper right hand side of the window the original asp page is gone.
How do I get a window that simply resides on top of another window, without replacing it?
Charix
<a href="html\HelpManual.chm" > Help Manual</a>
This puts the Help Manual in a separate window above the asp page. When I click the ‘x’ in the upper right hand side of the window the window closes and the asp page shows.
However, if I use the following code to show a particular page in the instruction manual, the original asp page is replaced by the help page.
<a href="html\HelpPage.htm" > Help Page</a>
Now if I close the help page by clicking the ‘x’ in the upper right hand side of the window the original asp page is gone.
How do I get a window that simply resides on top of another window, without replacing it?
Charix