View Full Version : Javascript Drawing Problem
devil_vin
09-10-2007, 02:24 PM
Hi guys! I am newbie here and would like to use javascript to create a cinema seat plane diagram.This JS need to communicate with PHP/MYSQL later,can anybody give me some hints to work it out?Thanks for your help...:)
tech_support
09-11-2007, 07:00 AM
You could use AJAX for the PHP to JS communication.
All "drawing" in JS has to be done with elements. You might, for example, use a <div> to represent each seat.
devil_vin
09-11-2007, 01:10 PM
Thanks for you guys suggestion.My teammate decided to do it with Java NetBean, is it feasible?
Of course it's feasible to do it with Java. The method by which you achieve it, however, may be a different story.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.