Posts by tiago paulo amaral • 5 points
3 posts
-
-3
votes1
answer94
viewsQ: Dynamically save . html file with Javascript
I am creating a code editor (Javascript and HTML with iframe) where I need to save a file .html dynamically with Javascript. How can I do this? <HTML> <HEAD> <SCRIPT…
-
-3
votes2
answers436
viewsA: Onclick on Canvas
A lot of people want to use the canvas so things don’t leak and consequently increase the window, create scrollbar or keep sliding on their finger. if your problem is this(maybe you want to create a…
-
0
votes1
answer159
viewsQ: options in html input
in html there is a property called SELECT and also the INPUT and I would like to make a INPUT with options equal to SELECT but how can I do that? the code I used: <!DOCTYPE html> <html…