I enabled comment pass through, and it still broke. Would not pass through the comments .. Non valid HTML .. if that is correct ? More complete listing of the front of the source at the end Regardless .. So from what you are saying proxy_html does NOT filter comments, even if I if they were formatted correctly. The internal app is a variant of this of a TV recording software http://www.cs.usyd.edu.au/~efax/DVScheduler.html#DV%20Scheduler Given that it appears that even if the format of the comments, is ok, and this is problem. It would not help me anyway, as the current version of html_proxy does not filter them........................ I am going to get back to the author of the app, and see what he can do to change the source HTML. Even if it causes probs with IE browsers :-) Tx for the help Here is a code from the top <html> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DNTV Scheduler Pro System Status</title> <link rel="stylesheet" href="/css/main.css" type="text/css"> <!--[if lt IE 7.0]> <script src=""></script> <![endif]--> <!--[if lt IE 7.0]> <link rel="stylesheet" href="" type="text/css"/> <![endif]--> <!--[if IE 7.0]> <link rel="stylesheet" href="" type="text/css"/> <![endif]--> <script src="/_javascript_/main.js"></script><script> function selectChannel(obj) { var mode = obj.fullscreen; if (mode == false) { var cnt = obj.controls.audioLanguageCount; var index = obj.controls.currentAudioLanguageIndex; index = index + 1; if (index > cnt) index = 1; obj.controls.currentAudioLanguageIndex = inde etc ... etc ... etc Nick Kew wrote: Nick Kew wrote: --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See |