I have a frameset with two frames. What I want to do is access an element in frame 2 from a javascript in frame 1. Is this possible? I haven't found any similar posts or anything in my documentation that would indicate how to do this.
Essentially, I have a button in frame 1 which causes a...
Nevermind :) I figured it out. Stupid newbie trick...hehe
For those that may be stumbling as I am, the critial part that was causing me difficulty is in the function FirstChoice_Change(). The two lines that say:
oSecond.text = oFirst.text;
oSecond.value = oFirst.value;
should be replaced...
Hi All -
I'm trying to get the value of one listbox to dynamically repopulate another. I've read the FAQ on dynamic listboxes by iza, and it would seem to be exactly what I want to do. Here's the problem: When I select an option from the first listbox, it adds new options to the second...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.