BrightNail
03-18-2009, 07:39 PM
Hello,
I need to append all links on a page with a variable that is passed thru the url. Problem is, the prototypish method doesn't seem to bundle up "relative links".. why?
This will work: This is captured by $$('a')
www.someurl.com/folder1/yesterday
this is NOT:
/folder1/yesterday
Anybody know why and how to make this work?
I need to append all links on a page with a variable that is passed thru the url. Problem is, the prototypish method doesn't seem to bundle up "relative links".. why?
This will work: This is captured by $$('a')
www.someurl.com/folder1/yesterday
this is NOT:
/folder1/yesterday
Anybody know why and how to make this work?