Access-Control-Allow-Origin on local file system

Access-Control-Allow-Origin on local file system

Hi,

I create a jquery mobile web this work great on web server, but when I run this on local filesystem (file://), when i change from one page to another, I have this error.

XMLHttpRequest cannot load file:///C:/Users/Wvista/Documents/test.hml. Origin null is not allowed by Access-Control-Allow-Origin.

I know that this is a problem with permission, but is strange because all document are on same directory.

David.