Odd Response in Multi-Table Search and Hijacking the Details Link

4 posts by 2 authors in: Forums > CMS Builder
Last Post: August 4, 2009   (RSS)

By InHouse - August 4, 2009

A site I'm working on requires multiple tables of searchable data so I'm using the multi-search script for this.

Have it working well on the public site so I copied the search code from that page and copied it to a simpler page that I'll be using for mobile/handheld users. Looks fine until I test it.

When the "search" button is pressed FireFox returns a modal dialog box with the message:

Firefox does not know how to open this address, because the protocol (notice) is not associated with any program.

Does anyone have any ideas about this?

Also, assuming that this is easily resolved, is there any way that I can redirect the links found on this page to a universal details page, regardless of the normal viewer URLs set in CMSB? Basically I want to highjack the normal viewer URL and send user to another page with the same data.

Thx!
J.

Re: [InHouse] Odd Response in Multi-Table Search and Hijacking the Details Link

By Dave - August 4, 2009

On the first part (the error) my guess is you have a PHP error in your <form action="...">. Can you view source and let us know what it says?
Dave Edis - Senior Developer
interactivetools.com

Re: [InHouse] Odd Response in Multi-Table Search and Hijacking the Details Link

By Dave - August 4, 2009

If you view source n your browser you'll see the error.

Try removing this part:
<form method="GET" action="<?php echo $_SERVER['css/PHP_SELF']; ?>" >

Let me know if that works for you.
Dave Edis - Senior Developer
interactivetools.com