Greetings from a sunny Corfu, Greece.
I am trying to create a dynamic navigation, which will be included in each page.
Basically, I am trying to use this string:
pageUrl = Request.serverVariables("URL")
which for example may have a value of: "/guides/corfu/beaches"
and manipulate it to write.out:
Guides Corfu Beaches
So that the user has some idea where they are within the site and can at a glance navigate back.
I am not very goog at working with strings, and I imagine someone has already coded something similar to what I am looking for, or I am open to suggestions.
Thanks. Enjoy your day.
Nathan
I am trying to create a dynamic navigation, which will be included in each page.
Basically, I am trying to use this string:
pageUrl = Request.serverVariables("URL")
which for example may have a value of: "/guides/corfu/beaches"
and manipulate it to write.out:
Guides Corfu Beaches
So that the user has some idea where they are within the site and can at a glance navigate back.
I am not very goog at working with strings, and I imagine someone has already coded something similar to what I am looking for, or I am open to suggestions.
Thanks. Enjoy your day.
Nathan