Re: How to get GET parameter in .js script

2007-06-06 Thread Milan Jezdik
THANK YOU !!! Works perfectly. I had to overlook that article. Once again, thank you! Andreas Hartmann wrote: Milan Jezdik schrieb: Hi, First of all what is my goal: I have simple input box (aka search site box) where user can put its email address. The point is to send an email containing i

Re: How to get GET parameter in .js script

2007-06-06 Thread Andreas Hartmann
Milan Jezdik schrieb: > Hi, > First of all what is my goal: I have simple input box (aka search site > box) where user can put its email address. The point is to send an email > containing its email address to some system account. > > I am using simple usecase which calls .js script. You can see a

How to get GET parameter in .js script

2007-06-06 Thread Milan Jezdik
Hi, First of all what is my goal: I have simple input box (aka search site box) where user can put its email address. The point is to send an email containing its email address to some system account. I am using simple usecase which calls .js script. You can see all related files bellow. My