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

Re: A way to store functions?



>Is it possible to store functions at the parent frameset and have those
>functions accessible from other child nested framesets? What is the syntax
>for this as the JS netscape docs don't reveal this.
>
>
>--------------------------------------------------------------------
>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/
>

Yes its possible. In the html doc you call the frames in , write the
JavaScript stuff (i.e. fuctions) in it and you can access it via the call
parent.(function) .
                                                        --Elvis

--------------------------------------------------------------------
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/