skip to Main Content

How to improve my website in loading the data/ sorting/ jquery? And Best Practices for web development – Html

I am building a website to visualize the data in table like these: index.html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Employee Data</title> <!-- Load CSS --> <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css"> <!-- Load Custom CSS --> <style> body { font-family: Arial,…

VIEW QUESTION

JavaScript onclick redirecting not working – Html

Here you can see my website and error when I click on button my website is not redirecting to that link only website start reloading function send() { var name = document.getElementById('name').value; var email = document.getElementById('mail').value; var message = document.getElementById('descriptions').value;…

VIEW QUESTION

Azure giving error with long URL with Token – Reactjs

I have hosted a front end app using React and React Router Dom to Azure. I have a reset password link with token as below https://abc.azurewebsites.net/reset/CfDJ8AkOTLe70aJDl6Jq93G40f4OoMX35xv1bg73%2fU9WyIDfJae9LcF8iFFF6oiO7atp8l9O%2fr1lBq%2bMPZd2aPkELXWPB7YQ5lYoAkh3t2QdB5a%2fB%2bRvJordH34lEbPRBV%2by842E5z%2b1ZNSBstZljGOPZ6tOQNjLGH%2byAAUURGK2Z8rSFjQa22t0RXaVTzP59yCEagf42DGK9UM1PLqtSun655EVkoRH8Jg2LtgK2YZYv6zD This work fine with localhost. However in Azure it gives this error "The resource…

VIEW QUESTION
Back To Top
Search