Hi!
I'm trying to modify error.html of Livelink 9.5SP1 to print a special message for a login error.
This is what I tried:
...... and it doesn't work.
If I just output `err`, I'm getting the same sting, but the compare won't match it.
How do I make this work?
I'm trying to modify error.html of Livelink 9.5SP1 to print a special message for a login error.
This is what I tried:
Code:
;if ( "`err`" == "Invalid username/password specified." )
<H1> Special help message here!</H1>
;end
...... and it doesn't work.
If I just output `err`, I'm getting the same sting, but the compare won't match it.
How do I make this work?