|
Description: |
If you are a javascript programmer of advanced level please contact me.
* If completed (and working in all browsers) by mid-day Tuesday EST I will pay a 100% bonus.
Part (1)
I need a script (script.js) that when run stores the variables passed to it in a cookie (or updates the values if they are already in the cookie), it then runs a script called test.js
Example:
http://www.example.com/script.js?variable1=%{variable1}&variable2=%{variable2}
When the script script.js is run any variables passed to it get stored in a cookie and/or their variables are updated.
I would also like the date stored (unless by default a cookie has a
creation date).
-------------
Part (2)
When test.js runs, if there is a cookie and variable1 is greater than 000, it reads the data in the cookie, and passes the variables to 1 or more urls. When each url runs it also has a tracking pixel that runs.
example.com is fired, then pixel.gif runs
example2.com is fired, then pixel2.gif runs
---
|