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 đ
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