Drag and Drop Hotwiring External Javascript
RJM Programming - August, 2023
HTML Template you can edit and download below, later ...
My Drag and Drop Hotwiring External Javascript Webpage
<textarea style=background-color:silver; ontouchdown='viaej=false; event.stopPropagation();' onmousedown='viaej=false; event.stopPropagation();' onclick=doit(this.value); data-onblur=doit(this.value); rows=5 cols=80 placeholder='Please place your drop action to do Javascript here below ...' id=textareaaction> alert('You just dropped off'); </textarea>
Drop Zone