X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Use "Frameset" for a page (https://forum.x-cart.com/showthread.php?t=32620)

mmoskva 07-17-2007 12:23 PM

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>

carpeperdiem 07-17-2007 12:33 PM

Re: Use "Frameset" for a page
 
WHY ON EARTH would you want to use a frameset?

mmoskva 07-17-2007 06:18 PM

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?

carpeperdiem 07-17-2007 07:02 PM

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?

mmoskva 07-17-2007 07:42 PM

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.

inebriate 07-17-2007 07:54 PM

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

ARW VISIONS 07-17-2007 07:56 PM

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.