Login | |
|
 |
Re: Passing Values of open Dialogue Box in Textbox - 5/26/2005 2:40:21 AM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
Like I've been saying before: document.write will replace the content of your page ...please reread your posts (Display 2 tables in one HTML page , How to overwrite table) and check MSDN
|
|
| |
|
|
|
 |
Re: Passing Values of open Dialogue Box in Textbox - 5/26/2005 6:35:48 PM
|
|
 |
|
| |
Zifter
Posts: 318
Score: 0
Joined: 1/5/2005
From: Belgium
Status: offline
|
I think you don't understand me clearly. quote: document.write will replace the content of your page
In other words, the textbox "templatefile" and the buttons you have on your page are first removed and then replaced with what you write and that is a textbox without a name. If you want the selected filename in your "templatefile", you'll have to use the "value" property of that textbox. Something in the lines of "document.all.templatefile.value = objDialog.FileName"
|
|
| |
|
|
|
|
|