+ 1
Im a beginner and i'm trying to develop an encryption system, but I can't connect the text area to the message. Can you help me?
https://code.sololearn.com/Wzwd3cAVHbZ6/?ref=app https://code.sololearn.com/Wahsg3rQ0qro/?ref=app
4 Respuestas
+ 5
Use a <button> rather than submit <input> if you're handling things internally (using JS). Use submit <input> if you're sending form data to another machine for further processing.
You have script in HTML & JS section. Which one you intend to use?
Handle "click" event of the button to do what you want. Here I see one button only, you can add another one for decrypting the message.
+ 4
What exactly did you mean by "connect the textarea to the message"? what message?
+ 2
I thought i was a good c# programmer., What a world pf lies...sorry and kisses
+ 1
The message to encrypt