• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

js error in ie8

S

Saravana

Flightless Bird
Hi,

i am opening a popup window in ie8, the popup is load with loaded with one
url and some javascript classes are intialized and able to call the member
functions are from page and then i am re-directing the page the another url
and the js classes are reinitialized.

when i try to call the member function of the js class in the re-directed
page, ie8 throws js error as "Unexpected call to method or property access".

When debug the code, i found that the class is properly initialized and
able to access the member variables of the class. i am getting problem only
when i try to call the member function from the re-directed page.

i am not facing this problem in ie6 and ie7.

Could anyone help me to solve this problem?.

Thanks
Saravana
 
R

rob^_^

Flightless Bird
Hi Saravana,
Developer-specific resources include:

******* MSDN IE Development Forum (post such questions here instead)
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads

IE Developer Center
http://msdn.microsoft.com/en-us/ie/default.aspx

Learn IE8
http://msdn.microsoft.com/en-us/ie/aa740473.aspx

HTML and DHTML Overviews and Tutorials
http://msdn.microsoft.com/en-us/library/ms537623.aspx and

Cascading Style Sheets (CSS)
http://msdn2.microsoft.com/en-us/ie/aa740476.aspx

Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
debugging tool for IE6, IE7, and IE8)
http://www.microsoft.com/downloads/...FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677

Expression Web SuperPreview Release Notes
http://www.microsoft.com/expression/products/Web_SuperPreviewReleaseNotes.aspx

Validators:
http://validator.w3.org/
http://jigsaw.w3.org/css-validator/


When submitting questions to the Developer forums please include a link to
your web site or test pages.

My guess.... XSS,

no I not sending you hugs and kisses.

XSS = Cross site scripting.... When developing ensure your IE security
settings are set to the factory defaults.

Tools>Internet Options - Security tab, click "Reset all zones to default"

Regards.


"Saravana" <Saravana@discussions.microsoft.com> wrote in message
news:7C05DA61-DE85-4223-8B40-76D17B944D0B@microsoft.com...
> Hi,
>
> i am opening a popup window in ie8, the popup is load with loaded with one
> url and some javascript classes are intialized and able to call the member
> functions are from page and then i am re-directing the page the another
> url
> and the js classes are reinitialized.
>
> when i try to call the member function of the js class in the re-directed
> page, ie8 throws js error as "Unexpected call to method or property
> access".
>
> When debug the code, i found that the class is properly initialized and
> able to access the member variables of the class. i am getting problem
> only
> when i try to call the member function from the re-directed page.
>
> i am not facing this problem in ie6 and ie7.
>
> Could anyone help me to solve this problem?.
>
> Thanks
> Saravana
 
M

Murali

Flightless Bird
Hi rob,

Thanks for your suggestions. It is not an XSS vulnerability issue. The
method from java script object is not executed,but we are able to get the
values from object properties.

Pls. let us know if there are ny other ways to debug to find out root cause
of the problem. We do not have sample site to show the problem.

Regards,
Murali
"rob^_^" wrote:

> Hi Saravana,
> Developer-specific resources include:
>
> ******* MSDN IE Development Forum (post such questions here instead)
> http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads
>
> IE Developer Center
> http://msdn.microsoft.com/en-us/ie/default.aspx
>
> Learn IE8
> http://msdn.microsoft.com/en-us/ie/aa740473.aspx
>
> HTML and DHTML Overviews and Tutorials
> http://msdn.microsoft.com/en-us/library/ms537623.aspx and
>
> Cascading Style Sheets (CSS)
> http://msdn2.microsoft.com/en-us/ie/aa740476.aspx
>
> Expression Web SuperPreview for Internet Explorer (free, stand-alone visual
> debugging tool for IE6, IE7, and IE8)
> http://www.microsoft.com/downloads/...FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677
>
> Expression Web SuperPreview Release Notes
> http://www.microsoft.com/expression/products/Web_SuperPreviewReleaseNotes.aspx
>
> Validators:
> http://validator.w3.org/
> http://jigsaw.w3.org/css-validator/
>
>
> When submitting questions to the Developer forums please include a link to
> your web site or test pages.
>
> My guess.... XSS,
>
> no I not sending you hugs and kisses.
>
> XSS = Cross site scripting.... When developing ensure your IE security
> settings are set to the factory defaults.
>
> Tools>Internet Options - Security tab, click "Reset all zones to default"
>
> Regards.
>
>
> "Saravana" <Saravana@discussions.microsoft.com> wrote in message
> news:7C05DA61-DE85-4223-8B40-76D17B944D0B@microsoft.com...
> > Hi,
> >
> > i am opening a popup window in ie8, the popup is load with loaded with one
> > url and some javascript classes are intialized and able to call the member
> > functions are from page and then i am re-directing the page the another
> > url
> > and the js classes are reinitialized.
> >
> > when i try to call the member function of the js class in the re-directed
> > page, ie8 throws js error as "Unexpected call to method or property
> > access".
> >
> > When debug the code, i found that the class is properly initialized and
> > able to access the member variables of the class. i am getting problem
> > only
> > when i try to call the member function from the re-directed page.
> >
> > i am not facing this problem in ie6 and ie7.
> >
> > Could anyone help me to solve this problem?.
> >
> > Thanks
> > Saravana

