|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (6 bit)
Join Date: Jul 2004
Posts: 35
|
Please take your time to respond to this thread if you like as I will not be here the entire day. Happy reading! Alright, let's begin! I have a flash animation for this site that includes a preloader and a couple text affects before becoming interactive. I have been trying to figure out a way to make it load a page in the smae window without reloading itself. An easy way of doing this would be with frames that have no borders. However, I do not like the use of frames as I can not view them from my PSP So, to anyone out there that may know a good little trick, please...submit it |
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
You could use layers. Put your "pages" in a DIV tag with the same absolute positioning and then use Javascript to set the visible property on each to true or false depending on which layer you want to show.
|
|
|
|
|
|
#3 |
|
Member (6 bit)
Join Date: Apr 2004
Location: Malta
Posts: 41
|
That's quite messy and if he has a lot of these 'pages' the page size will be huge. Especially if there are images.
Even though I hate them myself, I think frames are the easiest way to solve your problem. Just make sure you use them properly and dont have the pages loading inside themselves everytime
|
|
|
|
|
|
#4 |
|
It can never be too quiet
Join Date: May 2004
Location: Burlington, Ontario
Posts: 1,090
|
Hows abouts the iframe tag?
http://www.w3schools.com/tags/tag_iframe.asp You can have something like a frames page without using frames. I don't know if it will work for your specific application, but it might be worth a look. By the way... thanks Statica for bailing me out of that one. I accidentally messed up this thread when I forgot to wrap coding tags around the iframe tag. Sorry folks!
Last edited by Stryker; 07-14-2005 at 08:25 AM. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|