Whenever i run the application in Internet Explorer i am getting one pop window, in that pop the message is- Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com with three button break ,continue and ignore .if
i click continue and ignore nothing is happen , but if i click break some dynamically created script file are coming which are not in my projects like ticker_37.js?build=202[Dynamic]
and also one script document folder is created , inside that script doucument folder there are lots of js and jquery files are there.after stop dubugging that script document folder is disappears
But this not happening in any other browsers like chrome ,firefox.its only happening when i run application in IE.
You can Disable the javascript debugging by...Go to Tools - > Internet Options - > Advanced then mark the 1)Disable Script Debugging(IE) 2)Disable Script debugging(others).
If you want to see the jquery error in the Mozilla press Ctrs + Shift + J . It will show the error.
baskerganesa...
Member
260 Points
372 Posts
Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 10:52 AM|LINK
Whenever i run the application in Internet Explorer i am getting one pop window, in that pop the message is- Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com with three button break ,continue and ignore .if i click continue and ignore nothing is happen , but if i click break some dynamically created script file are coming which are not in my projects like ticker_37.js?build=202[Dynamic]
and also one script document folder is created , inside that script doucument folder there are lots of js and jquery files are there.after stop dubugging that script document folder is disappears
But this not happening in any other browsers like chrome ,firefox.its only happening when i run application in IE.
Vivek J Pand...
Participant
922 Points
257 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 10:55 AM|LINK
try to debug IE debugger option using F12 developer tool for Jscript debugging.
--Vivek
baskerganesa...
Member
260 Points
372 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 11:01 AM|LINK
can u please describe more how procedd that step?i dont know
pon_prabhu
Participant
828 Points
185 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 11:07 AM|LINK
Hi,
You can Disable the javascript debugging by...Go to Tools - > Internet Options - > Advanced then mark the 1)Disable Script Debugging(IE) 2)Disable Script debugging(others).
If you want to see the jquery error in the Mozilla press Ctrs + Shift + J . It will show the error.
Vivek J Pand...
Participant
922 Points
257 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 11:08 AM|LINK
try this
http://msdn.microsoft.com/en-us/library/dd565625(v=vs.85).aspx
--Vivek
baskerganesa...
Member
260 Points
372 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 11:49 AM|LINK
@prabhu
ya tried it before posting my thread here but still it shows that message box in visual studio
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 12:39 PM|LINK
can you post your code.
baskerganesa...
Member
260 Points
372 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 12:41 PM|LINK
Which you code you want me to post?
Ramesh Chand...
Star
12922 Points
2672 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 12:46 PM|LINK
okay, once you get the popup, click on break. can check stack trace so that you can know where in your code you are calling this javascript code.
this js might be related to facebook com js.
baskerganesa...
Member
260 Points
372 Posts
Re: Microsoft JScript runtime error: Invalid origin: http://static.ak.facebook.com
Aug 07, 2012 12:54 PM|LINK
if i click break one new tab is opening in vs with name ticker_37.js?build=202[Dynamic]
but i dont have any js file with this name in my project folder