Topic awaiting preservation: Accessing XML in an IE iframe |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: Boulder, Colorado, USA |
posted 02-05-2004 21:09
I have a page with a form and a hidden iframe. |
Paranoid (IV) Inmate From: France |
posted 02-05-2004 21:29
Amnon: Welcome. |
Nervous Wreck (II) Inmate From: Boulder, Colorado, USA |
posted 02-05-2004 22:12
Thanks, but we already do that. |
Paranoid (IV) Inmate From: France |
posted 02-06-2004 02:44
Right, it should be a piece of cake to save the XML datas sent in POST into a temporary file and use it on client side in the IFRAME. If you have some troubles with the format of the XML file you could even check its validity on server side ( PHP can do that easily ) to avoid any trouble the cross browser compatibility. |
Nervous Wreck (II) Inmate From: Boulder, Colorado, USA |
posted 02-06-2004 16:26
I'll explain myself better: |
Paranoid (IV) Inmate From: France |
posted 02-07-2004 08:46
amnon: When I talked to save the XML datas in a temporary file on the server I obviously meant to do that with a server side language like PHP. That's typically the kind of thing beyond the capabilities of JavaScript. |