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
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
interactivetools.com
Re: [Dave] Odd Response in Multi-Table Search and Hijacking the Details Link
By InHouse - August 4, 2009 - edited: August 4, 2009
You nailed it! There was an errant path that had crept into the PHP_SELF server var.
Question 1 resolved thanks to the ever-present 1st tier service at Interactive Tools!
J.
Re: [InHouse] Odd Response in Multi-Table Search and Hijacking the Details Link
By Dave - August 4, 2009
Try removing this part:
<form method="GET" action="<?php echo $_SERVER['
Let me know if that works for you.
interactivetools.com