Posts by Maria Canelas • 43 points
8 posts
-
0
votes1
answer63
viewsQ: How to pass input data to javascript and then present it
I have this code to fetch the value of my input <Script> var name = document.getElementById("name").value; I would like to know how to introduce you in spam for example…
-
0
votes1
answer207
viewsQ: how to block an action in a form
I have a form and it runs a action, but I have a query to check if there are users in the database. I wanted to know how to block the action when there are users. Form: <form onsubmit="return…
-
0
votes1
answer197
viewsQ: How to make Reload page take 10 seconds
I have this code here, but it is always doing the page re-load. script type="text/javascript"> function autoRefreshPage() { window.location = window.location.href;…
-
0
votes0
answers72
viewsQ: How to Create a txt File using Cordova
I have this code here // Wait for PhoneGap to load // document.addEventListener("deviceready", onDeviceReady, false); // PhoneGap is ready // function onDeviceReady() {…
-
0
votes1
answer1020
viewsQ: Is it a problem to use two different versions of bootstrap?
Well I have a problem, I have a project in Ordova that was using bootstrap 3.3.7 however in this very I am passing everything to bootstrap 4.0.0, but I thought to leave the 2 in the project because…
-
1
votes2
answers275
viewsQ: Split a layout into 2 with different percentages
Wanted to know how I do to share one layout in 2 with 70/30 percentage. I’ve devised a way to divide, but that way is not optimized for all devices.…
-
0
votes0
answers25
viewsQ: Xaml parameterless constructor
Well, I have a problem that I cannot solve, when I go to a preview of what I did in "XAML", I always come across this error.…
-
2
votes4
answers1209
viewsQ: Input type datetime error
Good afternoon, I have a problem that I can not solve, I wanted to change the format of my form to "datetime", but when I test in my browser appears as if it were text. <div…