0

I am going to create two pages.

The first page will be www.rentzamm.com?adv=1256&loc=768 ...On this page I am going to have a link which takes you to www.rentzamm.com/result.asp ..... Now when i press the link from page 1 I want the link of page 2 to be like this: www.rentzamm.com/result.asp?adv=1256&loc=768 ... is this possible please?

Rene Zammit
  • 1,121
  • 5
  • 19
  • 42
  • 1
    Possible duplicate: http://stackoverflow.com/questions/1090948/change-url-parameters-with-jquery – Peter Mar 24 '11 at 10:53

1 Answers1

0

One option is to use hidden variables.

and construct the url for the onclick event of anchor tag. But please dont pass sensitive information like this since the request can be modified..

Pkv

pkvprakash
  • 329
  • 5
  • 12