-===========================================-Code does not need to written from scratch, you can use my existing code for table display, search column, mod-rewrites and javascipt but you must be able add the missing parts-============================================-Hello,I need another search box for my travelclues.com website that will be for Airline Routes. There is one search already on my website, but it is encrypted, and I need something similar, but not exactly so.http://travelclues.com (bottom half of page) Find a business in our directoryBasically, I want the Airline Routes in my MYSQL table to be searchable by my visitors, by airline, airport, airline/airport code, from/to continent/countries/city/regionI want them to be able to enter any field or all fields and the more info they enter, the narrower the search and I want to display a corresponding MATCHES NUMBER of related search so they know if they need add more information.i.e. Enter Paris in the To city field with produce 5000 results- Also entering the Rome in the From city field reduce the number to 30.- Lasty by entering Air France in to the Airline Field reduces this to 3 and clicking on search show only these 3 results.I would like these fields in Dropdown format, Alphabetical and Popular (users checkbox choice) and also in a type matching search box (preferably a mixture of both). Where a user enter say Par and the dropdown table is re-organized to only show related matches Paris, Parkenson, Parsons, etc.Basically I want the visitor to enter as little infomation as possible to get to the page they want to get.Once they complete the search, I need it to be displayed in sortable and searchable columns. Here is an example of this.http://leaffans.com/index4.phpBut I also want the same form on the original page to be displayed along with the information they inputted so they can edit if need to.These are TWO separeate searches. One for the entire database and the other for the results being displayed.I would also like these searches to be able to be pre-definedand in a mod-rewritable format. An example below.http://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attthrough HTACCESS rewrite rules can actually be displayed as below, even though the actual page does not exist.http://leaffans.com/shootout_leafs_attempts/2006-07.htmSo a search for Paris (City), Airport (Orly), to Italy (Country), Rome (City) would behttp://travelclues.com/paris/orly/to/italy/rome/budget_flights.html-=-I also want the user to be able to navigate to these pre-determined pages using a system such as (but modified with the original search boxes and updated by a javascript expandable menu that also update the search box values)Search portion / search box should also be loaded in an IFRAME to save on page loads.Airline Routeshttp://travelclues.com/site_browse.php?cat=1Displays all the relevants Airline Routes (will be about 60,000) so I dont want all of these showing, just the relevant PATHShttp://travelclues.com/site_browse.php?cat=1and a certain amount of results per page... say 50...http://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attSo first off the relevants paths would be + Continents... + Europe, + Asia, + North America,etc.Clicking on the plus symbol would javascipt expand the paths to show relevant countrieshttp://javascript.internet.com/navigation/expanding-menu.html...then if they click on a country submenu (France), this show all the aiportsOnce they choose an from airport, we go to to page where they choose their destination airport.This will be an IFRAME REFRESH and will default to same Continent i.e. the destination continent Europe pre-expanded, but options to choose another continent.They follow the same path.. to the destination airport and once there, they call see all the flight routes available.They can also at any time view these results during ANY part of this process, again reviewing the results in a refreshable IFRAME and must also be shown the amount of results they are about to view. Same as above in the search form.Clickable column sorts are IFRAME refreshed.. no page loadshttp://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attI think that about does it for the search mods... if you have any questions, please feel free to email me.-=-I do also want this small mod, and didnt want to waste the time of posting a new project for it.I need dynamic Bookmark This Page and also Bookmark Homepage links on all of my pages. Basically this is a the script below, implemented on my page.http://javascript.internet.com/page-details/bookmark-us-script.htmlHowever, would like to know what my options are for Firefox.. only CTRL-D or something else. If something else is available I want it added.Next I want this combined with this script, so that a visitor receives a cookie which expires every 7 days http://javascript.internet.com/cookies/bookmark-reminder.htmlwhich upon SITE EXIT.. NOT page exit will display a popup asking them if they want to bookmark our site AND/OR this specific page.Also this action needs to NULLABLE if at any the user LOGS IN to the website (i.e. Logged in members never receive any popups.. so it must check for member cookie as well before popping)Thats it.Bookmark on Page for specific page or homepage, bookmark on site exit with a once ever 7 days cookie popup, but not showing for members no matter how many days.-===========================================-Code does not need to written from scratch, you can use my existing code for table display, search column, mod-rewrites and javascipt but you must be able add the missing parts-============================================-Hello,I need another search box for my travelclues.com website that will be for Airline Routes. There is one search already on my website, but it is encrypted, and I need something similar, but not exactly so.http://travelclues.com (bottom half of page) Find a business in our directoryBasically, I want the Airline Routes in my MYSQL table to be searchable by my visitors, by airline, airport, airline/airport code, from/to continent/countries/city/regionI want them to be able to enter any field or all fields and the more info they enter, the narrower the search and I want to display a corresponding MATCHES NUMBER of related search so they know if they need add more information.i.e. Enter Paris in the To city field with produce 5000 results- Also entering the Rome in the From city field reduce the number to 30.- Lasty by entering Air France in to the Airline Field reduces this to 3 and clicking on search show only these 3 results.I would like these fields in Dropdown format, Alphabetical and Popular (users checkbox choice) and also in a type matching search box (preferably a mixture of both). Where a user enter say Par and the dropdown table is re-organized to only show related matches Paris, Parkenson, Parsons, etc.Basically I want the visitor to enter as little infomation as possible to get to the page they want to get.Once they complete the search, I need it to be displayed in sortable and searchable columns. Here is an example of this.http://leaffans.com/index4.phpBut I also want the same form on the original page to be displayed along with the information they inputted so they can edit if need to.These are TWO separeate searches. One for the entire database and the other for the results being displayed.I would also like these searches to be able to be pre-definedand in a mod-rewritable format. An example below.http://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attthrough HTACCESS rewrite rules can actually be displayed as below, even though the actual page does not exist.http://leaffans.com/shootout_leafs_attempts/2006-07.htmSo a search for Paris (City), Airport (Orly), to Italy (Country), Rome (City) would behttp://travelclues.com/paris/orly/to/italy/rome/budget_flights.html-=-I also want the user to be able to navigate to these pre-determined pages using a system such as (but modified with the original search boxes and updated by a javascript expandable menu that also update the search box values)Search portion / search box should also be loaded in an IFRAME to save on page loads.Airline Routeshttp://travelclues.com/site_browse.php?cat=1Displays all the relevants Airline Routes (will be about 60,000) so I dont want all of these showing, just the relevant PATHShttp://travelclues.com/site_browse.php?cat=1and a certain amount of results per page... say 50...http://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attSo first off the relevants paths would be + Continents... + Europe, + Asia, + North America,etc.Clicking on the plus symbol would javascipt expand the paths to show relevant countrieshttp://javascript.internet.com/navigation/expanding-menu.html...then if they click on a country submenu (France), this show all the aiportsOnce they choose an from airport, we go to to page where they choose their destination airport.This will be an IFRAME REFRESH and will default to same Continent i.e. the destination continent Europe pre-expanded, but options to choose another continent.They follow the same path.. to the destination airport and once there, they call see all the flight routes available.They can also at any time view these results during ANY part of this process, again reviewing the results in a refreshable IFRAME and must also be shown the amount of results they are about to view. Same as above in the search form.Clickable column sorts are IFRAME refreshed.. no page loadshttp://leaffans.com/index4.php?showme=leafs_shootouts_2006_07_attI think that about does it for the search mods... if you have any questions, please feel free to email me.-=-I do also want this small mod, and didnt want to waste the time of posting a new project for it.I need dynamic Bookmark This Page and also Bookmark Homepage links on all of my pages. Basically this is a the script below, implemented on my page.http://javascript.internet.com/page-details/bookmark-us-script.htmlHowever, would like to know what my options are for Firefox.. only CTRL-D or something else. If something else is available I want it added.Next I want this combined with this script, so that a visitor receives a cookie which expires every 7 days http://javascript.internet.com/cookies/bookmark-reminder.htmlwhich upon SITE EXIT.. NOT page exit will display a popup asking them if they want to bookmark our site AND/OR this specific page.Also this action needs to NULLABLE if at any the user LOGS IN to the website (i.e. Logged in members never receive any popups.. so it must check for member cookie as well before popping)Thats it.Bookmark on Page for specific page or homepage, bookmark on site exit with a once ever 7 days cookie popup, but not showing for members no matter how many days.