+ 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?
4 Answers
+ 3
Try using textarea. Or use
<form>
<input type="text" required name="text">
<input type="submit" onclick="function()" value="Send">
</form>
+ 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) ?
+ 1
I've been trying to work on this for 3-4 days and it's been giving me nothing
0
JavaScript and Php/Python