dontpunchme
Programmer
I would like to write the URL of the page that the user is on, but I don't want to include the extra parameters that are in the URL.
<script>
document.write(document.URL)
</script>
Example URLs:
I would like the URL I write out in the page to just write out and drop the extra stuff.
Thanks.
<script>
document.write(document.URL)
</script>
Example URLs:
I would like the URL I write out in the page to just write out and drop the extra stuff.
Thanks.