![]() |
Use "Frameset" for a page
I would like to create a ⌠Fixed Top & Fixed Bottom■ frameset to display information. Is their something that I need to know in order to do this?
- For the src=⌠ ■ what do I place as a location; is it the .tpl file becuase, I am not sure? ex. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <frameset rows="80,*,80" frameborder="NO" border="0" framespacing="0"> <frame src="" name="topFrame" scrolling="NO" noresize > <frame src="" name="mainFrame"> <frame src="" name="bottomFrame" scrolling="NO" noresize> </frameset> <noframes><body> </body></noframes> </html> |
Re: Use "Frameset" for a page
WHY ON EARTH would you want to use a frameset?
|
Re: Use "Frameset" for a page
Its for a popup windown that I wanted to display information on for the customer. Do you know how I can get a "frameset" to work?
|
Re: Use "Frameset" for a page
May I suggest: instead of asking how to make a frameset work, why not ask if there's a way to accomplish your desired goal. What kind of popup are you looking to do?
|
Re: Use "Frameset" for a page
How do I create a "Fixed Top & Fixed Bottom Frameset"?
CurrentIy I already have the popup page created with data. I just do not know how to apply the <frameset> to get it to work in a .tpl file. |
Re: Use "Frameset" for a page
for tpl's you use include and not src....in your case you probably want to call the appropiate php file
|
Re: Use "Frameset" for a page
I think you could fake it using css z-index and fixed backgrounds
|
All times are GMT -8. The time now is 12:13 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.