I want to transfer a textbox's value to an other textbox's value but it writes "[object 😊 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to transfer a textbox's value to an other textbox's value but it writes "[object 😊

I have two textboxes. When I click to button I want to this two textboxes' value be other two textboxes' value https://code.sololearn.com/WOO81Sb3uZ2O/# When I click to button ; it writes [object Help me pls 😊

1st Jun 2017, 5:53 PM
Serhat Merak
Serhat Merak - avatar
1 Answer
+ 1
you have used too many script tags. you just need 2: 1 for jquery library and other for javascript. do not use link tag in between. also html end tag is missing. also why dont you write the javascript in JS tab. correct these issues and then debug your code properly
2nd Jun 2017, 6:14 AM
Gurpreet Singh
Gurpreet Singh - avatar