[Htmlparser-user] FrameTag : why wouldn't be there a setFrameLocation ?
Brought to you by:
derrickoswald
From: Elodie T. <et...@in...> - 2003-02-06 08:04:40
|
Hi, I noticed that some of the Tag classes have a method that permit to modify (or I guess they do) the "source" attribute (like href or src). These methods are, for example : setBaseURL, setImageURL, setLink... It seems perfect to me, as I have to modify all relative path in a html... but I can't find method that set source location in a frame tag, nor in an input tag (when type=image). What can I do ? Would it be too complex for me if I tried to add such a method in the HTMLFrameTag class ? Regards, Elodie |