MahendraMahey
Programmer
I am working in vbscript and I want use the Page Title, assign it to a variable and then use it to display a navigation link as active or not.
For example:
<TITLE>International<TITLE>
Links
Home Regional National International
Code should be something like this:
If pageTitle="International" Then display 'International'
Else display '<A HREF="../international/index.asp">International</A>
How would I do this as I have come to a mental block and I need it urgently.
Thanks
Mahendra
For example:
<TITLE>International<TITLE>
Links
Home Regional National International
Code should be something like this:
If pageTitle="International" Then display 'International'
Else display '<A HREF="../international/index.asp">International</A>
How would I do this as I have come to a mental block and I need it urgently.
Thanks
Mahendra