shlomot
12-28-2005, 09:46 AM
Happy New Year to all.
Let's take Pamela Anderson (http://www.topsynergy.com/famous/Pamela_Anderson.asp) as an example.
Due to the shared top and left borders, the keyword “Pamela Anderson” is not included within the first 25 words of the visible text. It can be done if for example I'll replace the words "Relationships Analyst" that are boxed above the left-side menu options with "Pamela Anderson".
I have over a thousand pages like this.
If I'll have an include file where I CASE different scenarios of strings that are showing in the URL - it will do; or maybe you have a better solution.
So the CASE will look something like that:
CASE url includes "Pamela_Anderson"
variable="Pamela Anderson"
CASE url includes "Demi_Moore"
variable="Demi Moore"
...
END CASE
WRITE variable
The only problem is that I don't have a clue on how to put all of that together and with the right syntax. I am less than a novice ASP programmer.
Can you please help?
Let's take Pamela Anderson (http://www.topsynergy.com/famous/Pamela_Anderson.asp) as an example.
Due to the shared top and left borders, the keyword “Pamela Anderson” is not included within the first 25 words of the visible text. It can be done if for example I'll replace the words "Relationships Analyst" that are boxed above the left-side menu options with "Pamela Anderson".
I have over a thousand pages like this.
If I'll have an include file where I CASE different scenarios of strings that are showing in the URL - it will do; or maybe you have a better solution.
So the CASE will look something like that:
CASE url includes "Pamela_Anderson"
variable="Pamela Anderson"
CASE url includes "Demi_Moore"
variable="Demi Moore"
...
END CASE
WRITE variable
The only problem is that I don't have a clue on how to put all of that together and with the right syntax. I am less than a novice ASP programmer.
Can you please help?