Forum Moderators: open

Message Too Old, No Replies

Just print file's full URL?

         

JAB Creations

1:58 pm on Apr 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I just want to know how to get the full url via JS so I can use it as part od document.location in a later part of a script I'm working on.

JAB Creations

2:01 pm on Apr 7, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Well nm I found what I needed ... easier then I initially thought...

<script>
document.writeln(document.URL);
</script>