Lonny asked: > Along that line, can anyone answer this for me? A frame object MUST have a > URL, or the > frame will be blank. Does anyone know how I can pull that property out of the > frame? That is, > something like frame(:name, 'my_frame').url, which would return a url or nil?
Try this... frame(:name, 'my_frame').document.url _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
