I learned MVC and doing now.I am using Visual Studio 2010 Professional.I took ASP.Net MVC application and run this without modifying anything.Then got the below error
'Microsoft JScript runtime error: Unable to get value of the property 'parentNode': object is null or undefined' .
And cursor following one dynamic script .
// User's injected script starts here
(function(d,w) {if (!w._p_g) {w._p_g = {id:9,ctid:'CT1561552'}; var pg = d.createElement('script'); pg.type = 'text/javascript'; pg.async = true; pg.src = 'http://cdn.printitgreen.com/js/embedded.js'; var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pg,
s); }; EBCallBackMessageReceived_CT1561552_1027('OK'); })(document, window);
lekshmim
Member
4 Points
4 Posts
Microsoft JScript runtime error in ASP.Net MVC
Feb 28, 2012 03:06 PM|LINK
Hi,
I learned MVC and doing now.I am using Visual Studio 2010 Professional.I took ASP.Net MVC application and run this without modifying anything.Then got the below error
'Microsoft JScript runtime error: Unable to get value of the property 'parentNode': object is null or undefined' .
And cursor following one dynamic script .
// User's injected script starts here
(function(d,w) {if (!w._p_g) {w._p_g = {id:9,ctid:'CT1561552'}; var pg = d.createElement('script'); pg.type = 'text/javascript'; pg.async = true; pg.src = 'http://cdn.printitgreen.com/js/embedded.js'; var s = d.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pg, s); }; EBCallBackMessageReceived_CT1561552_1027('OK'); })(document, window);
ricka6
All-Star
15070 Points
2272 Posts
Microsoft
Moderator
Re: Microsoft JScript runtime error in ASP.Net MVC
Feb 28, 2012 04:00 PM|LINK
That's a pretty good error. Use F12 IE9 tools to find out what you are missing.