Hi, In message <_A3562@delegate-en.ML_> on 10/31/06(22:21:45) you p5igqbdyi-qjkxlpmpi3y6.ml@delegate.org wrote: |I am using Delegate 9_2_5 proxy with a website that makes use of relative |paths, however these paths appear incorrectly under certain cirmustances. |I think I might need to configure the HTMLCONV parameter but I'm not sure |how. | |On my disk I have a file called |C:/eurobase/eTrader/de/pages/trade/main.asp and this file will produce |html with including a the the line; | |<SCRIPT LANGUAGE="jscript" SRC="../../ScriptLibrary/JScript.htm"></SCRIPT> DeleGate does "normalization" of URLs in response data before applying a URL translation for MOUNT. The normalization is applied to get rid of illegal references to URL which should not be seen from the base document. For example, if the response data is from "http://host/dir1/file1.html", and if the data (base document) includes a URL as "../../dir2/file2.html", it is normalized to "/dir2/file2.html", or "http://host/dir2/file2.html". If this is the case of your problem, you will be able to solve it by disabling this feaure by turn off "normal" flag in URICONV. The default configuration of URICONV can be shown as this: % delegated -v URICONV=+ URICONV=dump You can turn "normal" off as follows: % delegated -v URICONV=+ URICONV="normal:-*/*" URICONV=dump |The site URL is the page is |https://mysite/jct01/eTrader/de/pages/trade/main.asp | |The problem is that when the function getDialogue is involved both IFrames |and buttons are converted to /jg06/eTrader/Pages/Dialogue/sender.asp and |not /jg06/eTrader/de/Pages/Dialogue/sender.asp. Note all the other URL in |the site either remain relative or are converted correctly. Why does this |only occur in a scripted peice of DHTML added by script? Cheers, Yutaka -- 9 9 Yutaka Sato <y.sato@delegate.org> http://delegate.org/y.sato/ ( ~ ) National Institute of Advanced Industrial Science and Technology _< >_ 1-1-4 Umezono, Tsukuba, Ibaraki, 305-8568 Japan Do the more with the less -- B. Fuller