iFrame. Is this possible?

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

Hello,

I have the following:

<iframe id="ifUpload" onload="UploadFile()" scrolling="no"
frameborder="0" class="ifUpload" src="FileUpload.aspx"></iframe>

Can I create the content of the iFrame at runtime? Without using
src="FileUpload.aspx"?

Thanks,

Miguel
 
Back
Top