Posts by Santiago Moreira • 77 points
6 posts
-
1
votes0
answers47
viewsQ: Indexeddb - How to use it?
Good evening everyone. I was looking for something on Indexeddb, and I didn’t get a solid return. The materials I found are all almost without any connection. Could someone explain me even if…
javascriptasked Santiago Moreira 77 -
-2
votes3
answers926
viewsQ: PHP-Mysql Error Return: Call to Undefined Function
Good evening, I’m trying to make a connection to the database. And mysql is returning the following error.: Call to Undefined Function mysql_connect_db() Follows my code: <?PHP // $servidor…
-
1
votes1
answer92
viewsQ: Text is not inserted. after clicking on textarea
What happens is the following: I am trying to insert an Emoticon into this textarea <textarea name="mensagem" cols="90" rows="10" placeholder="digite o texto ou cole…
-
1
votes2
answers395
viewsQ: Click OK button of window.confirm
Good afternoon, when I click on a button opens a window.confirm obviously it has an OK and CANCEL, I wonder if there is a way for me to click on this OK button as soon as it opens with javascript?…
-
1
votes0
answers47
viewsQ: JAVASCRIPT - Function does not load
Good evening, the problem is this: I’m doing an extension for Chrome it works as follows: as soon as the page loads, inserts emoticons images for when someone clicks on them, load the emoticons into…
-
3
votes1
answer3327
viewsQ: add text to a textarea without deleting existing text
I have a textarea ( id='text'), which the user type his text freely (so far so good), at the end he clicks on a button that inserts a signature example: "Typed by so-and-so". When it inserts this…