I've written a Perl script with links that work between sub-routines (like HTML page to page). I know a document.write in JS can do a link from one screen or page to another. But I'm thinking beyond that.
What about?
- Instead of a link I have a small box with short description in. It would be "tagged" with the same info as a link.
- I then drag that box to a div or table cell (probably marked by a unique ID).
- Then, just like a link, as soon as the box hits the panel I get taken to a new page.
How that actual link is coded would be irrelevant. It would be the Javascript action (event?) that does the work (I think). For instance, my Smilies code is primarily in Perl, but a 9 lines of JS Function runs them all, only the images are different, the action is the same.
Is such a thing possible in a short bit of code?
And what would it be?
I hope someone could help with this. I'm not even sure yet quite how I would use it (I'd have to play with the thing for a bit until some inspiraton hits me - or I down about 10 cups of coffee and go off on a keyboard rampage)
Thanks - Ted


