Hi,

This time I need an example since I have never done anything like this before (visual interactive (using mouse) application). Let say I have a web page that displays a line like this:

A------------B------------C--------------D-------------E
what I would like to do is to click on C and drag it between A and B to get :
A-----C------B---------------------------D-------------E
or
A------------C------------B--------------D-------------E
spacing is irrelevant. in fact it is better if everything is equally spaced.

once modified i need a textual output specifying the change. Let say initially for generating my first line textual input looked like this:

[A,B,C,D,E]
after modifying it I would like to have it like this
[A,C,B,D,E]
I don't know what is possible or not since as i said visual applications were no go for me until now.

where do i start ??

all help appreciated.

thnx

baxy


In reply to [OT] drag and drop web app by baxy77bax

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.