Search Menu / Jump Menu

L

Lauren

I would like to implement a search exactly like this site's "Go to Page"
search is.
Go here www.gettyimages.com
Search all of creative and enter your keyword(s) For example "Backgrounds",
and then you will see this "Go to page" search at both the top and bottom of
the page. It allows you to enter a page number and go right to that page.

How can I recreate this?

Thanks,

Lauren
 
T

Thomas A. Rowe

Requires a database and custom server-side scripting in ASP, PHP, CFM, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

Lauren

Are you certain it isn't more simple than that, like just finding a
javascript code and create a search?

Lauren
 
T

Thomas A. Rowe

You could use JavaScript if you are going to create drop down menu and manually enter the links to
all pages.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
L

Lauren

Yes that is what i would like to do if that would be easier. Do you know if
you can prevent the drop down from scrolling?

Thanks,

Lauren
 
T

Thomas A. Rowe

No, unless it can be placed in a CSS layer.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

If you have FP2003, there is a "behaviour" that can create a dropdown menu
(using the drop-box form element).

If you have FP2002 or earlier, there's no automatic method. Search "Drop
Menu script" in Google.
 
Top