Click to See Complete Forum and Search --> : Passing variables/images between frames


Aztarac
October 31st, 2006, 06:20 PM
HI all !

I'm just starting in VBScript.
I have a need to just use client side scripting if it is possible.

I have 3 frames on my page

I want to be able to pass a numeric variable from a text box on frame #1
I then need to refresh the 2nd frame to show the variable in a text box on frame#2 ?

Also how can I call from VBS the page in frame#3 to refresh and specify a new image file to display ?

Any help greatly appreciated.

PeejAvery
November 3rd, 2006, 02:59 PM
Does this have to be VBScript? I don't think VBScript can do all these things. I know that JavaScript can.

Also, remember that VBScript is IE specific.