Connecting Tech Pros Worldwide Help | Site Map

link help 2

timothy ma and constance lee
Guest
 
Posts: n/a
#1: Jul 23 '05
Can i use window.location.hash to pass the parameter so as to control the
next page to display different content?


Dietmar Meier
Guest
 
Posts: n/a
#2: Jul 23 '05

re: link help 2


timothy ma and constance lee wrote:
[color=blue]
> Can i use window.location.hash to pass the parameter so as to control
> the next page to display different content?[/color]

Better use Location.search() (even better: create the document server-
side). You find a helper function, parsedSearchParams(), in the popup's
source code when clicking "Select ..." on this example document:
http://www.innoline-systemtechnik.de...op_opener.html

ciao, dhgm
Closed Thread