>
 
R

rob^_^

Flightless Bird
Hi Murali,

Please repost your question on the IE Web Development Forum

http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads

This is a public newsgroup for IE users. Technical questions are better
asked in the above as asking here will just confuse the average home user
with no technical interest.

Provide as much detail as possible. A link to a test page is ideal and make
sure you validate your markup and scripts first. You should also test first
in no-Addons mode to rule out third-party software.

Regards.

"Murali" <Murali@discussions.microsoft.com> wrote in message
news:16868656-AFA1-4A69-AC0F-982268A47450@microsoft.com...
> Hi rob,
>
> Thanks for your suggestions. It is not an XSS vulnerability issue. The
> method from java script object is not executed,but we are able to get the
> values from object properties.
>
> Pls. let us know if there are ny other ways to debug to find out root
> cause
> of the problem. We do not have sample site to show the problem.
>
> Regards,
> Murali
> "rob^_^" wrote:
>
>> Hi Saravana,
>> Developer-specific resources include:
>>
>> ******* MSDN IE Development Forum (post such questions here instead)
>> http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/threads
>>
>> IE Developer Center
>> http://msdn.microsoft.com/en-us/ie/default.aspx
>>
>> Learn IE8
>> http://msdn.microsoft.com/en-us/ie/aa740473.aspx
>>
>> HTML and DHTML Overviews and Tutorials
>> http://msdn.microsoft.com/en-us/library/ms537623.aspx and
>>
>> Cascading Style Sheets (CSS)
>> http://msdn2.microsoft.com/en-us/ie/aa740476.aspx
>>
>> Expression Web SuperPreview for Internet Explorer (free, stand-alone
>> visual
>> debugging tool for IE6, IE7, and IE8)
>> http://www.microsoft.com/downloads/...FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677
>>
>> Expression Web SuperPreview Release Notes
>> http://www.microsoft.com/expression/products/Web_SuperPreviewReleaseNotes.aspx
>>
>> Validators:
>> http://validator.w3.org/
>> http://jigsaw.w3.org/css-validator/
>>
>>
>> When submitting questions to the Developer forums please include a link
>> to
>> your web site or test pages.
>>
>> My guess.... XSS,
>>
>> no I not sending you hugs and kisses.
>>
>> XSS = Cross site scripting.... When developing ensure your IE security
>> settings are set to the factory defaults.
>>
>> Tools>Internet Options - Security tab, click "Reset all zones to default"
>>
>> Regards.
>>
>>
>> "Saravana" <Saravana@discussions.microsoft.com> wrote in message
>> news:7C05DA61-DE85-4223-8B40-76D17B944D0B@microsoft.com...
>> > Hi,
>> >
>> > i am opening a popup window in ie8, the popup is load with loaded with
>> > one
>> > url and some javascript classes are intialized and able to call the
>> > member
>> > functions are from page and then i am re-directing the page the another
>> > url
>> > and the js classes are reinitialized.
>> >
>> > when i try to call the member function of the js class in the
>> > re-directed
>> > page, ie8 throws js error as "Unexpected call to method or property
>> > access".
>> >
>> > When debug the code, i found that the class is properly initialized
>> > and
>> > able to access the member variables of the class. i am getting problem
>> > only
>> > when i try to call the member function from the re-directed page.
>> >
>> > i am not facing this problem in ie6 and ie7.
>> >
>> > Could anyone help me to solve this problem?.
>> >
>> > Thanks
>> > Saravana

>>
 
Top