Es decir.., hago un download de una página que se llama iframe.html con la siguiente estructura:
Cita:
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<LINK REL="stylesheet" TYPE="text/css" HREF="InfoView.css">
<LINK id="onetidThemeCSS" REL="stylesheet" TYPE="text/css" HREF="">
<script language="javascript" src="Infoview.js"></script>
</HEAD>
<BODY style="margin:0;" bgcolor=blue onLoad="Test();">
</BODY>
</HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<LINK REL="stylesheet" TYPE="text/css" HREF="InfoView.css">
<LINK id="onetidThemeCSS" REL="stylesheet" TYPE="text/css" HREF="">
<script language="javascript" src="Infoview.js"></script>
</HEAD>
<BODY style="margin:0;" bgcolor=blue onLoad="Test();">
</BODY>
</HTML>
Donde Test se encuentra en dentro de mi archivo Infoview.js, pero lo extraño es que si abro mi IE si me carga el script pero si lo cargo usando el tag <IE:Download..> no lo hace.. alguien sabe que podría estar pasando..??
Mi code para hacer la descarga es:
Cita:
Gracias y espero sus comentarios.. <IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" />
<P>Click <A HREF="javascript:oDownload.startDownload('iframe.h tml',
onDownloadDone)">here</A> to begin downloading this page.
<P>Click <A HREF="javascript:oDownload.startDownload('iframe.h tml',
onDownloadDone)">here</A> to begin downloading this page.