[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: writing to frames
On Mar 4, 8:21pm, chandy@lunatech.com wrote:
> I have a list of links in one frame. On a mouseover() event I want a brief
> description of the currently selected link to be written in another small
> frame in the user window. How can I write to other frames in a window from
> within this frame?
Two ways, HTML & JS:
HTML: <A HREF="...." TARGET="OtherFrameName">
JS: top.frames['OtherFrameName'].document.location.href = "....."
Brian
--
d a t a b a s e s a r e i n o u r g e n e s
----------------------------------------------------
Brian Karlak bkarlak@panbio.com (510) 337-7910 ph
Manager, SciApps Group (510) 522-9394 fx
----------------------------------------------------
P A N G E A S Y S T E M S I N C
--------------------------------------------------------------------
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/