PDA

View Full Version : Major Embedded Browser problem...



Aaron
October 4th, 2003, 08:56 PM
I have multiple panels each with separate frames that link to the browser. I would like each frame to open a different web page. Unfortunately, all the frames display is the page that is first opened.

Example:

Frame 1 = http://www.msn.com
Frame 2 = http://www.yahoo.com
Frame 3 = http://www.google.com

If I open Frame 2 first, Frame 1 & Frame 3 will display the browser info from Frame 2 and NOT open the actual web pages they are set to.

Is this how it is supposed to work?

Ben S
October 5th, 2003, 07:56 PM
This is the way it works right now. The button name is just the start URL.

However if you change the value of the Browser.URL variable it will change the current URL. You if you change that variable before jumping to the new frame you'll see the updated URL.

Aaron
October 5th, 2003, 08:17 PM
Where is this set? I only see the button name.

thanks Ben!

Ben S
October 7th, 2003, 07:22 PM
If you use the NRBasic (-999) command 5, data 1 you can set the value of a variable via:

"Browser.URL,http://www.netremote.org"

The Tonto IR code for this is:

5001 0000 0000 0002 fc19 0005 0001 0000