Topic: iframe (and I use the term loosely) in an html4.01 strict doctype? (Page 1 of 1) |
|
|---|---|
|
Paranoid (IV) Inmate From: Johnstown, PA |
posted 12-11-2009 15:17
I have some existing code that I have been tasked with upgrading to a valid doctype of HTML4.01 strict. code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
code: <iframe
OnLoad="javascript: LoadAddAttachmentiFrame('Stock-Attachment-135','/cgi-bin/Xebra?UploadAttachment&s=gnfhcjt7&itemIdentifier=Stock-Attachment-135','gnfhcjt7');"
src="/xebrajustadiv.htm"
frameborder=0
id="Stock-Attachment-135-AttachFrame"
name="Stock-Attachment-135-AttachFrame"
width="525"
height="10">
</iframe>
|
|
Paranoid (IV) Inmate From: Florida |
posted 12-12-2009 11:31
You don't normally need anything special for cross-browser compatibility to use an object in place of an iframe. It's hard to comment on JavaScript that hasn't been provided ? give a yell if you have a problem. |
|
Paranoid (IV) Inmate From: Johnstown, PA |
posted 12-14-2009 15:06
Reisio, |
|
Paranoid (IV) Inmate From: Florida |
posted 12-14-2009 23:05
I don't know if you want to try reimplementing in a less antique way... using XHR perhaps. |