I have used the window.find call before and it only seems to work with Netscape.
Is there anyway using javascript to find a value on a particular frame or page??
Please Help
Regards
Matt
Printable View
I have used the window.find call before and it only seems to work with Netscape.
Is there anyway using javascript to find a value on a particular frame or page??
Please Help
Regards
Matt
You can only find a frame if it has a name. ie: main,banner,toc and redirect it there. I really do not know how to find the name, but if it's a window. You can only find it if there is a parent that opened it. That supposely is for security, MS says, but i am sure that there a way around that.