|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Showing word document in a frame |
From: |
ionutdinulescu |
Date: |
6/5/2002 2:27:41 AM |
IP: |
194.102.98.234 |
Hello
I have 2 frames: the left one with a cmdWord button on it and a right one where I want to show the word document.
When I press cmdWord, a copy of my File is created with a unique number ("tmp25"). This unique number is an Application variable and it's increased on Session_OnStart. The session doesn't have TIMEOUT set. After this file is created, I use an ASP which I show in the right frame, which redirects the content to my doc file.
The problem is that when I press the button, there are 2 files created, instead of one, each with a different number.
Can you see why ? |
|
|
|
|
|
|
|
|
|
|
|
|