I'm trying to create a simple hyperlink to the Portal's "Advanced
Search" page so that a user can fill in their extra details.

If I just provide http://MyPortal/Search.aspx, they get taken to a
blank Advanced Search Page - no web parts for entering your search
criteria.

All the links on the portal to Advanced Search are calling javascript
functions that change each time the page is refreshed.

Has anyone else tried doing this?

RE: How to link to the Advanced Search page by dtillner

dtillner
Mon Sep 05 09:25:04 CDT 2005

use http://MyPortal/Search.aspx?d=

"ivan.wilson@uniqueworld.net" wrote:

> I'm trying to create a simple hyperlink to the Portal's "Advanced
> Search" page so that a user can fill in their extra details.
>
> If I just provide http://MyPortal/Search.aspx, they get taken to a
> blank Advanced Search Page - no web parts for entering your search
> criteria.
>
> All the links on the portal to Advanced Search are calling javascript
> functions that change each time the page is refreshed.
>
> Has anyone else tried doing this?
>
>

Re: How to link to the Advanced Search page by ivan

ivan
Wed Sep 21 02:35:32 CDT 2005

Perfect! Seems so easy when you see it. I assume the d parameter is
short for "d'oh!"

Ivan