O
Oriane
Hi there,
I would like to resize an HTA window which launches a Asp.Net page with
parameters coming from Profile object.
I get something like, in my HTA file:
<HTML>
<HEAD>
<TITLE>Stibil</TITLE>
<HTA:APPLICATION ID="Stibil" >
<SCRIPT TYPE="text/Javascript">
window.resizeTo(300,290);
</SCRIPT>
</HEAD>
<BODY>
<IFRAME SRC="http://localhost:100/default.aspx"
STYLE="width:100%;height:100%"></IFRAME>
</BODY>
</HTML>
But instead of passing hard coded parameters (300, 390) , I would like to
pass parameters coming from my profile Asp.Net database.
Any idea ?
Oriane
I would like to resize an HTA window which launches a Asp.Net page with
parameters coming from Profile object.
I get something like, in my HTA file:
<HTML>
<HEAD>
<TITLE>Stibil</TITLE>
<HTA:APPLICATION ID="Stibil" >
<SCRIPT TYPE="text/Javascript">
window.resizeTo(300,290);
</SCRIPT>
</HEAD>
<BODY>
<IFRAME SRC="http://localhost:100/default.aspx"
STYLE="width:100%;height:100%"></IFRAME>
</BODY>
</HTML>
But instead of passing hard coded parameters (300, 390) , I would like to
pass parameters coming from my profile Asp.Net database.
Any idea ?
Oriane