Strange urls with javascript

Post Reply
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

Strange urls with javascript

Post by michel.weber »

I have several sites where i see very strange links when i do 'list url' (see below).
This happens for a site where the links are generated via javascript (i have noticed the same behaviour for several sites)
The javascript basically generates a link for each week.
The 'real' url is the last one. The real problem is the one in the middle (marked <==) because of the missing end date all documents up to today are returned.

As this sequence occurs for each week, the result is quite messy.

Any idea where this comes from?

N.B. the javascript is fired on the onload event.

---------------------------------------------------

http://wcd.coe.int/search.jsp?ShowRes=y ... ginDate=10
http://wcd.coe.int/search.jsp?ShowRes=y ... inDate=10/
http://wcd.coe.int/search.jsp?ShowRes=y ... nDate=10/3
http://wcd.coe.int/search.jsp?ShowRes=y ... Date=10/3/
http://wcd.coe.int/search.jsp?ShowRes=y ... =10/3/2008 <== Problem
http://wcd.coe.int/search.jsp?ShowRes=y ... 8&EndDate=
http://wcd.coe.int/search.jsp?ShowRes=y ... EndDate=16
http://wcd.coe.int/search.jsp?ShowRes=y ... ndDate=16/
http://wcd.coe.int/search.jsp?ShowRes=y ... dDate=16/3
http://wcd.coe.int/search.jsp?ShowRes=y ... Date=16/3/
http://wcd.coe.int/search.jsp?ShowRes=y ... =16/3/2008
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

Strange urls with javascript

Post by mark »

Probably from "JavaScript String Links" "Protocol" as that tries to extract any string from the javascript that looks like a url. Try turning that option off.
michel.weber
Posts: 256
Joined: Sat Oct 08, 2005 12:40 pm

Strange urls with javascript

Post by michel.weber »

That's it
Post Reply