javascript thread: iFrames
I suppose I should append this as your original question was getting a value from one page and putting it on the other, the answer is that you simply need to call the function from page one and pass it to page two: <script> var sValue = window.frames.one.GetAValue() window.frames.two.SetAValue(sValue) </script>
|





