Hej alle.
Jeg har postet følgende indlæg i den tilhørende udviklergruppe, men det
kunne være rart med lidt ekstra input set fra kliensiden.
Altså:
- Er det et krav at svg skal være indlejret?
- Er der noget med, at IE vil have <EMBED> og andre (standard) <OBJECT>?
(Jeg går ud fra, det er den rigtige gruppe da svg = xml -> html)
<indlæg>
Hi all.
I am working with dynamic svg, and I have observed 'weird' behaviour from
IE.
Typical scenario
1 GET MyHost/svg
2 retrieve response
3 IE internally building <EMBED ..src='GET ...'
- leading to a second GET from my app.
The problem is, that this behaviour issues two GET's every time, and since
it can be quite database intensive, this is not a good situation.
Is there any way of 'telling' IE to use the first response, or do I have to
make an approach, where I initially returns a page with <OBJECT .. > or
<EMBED...>, which then will trigger the actual request?
</indlæg>
--
Med venlig hilsen/Best regards
Stig Johansen
Stig.Johansen@udvikling.it.dk
(remove dot dk)
|