Soldato
Hey all,
I've got quite of a bit of Javascript in our intranet pages which are essential. This works fine on our server no problem, end of. However, when copying the Intranet to our local drives or external storage, the drop down menus would not open the documents. It turned out this was due to the very first line of the code (the validation?). In the one that didn't work, it was:
In the one that did work, it was:
Well I'm glad I've got that sorted! However, whenever I jump from page to page, I now get a security warning at the top of the page, which disables all the javascript in the page until it's allowed. Due to the fact that not even the most insightful guidance note would help all the users here, I was wondering if someone could shed some light on how to get around this.
I've made a work around by setting my machine up as a trusted site - however, that'd involve every machine to which the Intranet is copied to to also be set up in the same way. This way also won't work for machines out of our network, as this may be against their policy.
Any ideas?
Much appreciated,
-RaZ
I've got quite of a bit of Javascript in our intranet pages which are essential. This works fine on our server no problem, end of. However, when copying the Intranet to our local drives or external storage, the drop down menus would not open the documents. It turned out this was due to the very first line of the code (the validation?). In the one that didn't work, it was:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
Well I'm glad I've got that sorted! However, whenever I jump from page to page, I now get a security warning at the top of the page, which disables all the javascript in the page until it's allowed. Due to the fact that not even the most insightful guidance note would help all the users here, I was wondering if someone could shed some light on how to get around this.
I've made a work around by setting my machine up as a trusted site - however, that'd involve every machine to which the Intranet is copied to to also be set up in the same way. This way also won't work for machines out of our network, as this may be against their policy.
Any ideas?
Much appreciated,
-RaZ