+ 1
What the wrong
https://code.sololearn.com/W9tP4EZ48mC4/?ref=app Why we I put input inside form will open new page I want show output results on same page How I can do that
5 Antworten
+ 3
You're missing the required form attributes.
<form action="/action_page.php" method="get" target="_self">
+ 1
Chirs Thanx it is working
+ 1
Great 😊
0
See my code I want the results be under form in the same page
- 1
I can help but first can u elaborate