I've got an offline html page on my hdd with some javascript that does different things depending on the url parameters. when I open this page in firefox and opera everything works fine but IE does not allow me to attach anything to the url. it shows an error that reads "windows cannot find 'filename'". I guess the IE takes it for a file and the file with .html?param=val cannot be found.
do I have to change any IE setting so that it recognizes the html file and it parameters?