Re: [PHP] Re: Passing variable to a page in a frameset




I work for a consortium of 30 libraries. Each library has their own
website, but they all share the same web catalog. On each library's website
there is a search box to search the catalog, which is on a completely
different server from the websites. We've been finding that once people use
that search box, they get distracted with the catalog and have no easy way
to get back to the library's website. The problem I was tasked with is,
coming up with a way to search the catalog with an easy way to return to
where the user was before they initiated the search.

The only way I thought to do this was to use a frameset for the search
results. Which, you can see here:

http://beta.menashalibrary.org/sites/beta.menashalibrary.org/themes/salamander/searchframe.html

If anyone has any ideas, other than using frames for the results, I'd love
to hear them. The problem is, there's nothing I can do on the web catalog
end.

- jody



Easiest solution - Open the search page in a new window. Then they can just
close it to get back to the previous window...

I now understand what you're trying to say in regards to the frames.

The top frame resides completely on your server so you can place a "Go back
to homepage" link to direct people back to YOUR libraries homepage. And the
bottom frame contains the search results page that you have no control over
and cannot alter to simply place a "Home" link on it. And that should remain
since the global search results page is accessed by multiple libraries.

Like I said above, the easiest thing to do is just open it in a seperate
window so they can close it at any time and still be at the same place on
your libraries website.


Relevant Pages

  • Re: [PHP] Public Announcement
    ... One category is good for a car website another one for an real ... The media asset management system included is working as a fat ... The question catalog management system included, ...
    (php.general)
  • Re: Prototype - Good/Bad/Why?
    ... LOL. ... zealot} will go with the flow and be able to throw together a website ... If my site is cobbled together in jQuery, guess what I'm going to look ... various libraries, and upon Javascript performance. ...
    (comp.lang.javascript)
  • My woodturning website needs an overhaul, please help!
    ... I've had my website www.woodturningvideosplus.com up for more than a year ... Library and Video Tips Library) easier to read and navigate. ... the articles in our free educational libraries are accessed ...
    (rec.crafts.woodturning)
  • Problems porting COM component to ASP.Net 2.0 64 bit website
    ... I am moving a classic ASP website on a 32 bit server to an ASP.NET 2.0 ... Use tlbimp.exe to create a .NET wrapper around the main library. ... Copy the two component libraries and their companion files to the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: [PHP] Re: Passing variable to a page in a frameset
    ... On each library's website there is a search box to search the catalog, which is on a completely different server from the websites. ... If GET will work then you need to set the search form to post to a script on your site which then outputs a frameset with a URL on your server that shows the header, and the URL for the shared search server with all the POSTed variables as GET parameters as the second frame. ...
    (php.general)