Re: [Htmlparser-user] FrameTag : no "setFrameLocation" method ?
Brought to you by:
derrickoswald
From: Elodie T. <et...@in...> - 2003-02-10 07:17:59
|
> I thought I had already replied to this - my question > to you is - why do you want to change the frame > location ? I already answered, too, when you asked me to give a scenario. 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. And when you use a frame, the src attribute can be to a relative path, so I need to modify it too. > If you can answer this convincingly, the > next release of the parser will contain this feature. I hope I answered convincingly enough ! ;o) > Regards, > Somik Best regards, Elodie |