Extracting text from URL and displaying it on the page!
The next thing that I want to do is send an email link to the URL with a value embedded to that URL.
For example I am sending a survey about a Service that has been provided and that Service number is 12345.
I want to send out the link like this:
http://www.mysurvey.com/surveyfor=12345
The "static" web page should have a field should dynamically read the "12345" from the URL and display it when it displays the PAge.
To my uneducated eyes this looks like a miracle - to you it may be something simple. Please help!!
Please safely assume I am a novice.

