Re: [Htmlparser-user] FrameTag : no "setFrameLocation" method ?
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-02-11 05:03:07
|
> I already answered, too, when you asked me to give a scenario. Sorry, I seem to have missed your earlier mail.. > In my case, I work in a portal where you can import any kind of files. > The filesystem is so that the "logical paths" are different from the "physical paths" : for example, /my_html_files/index.html is in "real" /rep1024/fic1035.html. > So, when you want to visualize HTML files from this portal, the 'href' ans 'src' paths aren't valid anymore, so I must take them all, "translate" them and replace them. Yes of course- thats why you are allowed to modify urls and image locations. But of what benefit would it be to remap the form url - bcos you'd need a real server serving your requests - unless you have local server to map to.. I am curious about your scenario for form location modification. > And when you use a frame, the src attribute can be to a relative path, so I need to modify it too. Yes, I agree this should be allowed. Regards, Somik |