Page is a not externally linkable
RickB - 2:21 am on Mar 15, 2012 (gmt 0)
Thank you, Thank you, Thank you rocknbil. The script works like a charm. I have been trying for a couple of days to get this in place. I do have one other quick question. I'm trying to use a Regular Expression to find a certain word on my webpage. It is a unique word (17 characters,letters and numbers). Each one is different on each page. Can you tell me if this is the correct expression?
/^([a-zA-Z0-9_-]){17}$/
Once again thank you for all your help!