"I debugged the code & find htat its crashing at this line :
*head.insertBefore( script, head.firstChild );* "

IE doesn't understand that you are dealing with a DOM node, hence the
".firstChild" or ".insertBefore" isn't supported for use at that point


On Apr 24, 12:23 am, Zeeshan Khan <khan.zeesha...@gmail.com> wrote:
> I debugged the code & find htat its crashing at this line :
> *head.insertBefore( script, head.firstChild );*
> *
> *
> it first checks these 2 lines
>
> *if ( !jsonp )*
> *success();*
> *
> *
> then it cums at
> *head.insertBefore( script, head.firstChild ); *& crashes...Hope this helps
> *
> *Regards;
>
> Zeeshan Ahmed Khan
>
> On Thu, Apr 23, 2009 at 1:19 PM, Jonathan Vanherpe (T & T NV) <
>
> jonat...@tnt.be> wrote:
> >  That is pretty weird, especially since the error happens on a line that
> > doesn't exist. The IE js debugger proved useless too. It also loads the
> > wrong page.
>
> > As far as i can tell (using Fiddler), the code tries to load Page1.aspx ,
> > but instead of putting that in the tab, it embeds the whole current page
> > (including all the javascript files, which get loaded again and are probably
> > the cause of the error you get).
>
> > If you can manage to figure out why it embeds the current page instead of
> > the page you want, you'll have solved your problem.
>
> > Jonathan
>
> > Zeeshan Khan wrote:
>
> > Check this Link U'll knw the Problem that i'm talking about.
> >  http://aspspider.info/KhanZeeshan/
>
> >  Check it IE6 & IE7 i chekced it in IE8,FF 3.0 Chorme & safari ti works
> > gr8 in All browsers xcpt IE6 & IE7.
>
> > On Thu, Apr 23, 2009 at 8:47 AM, Zeeshan Khan 
> > <khan.zeesha...@gmail.com>wrote:
>
> >> i validated my html &  Javascript as well...but there was no error..i
> >> don't know any free asp.net web hosting site...if u know any please let
> >> me know i'll upload my site there..then u guys can check it thoroughly..
>
> >> On Wed, Apr 22, 2009 at 6:02 PM, Jonathan Vanherpe (T & T NV) <
> >> jonat...@tnt.be> wrote:
>
> >>> Fact is that the error is quite generic. I think I've even gotten it for
> >>> forgetting to use a ";" at the end of a line.
>
> >>> Jonathan
>
> >>> MorningZ wrote:
>
> >>> --
> >>> Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be
>
> > --
> >   [image:www.tnt.be] <http://www.tnt.be/?source=emailsig>  *Jonathan
> > Vanherpe*
> > jonat...@tnt.be -www.tnt.be<http://www.tnt.be/?source=emailsig> - tel.:
> > +32 (0)9 3860441

Reply via email to