Click to See Complete Forum and Search --> : targetting in javascript??


kyri-aap
01-08-2004, 08:44 AM
i've tried it a million times, each on a different way and it still won't work!!

i have 2 frames; one with links and the other where the links are displayed.

i now have a link with a password (and the first with javascript) and i can't get it into the other frame!!! :@ whocan help me??

grtz the kyri-aap

haastnooit
01-08-2004, 08:58 AM
What do you mean with a link with a password?, Is the password in the url of the link?

Kor
01-08-2004, 09:02 AM
It is not very clear to me but try this to referenece from a frame to another:

if refereing an object:
top.frames['name_of_the_other_frame'].document.... and the rest

or, if calling a function:
top.frames['name_of_the_other_frame'].that_function()

kyri-aap
01-09-2004, 08:35 AM
i think that's the piece of code i need.:D :D

ill try it

:cool: thnx for the help:cool:

grtz the kyri-aap