Drag & Drop

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
roice
Forum Commoner
Posts: 35
Joined: Tue Mar 02, 2010 9:14 am

Drag & Drop

Post by roice »

Hello,

Please take a loot at the following link:
http://109.201.141.20/DragAndDropTest/default.aspx

As you can see I have 3 tabs
In the second tab I can Drag elements from "Available Room Class" box (left side) into "Rooms Class In Your Hotel" (right side).
But, when I do that and click on another tab, and than goes back to the second tab, the data got reset and return to the begining status (all elements in the left box)
moving between the tabs don't do LOAD to the page.

How can I fix that?

Thanks in advanced,
Roi.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Drag & Drop

Post by requinix »

"Room Class" works but "Room Types" does not. What's the difference in the coding?
roice
Forum Commoner
Posts: 35
Joined: Tue Mar 02, 2010 9:14 am

Re: Drag & Drop

Post by roice »

Good question
There is no server side in this code (yet).
You can see in the source that it's pretty the same..
roice
Forum Commoner
Posts: 35
Joined: Tue Mar 02, 2010 9:14 am

Re: Drag & Drop

Post by roice »

someone....?
Post Reply