l"
);
only works with FF?
thx
On 3 Giu, 12:27, AlePetrucci <[EMAIL PROTECTED]> wrote:
> Hallo,
> I'm used to check the broser version in my callback function (when
> managing the xml from the response), something like:
>
> try{
> // for Ie
> xmlDoc=new
Hallo,
I'm used to check the broser version in my callback function (when
managing the xml from the response), something like:
try{
// for Ie
xmlDoc=new ActiveXObject("Microsoft.XMLDOM");
}catch{
//for FF
xmlDOc=DomParser()
(code is not complete :))
is there any way to make this transpa
2 matches
Mail list logo