10-03-2008 09:29 AM
Hi,
We had an Webbrowser object in the front panel of our VI. The primary function of the browser was to open static HTML files which would have links to another HTML sub pages within. It has been observed that the files open up perfectly in IE6 but the same does not open in IE7. Does any one have any idea on what could be wrong with the HTML LINK?
10-03-2008 09:35 AM
Well, what does the link look like? ![]()
10-03-2008 10:05 AM
10-03-2008 10:17 AM
Your link doesn't match your filename:
your link: HL_VP_SST_DSCAB_#011.HTML
your file: HL_VP_SST_DSCAB_01_#01.HTML
10-03-2008 10:45 AM
hi,
I might have attached the wrong file. I renamed the file to the one in the HTML link and still doesn't work. it's strange because they seem to open up in another PC ...
10-03-2008 11:22 AM
We think IE7 does not like a '#' in a file name.. it seems to filter the subsequent characters after the # hence the links no longer work.
10-03-2008 11:36 AM