I'm trying to split the following url:
http://www.store.com/products.aspx/Books/The-happy-donkey
in order to get only http://www.store.com/products.aspx
I'm using JavaScript window.location.href and split but not success so far.
How can this be done? thanks!