[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frames verification



Thank You

one note though, you had

is named myframe, and the function is called getGoing, you'd call it 
thusly (always wanted to use "thusly" in a sentence):

<FRAMESET ... onLoad="parent.myframe.getGoing()">

and what worked for me was

<FRAMESET ... onLoad="parent.frames.myframe.getGoing()">

parent.myFrame does not exist but parent.frames.myFrame does
just so no one else has to figure out why it didn't work :)

Eric
--------------------------------------------------------------------
For help about the list, please send a message to 'majordomo@obscure.org'
with the message body 'help'. To unsubscribe, send a message to
'majordomo@obscure.org' with the message body 'unsubscribe javascript'.
List archives and pointer to FAQ: http://www.obscure.org/javascript/