zero-perfoliate
zero-perfoliate

Author Topic: Using base target and call this in URL  (Read 372 times)

Offline fishit

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Using base target and call this in URL
« on: January 23, 2009, 01:20:23 PM »
Hello,

I have a website and when you click a menuitem in the left column the php taget will be opened in a frame in the middle. The Url in the browser does not change then.
e.g. http://www.xyz.com is the site and the menu = menu1.php  If I click the menu then I see the php page in the middle of my screen. Hovering over the menu item shows the URL is http://www.xyz.com/menu1.php
So far so good.
Now what I want is to be able to key a URL in a browser and then go to my site and show the menu1 in the frame. But is I use http://www.xyz.com/menu1.php then this whole page will be loaded in the window and not on my home page in the frame.

Any way to achieve this by using some code in the url? Is there a target keyword which can be placed in the url?

Thanks

Offline PhPHelper

  • http://Digiscapers.com
  • Full Member
  • PHP Problem Solvers
  • ****
  • Posts: 179
  • Karma: +50/-0
    • Bad Apple Mail
Re: Using base target and call this in URL
« Reply #1 on: February 10, 2009, 05:49:23 PM »
in this day and age you really should not be using frames there not user friendly there almost impossible to market in terms of SEO.

I'd look for another way of doing what your trying to do. What's the reasoning for using frames I may be able of offer a suggestion.

 

zero-perfoliate