ChuckGoose
08-12-2003, 04:49 PM
I'm trying to call a function defined in a document loaded in an IFrame. In later versions of mozilla:
myIFrame.contentWindow.functionName();
works like a charm. In NN6, however, contentWindow is not a member of the IFrame object. Does anyone know a workaround that I can use? Or, as another possible workaround, does anyone know how I can scroll a div in NN6?
Thanks,
Chuck
myIFrame.contentWindow.functionName();
works like a charm. In NN6, however, contentWindow is not a member of the IFrame object. Does anyone know a workaround that I can use? Or, as another possible workaround, does anyone know how I can scroll a div in NN6?
Thanks,
Chuck