The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Top Frame - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Top Frame (/showthread.php?tid=4769) |
Top Frame - jongoodhue - 2013-05-22 Hi all! Hoping you can help with my issue here. I'm looking to create a section of my page where I have it split into two sections. The large section would be a totally different website (I own it), and then a top frame that would have a link to take the user back to the homepage of the original website, so this way they actually never leave my page. I tried using frames, but I could not get them to work. And yes, I know frames are a thing of the past, just don't know what to use as a replacement. Help! And Thanks! Jon RE: Top Frame - yojoe - 2013-05-22 If I'm not mistaken you want to have something like a permanent bar or button (generally a page section) on your page, to take the user back to a main page not hacing that bar/button/section ? You can make two template files. First one assigned to all pages by default, which contains the section you want. And a template with the section, which will be assigned to main page (default index). You might also use custom fields plugin with default content (section with link), and just clean field's content on main page. You'd have to use a php statement in template file and show field's content when it isn't empty. It's hard to recognize what exactly you want to achieve. Provide an example page, and we'll come up with the easiest solution. RE: Top Frame - shawn_a - 2013-05-22 afaik, iframe is the only way to load another domain on the same page. There is alot of security restrictions on this in modern browsers for xss reasons. RE: Top Frame - jongoodhue - 2013-05-23 Here's what I'm currently doing (using an iframe) http://vaporcone.com/index.php?id=login RE: Top Frame - mvlcek - 2013-05-23 (2013-05-22, 02:23:50)jongoodhue Wrote: I'm looking to create a section of my page where I have it split into two sections. The large section would be a totally different website (I own it), and then a top frame that would have a link to take the user back to the homepage of the original website, so this way they actually never leave my page.
|