K
Kathy Burke
Hello.
I have an aspx page with a button onclick that opens an HTA page that
simply runs javascript to open a client desktop application...the aspx
form remains open.
I would like to set which file should be opened by the HTA based on a
session variable set in the aspx page.
Having a total brain-fade on this. Tried the following in the HTA with
no luck:
<html>
<%@language="vbscript"%>
<%= session.getAttribute( "KB_Test" ) %>
<head>
<title>Session Test</title>
<HTA:APPLICATION ID="oHTA"/>
</head>
<body>
<p>Test: <%=KB_Test%></p>
</body>
</html>
Please, what am I missing...other than a piece of my brain?
Thanks,
Kathy
I have an aspx page with a button onclick that opens an HTA page that
simply runs javascript to open a client desktop application...the aspx
form remains open.
I would like to set which file should be opened by the HTA based on a
session variable set in the aspx page.
Having a total brain-fade on this. Tried the following in the HTA with
no luck:
<html>
<%@language="vbscript"%>
<%= session.getAttribute( "KB_Test" ) %>
<head>
<title>Session Test</title>
<HTA:APPLICATION ID="oHTA"/>
</head>
<body>
<p>Test: <%=KB_Test%></p>
</body>
</html>
Please, what am I missing...other than a piece of my brain?
Thanks,
Kathy