Reminder: Remember to change the tomcat manager username+password in web.xml
Reminder: Remember to purge your current mysql file and load linuxking.sql if necessary.

Current Version

Click here: V1.1
Fixed:
-Extra unneeded logo at homepage

-Homepage javascript validation for mobile phone
-seems like javascript doesn't like assigning a new var with the same name as existing form object ie. var phone=phone.value, deleted this line as it doesn't save much coding anyway.
-phone.length should be phone.value.length
-phone.charAt() should be phone.value.charAt()
-changed order of validation to the order fields are requested (name > email > phone> password)

-Customer table in linuxking.sql was made so that it coincide with payment page, corrected so that it coincide with reg1.html instead

-Corrected table servlet to request images from OlympicMap servlet instead of OlympicMap2 (assuming this was for testing)

-Corrected OlympicMap servlet to look for coordinates from LOCATION table instead of dw7poi(assuming this was for testing)

Known Bugs
-Ajax Image page doesn't work with IE (Firefox is fine)
After debugging a bit it seems in IE got 'message from server: "Table 'test.olympicimages' doesn't exist" for http_request.responseText which is weird considering Firefox connected to database just fine and returned the correct image name. I tried using my browser to connect to David's example which is basically the same code and its fine, I also debugged and made sure http_request = new ActiveXObject("Msxml2.XMLHTTP");

-Not all links are correctly linked

-The unneeded image problem is still around on some other pages.

___________________________________________________

Old Versions
Click here: V1.0

Known Bug
-Not all functions work correctly
-Unneeded image can't load in homepage producing 'red cross'