Hi there,
Got the following issue on an html/asp page, using as browser internet explorer 6.x (don't have to worry about netscape) : when displaying on an iframe a file that has an Apostrophe it doesn's show the file !!!
The elements I use are
a)Iframe
<iframe name="Preview" SRC="" height="100%" width="950" frameborder="0">
</iframe>
b)User selects a file ...
<INPUT id="pFilePath" TYPE="file" NAME="myFile">
c) And it is assigned to an iframe (this is done in javascript) That is,
document.all.Preview.src= pFilePath.value;
I have already tried to escape the Apostrophe , and have had no luck ... any suggestions ???
Thanks for your help
Got the following issue on an html/asp page, using as browser internet explorer 6.x (don't have to worry about netscape) : when displaying on an iframe a file that has an Apostrophe it doesn's show the file !!!
The elements I use are
a)Iframe
<iframe name="Preview" SRC="" height="100%" width="950" frameborder="0">
</iframe>
b)User selects a file ...
<INPUT id="pFilePath" TYPE="file" NAME="myFile">
c) And it is assigned to an iframe (this is done in javascript) That is,
document.all.Preview.src= pFilePath.value;
I have already tried to escape the Apostrophe , and have had no luck ... any suggestions ???
Thanks for your help