Drag and drop table that handles the sorting of a second table
I am looking for someone that can point me in the right direction. What i would like to create is a small table with 3 or 4 values that handles the sorting of a second table. Per example:Table 1 (drag...
View ArticleUpdate html(select) dropdown list values in html from flask-python?
I need the values in dropdown Html pre-updated/dynamically populated whenever window onloads/loads from flask.The url /get_data return list for dropdown values. @app.route('/get_data' ,methods=["GET"])...
View Articletwitter bootstrap / Inspinia modal bug when open more than one modal
I need help using more than one modal with inspinia template, the problem is that I think there is a bug that break the z-index or something i'm not really sure, Images from the inspinia websiteFirst...
View ArticleSend a variable to HTML with express sendfile (short question)
I'm using Node.JS, path, and express to run an HTML webpage and need to send a variable to the HTML for its use:var client_cred_access_token = 'fakeToken'; ... app.get('/', function (req, res) {...
View ArticleIs putting a modal in javascript html css the same as in electron js?
I am trying to make it so that when i press a button, a modal appears. However, I am having trouble as it is not working in my java script file functionality. I already got the html and css parts down,...
View ArticleCan't get firebase to connect to HTML page
I'm working on the front end for a project to display a graph of data collected from sensors. I'm following Net Ninja's youtube series on connecting to firebase, as well as trying many other approaches...
View ArticleOpening Local HTML Files using HTML and Javascript
I have a project I'm working on and I am trying to do file organisation with itI want to open a html file in a folder before it.Here is an example of the folder tree I am creating:Main Folder...
View ArticleDynamically Creating a Radio Button name in Angular 8(Typescript, HTML, SCSS)
I am having some challenges creating a radio button name Dynamically. How can I Dynamically generate a radio button name. Here is my html code <table> <td> <input type="radio" #radio...
View ArticleHow to know if a DOM element mounted to tree
I am pretty new to DOM, I wonder if I refer a DOM element which may be removed from DOM tree, how can I check if it is still mounted or not?Like:var div = document.createElement("DIV");...
View ArticlePWA - Angular: creating custom numpad for selecting PIN code
This is my first time with PWA application. A lot of new things to learn. I need to implement my custom numpad for typing PIN code. I've prepared example page:So I'm thinking how to implement this. At...
View ArticleI need help, i'm either blind or stupid. PHP Search form
I haven't done this type of work in a long time, i'm sort of rusty still and really tired.So here goes nothing, I have 2 search.php one for client side and one for server side. Im also using link.php...
View ArticleI want to display the profile image after login
Login Html<form class="user" action="code.php" method="POST"> <div class="form-group"> <input type="email" name="email" class="form-control form-control-user" placeholder="Enter Email...
View ArticleTriggering a link via a checkbox in only HTML and Javascript
Is there a way of launching a link from clicking/tapping on a checkbox with only HTML and CSS (no JavaScript)?I'm scripting something for personal use and looking for a way to launch a URL scheme by...
View ArticleCall server_name in img src correctly
trying to get my head around if I can call the $_SERVER['SERVER_NAME'] in an imgsrc somehow on a PHP page. I'm trying to achieve the following:<?php $domain = $_SERVER['SERVER_NAME']; $dir =...
View Articlehtml find a way to add extra scrollbars to a report [duplicate]
Using Cold Fusion I am (actually the user is) creating a report which may be quite wide, and also may be quite long. I'm using an overflow to create horizontal and vertical scrollbars. I do this quite...
View ArticleCannot fix location of footer in RShiny app using CSS
I'm trying to add a footer to my Shiny application in which I can write some notes and version details, however, the I can't seem to get the footer in the desired position. I'm using the class...
View ArticleHow do you style HTML5 audio tag to only show play/pause button image?
I'm trying to get the HTML5 audio tag to show only the play/pause button. This question has been asked before on here, but the answers only gave the option for text 'play!''pause!', and not an actual...
View ArticleWhy is my page reloading when I try to login with PHP? [duplicate]
I have searched for a long time on this topic and have had no results. Here is my code...<?php session_start(); if (isset($_SESSION["status"]) && $_SESSION["status"] === true) {...
View ArticleNumber with leading zeroes gets changed in JavaScript
I am calling a javascript function from php using a print statement to print out html code, and I am passing in an integer. However, the value when it is passed in php is not matching the number that...
View ArticleHow can we export the the content of text editor in pdf in html? [closed]
I want to add export to pdf in my text editor but when i start writing on text editor and trying to grnerate whole text into pdf it not working. i got a blank pdf page. please help me
View Article