Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please I need to create an ASP code

Status
Not open for further replies.

ejgarcia

IS-IT--Management
May 28, 2003
72
US
Hello all,

I'm new in this environment.

I don't know if I can do this, but Here we go.

I need to have in my website an aplication that I could drag and drop an item to a specific field. for example.

I have a website e-commerce and it shows me a lot of articles. I want to select the specific product and drag and drop to my shoping car and it shows the final price.
I hope this works
Thanks you,
 
The dragging and dropping must happen on the client, not on the server. Therefore it would be something in a client-side script, most likely Javascript; not something in the ASP script.

This could be done in Javascript but it would be elaborate, and probable clunky but it might be worth a search.

One alternative would be to create a Java Applet. I suspect the Swing or AWT libraries provide drag-and-drop function. Or my colleague in the next cubible says you can do that in Flash too.
 
Hello rac2,

Thanks for your reply,

I understood all you mentioned, but with an Java applet or flash?? Please do you have any info about to make applets?

And how can I do for make a flash web with a SQL DB?

Thanks you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top