Questions tagged as 'javascript'

0
answers

Inject JavaScript into Webview to modify remote html element

I have a app that only contains a webview . It shows a page (mine) that has a textarea. I want to be able to inject some code lines javascript to modify that element when I click on the "back" key. Here I show what I have so...
asked by 18.07.2016 / 17:53
1
answer

Modular web in PHP .. I update the whole page, what is the best way to do it?

I have this code: <?php include("FOLDER1/archivos/MENU.php"); ?> <?PHP if (isset($_GET['id'])) { if (!empty($_GET['id']) && $_GET['id'] != "index") { if (file_exists("./FOLDER1/".$_GET['id'].".php")) { include ("....
asked by 21.11.2016 / 20:59
0
answers

CKEDITOR - Numbered and unnumbered list in format combo

I would like to know how to add numbered and unnumbered list styles in the format combo. Add these two formats to the combo and when selecting them, put the paragraph as a numbered list or as an unnumbered list depending on the one selected....
asked by 22.11.2016 / 11:00
0
answers

Upload content of a webview as well as the height of the keyboard that opens

I need to know how to raise the webview as well as the height of the smartphone keyboard where my hybrid app is installed. What happens is that being a hybrid app, if I click on an input that is displayed in a webview, the keyboard opens but the...
asked by 09.07.2016 / 21:55
2
answers

Write to a text file with javascript [duplicated]

How can I write to a text file, with javascript. I have this code but it does not work for me: function WriteFile(filename, data) { var FileOpener = new ActiveXObject("Scripting.FileSystemObject"); var FilePoi...
asked by 04.08.2016 / 23:00
1
answer

Send a message after using the load () function

I am using the function load() to bring a table of information. In this table I have a button in each row to edit the information corresponding to this, when clicking on the button "edit" sent by AJAX the id of the corresponding...
asked by 26.08.2016 / 20:06
2
answers

Validate an array of inputs that does not allow the form to be processed, with values entered between (1-4) or greater than 10

<form method="POST" action="Capt_Calif.php" onsubmit="return valida(parcial)"> <!-- arreglos usando class para ser llamados por js, p1=calif de parcial1 --> <td><input type="text" name="parcialP...
asked by 08.11.2016 / 16:24
1
answer

Reload functions after ajax response

When I write a comment on my page, I generate an ajax to save the comment in the database, and the response is the comment in html, this same comment has similar tags to the next one. <a href="#" action="delete">Borrar</a> I hav...
asked by 06.11.2016 / 20:42
1
answer

Show more than one infowindow with embedded tweets

I need to show twitter widgets embedded in an infowindow of google maps. I do not know why the first bookmark I open is that it works for me, but the others do not show me the tweets, only the text of the URL to twitter. This is the js I'm...
asked by 08.11.2016 / 15:53
1
answer

App With integrated webCam

Good morning, If you could give me a hand. my problem is this: I have an app that integrates the webcam and the photographs taken with it have to be downloaded to the computer and I'm a little lost at this point ... I already have the script...
asked by 14.11.2016 / 13:48