My question is wether someone can tell me how I can follw a link (like <A href...> ) by a Javaskript statement.
I got the node allready it's something like
frame[0].document.getElementsByTag("a")[0].
so I'm looking for the statement after the dot, so the link will be executed - like the .click() on Buttons, or the submit() on forms, just for links.
Regards
Kain
I got the node allready it's something like
frame[0].document.getElementsByTag("a")[0].
so I'm looking for the statement after the dot, so the link will be executed - like the .click() on Buttons, or the submit() on forms, just for links.
Regards
Kain