SonG0han
01-30-2008, 03:01 AM
Hi, I have just created a new Page.Jump action in the On Preload section of my startpage to jump to another page if a variable is not set. But when I do this the new page which is displayed has the label from the other page on it. And it only happens if I do the page.Jump in the On Preload of a page. :huh
If I put the Page.Jump in "On Show" everything works fine.
Did anyone else notice this?
How it looks like:
Page1:
-----------------------
LABEL_1
-----------------------
Page2:
-----------------------
LABEL_2
-----------------------
And when I jump to page 2 at "On Preload" of Page 1 I get this:
Page2:
-----------------------
LABEL_1
-----------------------
If I put the Page.Jump in "On Show" everything works fine.
Did anyone else notice this?
How it looks like:
Page1:
-----------------------
LABEL_1
-----------------------
Page2:
-----------------------
LABEL_2
-----------------------
And when I jump to page 2 at "On Preload" of Page 1 I get this:
Page2:
-----------------------
LABEL_1
-----------------------