Hi,
I am developing a website.
I always test code (designing part) outside the project folder independtly before attaching it to the main project, bcoz I am still in the learning process.
In Firefox, Crome, it works well. But it IE I am having problem.
When I test my HTML pages having a simple javascript alert("hello"); on window.onload eventin IE it gives me useless warning 'Restricted some scripts from running to protect from accesing your computer".
But the same If run from my project through dreammweaver, it works good with out any error.
I searched a lot in google but often I get results of doing some tweaks in Interenet explorer option dialog box.
But as a web developer I should take care that end user doesn't have to do such thing, bcoz they wont be knowing whether the threat is real or not.
Please explain me in avoiding such cases in IE
Venkat