Asked By
halin dan
80 points
N/A
Posted on - 11/30/2012
Hello TechyV,
When I access a certain webpage the following error message appears up time and again.
Does anyone know what is it about and if it is about and if it’s a problem how to resolve it?
Thanks in advance.
The page at https://infinity.icicibank.co.In says:
TypeError: cannot read property ‘value’ of undefined
TypeError: cannot read property ‘value’ of undefined
That error usually comes from a broken page (crashed on HTML code/property/plugin/proxy/JavaScript). There is no trouble with your browser. Ask the administrator of the page to fix it.
TypeError: cannot read property ‘value’ of undefined
Hi there user:
The variable value you are using was not defined. Use the console.log, to debug the variable states. This will show you which line of errors exist. ‘Cannot read property value undefined’, stating that you tried to access a value property but the variable isn’t right. Click and it’ll bring you to the right point where the error exists.
To do this, you must use a tool called Firebug to inspect the code. And then you can view the function to log. Below are the commands.
console.log ( myvar, “Logged!”);
console.info ( myvar, “Logged!”);
console.warn ( myvar, “Logged!”);
console.debug ( myvar, “Logged!”);
console.debug ( myvar, “Logged!”) ;
Thanks for asking. Feel free to post again here at techyv.com
Best regards,
TypeError: cannot read property ‘value’ of undefined
Hello ,
1. Firstly you need to verfy whether your browser is not blocking the activex, active scripting and java.
2. Try removing all temporary internet files.
3. Clear cache and cookies of your browser .
4. Check if the javascript is enabled on your browser.
5. If still the problem persists, re-install the web browser .
6. This should help you .
Thank You.