chat windows | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

chat windows

I've been trying to code a working chat window but just can't figure it out, can anyone show me how,using a simple Input text/submit and make appear in an iframe?

21st Aug 2016, 7:27 PM
Hoeft Brian
Hoeft Brian - avatar
4 Answers
+ 3
Try using textarea. Or use <form> <input type="text" required name="text"> <input type="submit" onclick="function()" value="Send"> </form>
21st Aug 2016, 8:17 PM
Oscar
Oscar - avatar
+ 1
I've tried that but all it does is let me type and click in the button, so how do I get the text to appear in an iframe or right above/below the text input aria (somewhere on screen) ?
22nd Aug 2016, 1:51 AM
Hoeft Brian
Hoeft Brian - avatar
+ 1
I've been trying to work on this for 3-4 days and it's been giving me nothing
22nd Aug 2016, 1:53 AM
Hoeft Brian
Hoeft Brian - avatar
0
JavaScript and Php/Python
22nd Aug 2016, 5:33 AM
Oscar
Oscar - avatar