I have a problem with angle 5. I have found some similar question but I have not managed to solve anything.
The thing is that I have an http service that I am consuming from angular with a get request, which returns a Json.
What happens to me is...
I have the following code js when I execute the function "write ()" with a button event, I get the following error "Can not read property 'closed' of undefined" in the if of the function, can you help me?
var nuevaventana;
function crearnueva...
Good I have a registration form in which they fill in the data and through AJAX I insert the data in the database. Until then it worked perfectly and I returned a response in notification mode with TOAST.
But when putting in the file that als...
I've just been introducing myself to the world of web development and I've been following several tutorials.
In this I find myself making a form to send an emial through a server (which in principle I have configured).
Does anyone know tha...
What happens is that I have a html page, in which I am uploading information (in graphics-highcharts) that I bring from my mysql, which I distribute in a table (), but it turns out that as it is enough information the page It is loading for a fe...
I uploaded my web page to 000WebHost, when you enter you ask for login and everything is fine.
The problem comes when I put the login of a page that is inside, I do not know if I explain
If I put the link "Pagina.com/Otrapagina" does not a...
I have the search engine of my website but only search in an address, example www.mipagina.com/search, I can not modify this ... I have a div that takes images and text inside, and I need to create a search engine that can I find it and show the...
I have created the following table in a SQL database:
create table session(
SessionId int auto_increment unique,
SessionIni datetime,
SessionFin datetime,
UsHGTAG int,
PcId int,
primary key (SessionId)
);
How...
I hope you can help me with this little problem that has not allowed me to really move forward. I do not know much about this and I have been receiving help and they helped me with javascript promises and I did not manage them, and I can not mov...
Hello dear community,
I would like to know a way to convert from .p12 to .cer from my web I have been thinking that it could be possible through a script
the logic is as follows
uploads the .p12 document
button to eject document with...