This is my js function:
First time: http ://...../myfile.htm?num=1Code:function navigate_Parameter(num) { str = location.href+"?num="+num; location.href=str; }
Second time : http ://...../myfile.htm?num=1?num=2
so on...
Last time: http ://...../myfile.htm?num=1?num=2........?num=999
Is there a function to get sole http ://...../myfile.htm without parameters after the link?
BTW: I don't want to cut full URI to file path.
.


Reply With Quote
Bookmarks