A
Alhambra Eidos Kiquenet
Hi misters,
I have a aspx page that loads PDF files into a frame (I call an
ShowFile.aspx file that uses Response.BinaryWrite).
I want that the user can see div with the message loading and finished it
when the PDF file have been loaded.
I have onload function for iframe but doesn't work, because never is called.
Appears progress bar in IE 6.0 but not go up.
Any solution about it, please?
Thanks in advance, greetings
,
<iframe src=""
id="iframeContenedorFicheros"
width="100%"
frameborder="1"
scrolling="auto"
onload="ficheroCargado()"
Javascript loads file in a frame
fichero = 'VerFichero.aspx?NOMBRE_FICHERO=' + fichero;
document.getElementById('iframeContenedorFicheros').src=fichero;
I have a aspx page that loads PDF files into a frame (I call an
ShowFile.aspx file that uses Response.BinaryWrite).
I want that the user can see div with the message loading and finished it
when the PDF file have been loaded.
I have onload function for iframe but doesn't work, because never is called.
Appears progress bar in IE 6.0 but not go up.
Any solution about it, please?
Thanks in advance, greetings
,
<iframe src=""
id="iframeContenedorFicheros"
width="100%"
frameborder="1"
scrolling="auto"
onload="ficheroCargado()"
</iframe>
Javascript loads file in a frame
fichero = 'VerFichero.aspx?NOMBRE_FICHERO=' + fichero;
document.getElementById('iframeContenedorFicheros').src=fichero;