Closed GoogleCodeExporter closed 9 years ago
The URL is retrieved in the record.js file.
It just reads the content of window.location.href and posts it to the store.php
file.
I've tested it on other production servers and it seems to work fine.
You don't provide more information to reproduce the issue (browser+version, OS,
etc.), so by now I can't help you further.
Original comment by luis.lei...@gmail.com
on 17 Jun 2010 at 3:44
[deleted comment]
Hi again,
I found the key to my problem. In my situation window.location.href alone
doesn't do the job. The linkage on this webserver is quite dynamic (I didn't
code it, don't ask me anything specific about it:)) but encoding the URL does
help to overcome the URL-cutting. So instead of url = window.location.href I
wrote url = encodeURIComponent(window.location) in smt-record.min.js and the
URL stored in MySQL now looks like the one the user has visited.
It works!
Original comment by mr.bearc...@googlemail.com
on 17 Jun 2010 at 8:48
OK, I've committed these changes in the SVN.
Thank you for your feedback.
Original comment by luis.lei...@gmail.com
on 17 Jun 2010 at 9:10
Thank you for keeping up the good work! Thumbs up!
Original comment by mr.bearc...@googlemail.com
on 18 Jun 2010 at 7:25
Original issue reported on code.google.com by
mr.bearc...@googlemail.com
on 17 Jun 2010 at 12:37