moiri / dsa_map

web page project of a intercative map (Aventurien) of the role play game DSA
0 stars 0 forks source link

server Error in info Menu #14

Open moiri opened 12 years ago

moiri commented 12 years ago

atm the infoMenu shows only server error if an element in the main menu is clicked. the string "serverError" is hardcoded. to show content of the element, the following steps have to be implemented:

  1. db query to get the corresponding data
  2. store query result as json array and send it to the client (getJson.php)
  3. display the data with javascript (menu.js -> infoMenu.drawInfoContent)