How can I move tooltip on top of the mouse pointer?
I am trying to move comments on top of the the mouse pointer, but having no success.HTML: <div id="box"> <div id="TextHidden"> <p id="screen-log"></p> </div> let screenLog...
View ArticleHow to parse a XLS file in python which contains HTML code?
I have downloaded a dataset which gives you .XLS files but when I open it using the notepad I see HTML tags/code.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleGetting NaN when attempting to increment score
I am trying to currently trouble-shoot the following code:function getStuff(){ document.querySelector('#tuna').onclick=scorefunc; } function scorefunc() { var scorep; scorep = scorep + 1;...
View ArticleCreating a website in PhpStorm and I'm having trouble checking a database...
I have two functions, one to check whether a user is logged in, and another to check if the user is an admin. I also have a User database with one column named user_lvl, which displays fine if I output...
View ArticleDifference between html href and fetch call on a listener to the server
I am trying to load a static file on click of a menu item. So in my case '/map' would load in the private/index.html file. For some reason when I do an a tag with an href to '/map' this line of code...
View ArticleImage in a li balise html
I wanted to insert an image in my html li tag but my image is out of the tag. I want to put one image into all my tab of menu and that the image adapts to the size of the tab. Some one can help me...
View ArticleBackground-image not working for css id but for css body
in the .CSS File:when i applybody { font-size: .85em; font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif; color: #232323; background-color: #fff; background: url('Images/Login_Background.jpg');...
View ArticleWhy is my website redirecting to this weird page?
So im having a problem on my website, I can't get to it! I was building the forums page and was doing some php or whatever, I go to refresh the page and im greeted by this amazing weird page. It thing...
View ArticleHow to get rid of decimals in a text-area/paragraph and launch regex at start?
I have a lot of lines like these:HTML:<textarea id="mytext" style="width:500px;height:500px;"> 2/9/2020 Apple $35.042 ID:2e35-s2s2-2d29-202s 1/4/2020 Banana $35.012 ID:2e45-d142-24sd-2d2s...
View ArticleHow to create multiple text boxes varying in sizes that consists of different...
I tried this line of code but it doesn't pop up on my live server.<form> <p> <label>Your Name</label> <imput type="text" id= "myText" value="Name"/> </p> </form>
View ArticleSending Java Emails using template
I need advice on how to solve my problem. in practice I want to send emails from my program from an html file. But when I send it, the email doesn't appear the same way it should (as in the photo...
View Articlelock height of div element to the size of its child elements
Basically I have three divs inside .main div displayed as flex. I'm trying to do basic swipe to get to next/previous divs. I can't figure out how to dynamically specify .main divs height according to...
View ArticleForce decimal point instead of comma in HTML5 number input (client-side)
I have seen that some browsers localize the input type="number" notation of numbers. So now, in fields where my application displays longitude and latitude coordinates, I get stuff like "51,983" where...
View ArticleWhat is the best way to work with separate svg as background?
I want to archive this lookin my code I made it this way:<div id="navigation" class=" container-fluid"> <img id="left-poly" height="100%" src="img/left-polygon.svg"> <img id="right-poly"...
View ArticleFreeze appearing objects
What should I do if I want to fix the direction of the appearing object in A-Frame? I want it to appear in the same orientation without rotating with the camera, from any angle. What is the right code?
View ArticleI'm trying to add state to a chrome extension
I'm trying to get my extension to show its project name, version number, and the current time on the page when activated.With the coding I wrote for this when I reload the extension nothing happens and...
View ArticleVariable JSP doesn't get input text value in HTML
I have in HTML code: input type="text" name="addd" value="0" (I haven't digited the angle brackets on purpose because the code vanishes when I do so...(Why?) )Then my Java code:<% int contb =...
View ArticleHow to view youtube video without being counted?
I try to view yt video without being counted and still being able to control quality (resolution). All I found is to build <iframe> with embedded video that is autoplayed. That's not exactly what...
View ArticleWhat's the best way to save and display click counts? [closed]
I'm working on a MP3 download webapp. I would like to display the number of times a MP3 has been downloaded under the download button but I don't know the best way to approach this. Should I use PHP,...
View ArticleFetch text from Docx using PHP without losing HTML format
I have a Docx file. I am able to export data from it using PHP code but the data loses it HTML format. How can I keep that intact and extract the data.So far my PHP code below:<?php function...
View Article