[RESOLVED] Static Master Page
I have created a master page with a content place holder and the master page contains a flash animation I want to load only once when the site is entered.
In the content place holder I have some navigation links to the various pages I want to load within the master page, and of course the content of the selected page.
My thought was that the master page was static and only loads once? It seems every time I change the content place holder it re loads the master page and starts the flash animation of again!
Is there anything I can do to make the master page load only once?
Thanks in advance.
Re: [RESOLVED] Static Master Page
hay,
so, so what was your final Decision ?
Re: [RESOLVED] Static Master Page
Resolved this issue using Uframe, works a treat.
Thanks for pointing me in the right direction.
Re: [RESOLVED] Static Master Page
Quote:
Originally Posted by
a5m0d1
Resolved this issue using Uframe, works a treat.
Thanks for pointing me in the right direction.
glad to hear this :)
Re: [RESOLVED] Static Master Page
Enlighten me please...
What's the difference between frame, iframe, and uframe?
Re: [RESOLVED] Static Master Page
Quote:
Originally Posted by
Claude2005
Enlighten me please...
What's the difference between frame, iframe, and uframe?
hey Claude,
please have a look at this link
http://www.codeproject.com/KB/aspnet...px?msg=3355171
Re: [RESOLVED] Static Master Page
Thanks man for the link :D
Re: [RESOLVED] Static Master Page
Quote:
Originally Posted by
Claude2005
Thanks man for the link :D
you are welcome :D
Re: [RESOLVED] Static Master Page
I have only used an iFrame once, under a very specific set of circumstances, and they are not something that I recommend often.
In your case, I would still suggest that a change to the flash animation is something that you want to look into.
Gary
Re: [RESOLVED] Static Master Page
Quote:
Originally Posted by
a5m0d1
Resolved this issue using Uframe, works a treat.
Thanks for pointing me in the right direction.
nice