paul wrote:
Works ok on XP, but on Vista the error message shows the path is incorrect, with a triple slash and double C:/'s. The desktop path is repeated.
running from in C root::
Cannot find file "file:///C:/C:/test.html"
running on desktop::
Cannot find file "file:///C:/Users/Paul/Desktop/C:Users/Paul/Desktop/test.html"
Does it work with a hardwired path?
Paul
Hi, thanks again for your quick reply.
When working with a browser object, I tried deleting the http:// part form the path, by just typing <Card> as the Default Internet Address (where Card is the name of the variable), but the program kept inserting an http:// in the field. So, I did some research on the forum. Someone has previously had the same problem (the program inserting http:// in the browser object path to the file), and someone answered him by telling him to put the following as the path:
file://<SYSTEM_PUBLICATION_DIR>filename.html
so, I put this as my path:
file://<SYSTEM_PUBLICATION_DIR><Card>
. But since I'm using a variable instead of a file name, maybe I should take out the <SYSTEM_PUBLICATION_DIR>?