'A Runtime Error has occurred. Do you wish to Debug?'
If I chose 'Yes' it says:
'Microsoft JScript runtime error: Object doesn't support this property or method'
And "authenticate()" is highlighted on line (I removed the opening mark so the line would display):
Code: Select all
BUTTON TYPE="submit" NAME="authenticate" VALUE="authenticate" onClick="authenticate()">
Anthony