PDA

View Full Version : opening a new doc (link), depending on the data from the present one


r2d2
04-27-2005, 11:36 AM
hi, I'm rather new in js, but I understand it has sth to do with document.referrer! Nevertheless, it doesn't work :( .
is it possible that this works only when linkig to a doc from a different site (i.e. not from the same site)?
is it possible to link to another document with some parameters? :confused:
thanx!

codegoboom
04-27-2005, 12:32 PM
window.location.search might do...

A1ien51
04-27-2005, 11:47 PM
document.referer does not work on your local machine, only on a server....

Eric