kylebellamy
Programmer
For some reason, I can't find a lot of info beyond getting the URL in javascript so I've come back to the best place I know to see if anyone has some code ideas.
I need to create a script that takes the URL from the browser:
(the rest of the url needs to remain the same)
and changes it to:
The resulting URL is then put back into the browser address bar.
This is for a Content Management Server I work on. The first address is the client view of the site and the second is my editing view.
Any ideas as to how this might be done?
I need to create a script that takes the URL from the browser:
(the rest of the url needs to remain the same)
and changes it to:
The resulting URL is then put back into the browser address bar.
This is for a Content Management Server I work on. The first address is the client view of the site and the second is my editing view.
Any ideas as to how this might be done?