Lines 2 and 6 have the following code
then Response.Write("7") else Response.Write("5")
If I remeber, this is fine for version 3.1sr4
But for version 3.3, both need to be changed to
then Response.Write("7") else Response.Write("6")
Nathan Bales - Romans 15:13
-------------------------------
Test Site | Mod Resource
Edited by - Nathan on 17 December 2001 23:03:49
Edited by - Nathan on 17 December 2001 23:04:17