Why this webscrapper code doesn't work in Google Sheets?
I'm trying to use Google Sheeets as a web scraper. While working with this link https://roar.media/bangla/main/book-movie/difference-between-a-clash-of-kings-and-got-season-2/I'm using IMPORTXML...
View ArticleHow to know if my iframes are being used by other websites?
Google Analytics is always showing active users more than real users, so how can i detect where this increase is coming from? How can i know if other sites are embedding my iframes?
View ArticleHow do I get the information from a meta tag with JavaScript?
The information I need is in a meta tag. How can I access the "content" data of the meta tag when property="video"?HTML:<meta property="video" content="http://video.com/video33353.mp4" />
View ArticleHTML form is submitted regardless of whether input is valid or not
For some reason my form submits even when it is invalid. The Javascript code is to prevent the form from submitting if any of the fields are empty. Both the first name and last names need to have a...
View Articlefirebase auth.js:12 Uncaught TypeError: Cannot read property 'close' of...
I am a beginner with html and js. I have the following error when I try to signup a new user. None of the issues found on the internet helped me to find the solution: Uncaught TypeError: Cannot read...
View ArticleInclude another HTML file in a HTML file
I have 2 HTML files, suppose a.html and b.html. In a.html I want to include b.html.In JSF I can do it like that:<ui:include src="b.xhtml" /> It means that inside a.xhtml file, I can include...
View ArticleIs it possible to restrict user from to bookmark a specific web page? [closed]
I am developing a webpage with Python(Django) and want to restrict users from to be able to bookmark a specific web page. Is there a solution?
View ArticleI am trying to make my code save the information as a switch to a different...
So basically, I have this code (https://repl.it/@LakshayCodez/School-Clicker). I have made a clicker game and everything works fine. I added a back button and a stats button on the game.html page. I...
View ArticleDrop down navigation with changing order
I am trying to create a drop-down navigation bar with 2 rows. By default, only 1 row is shown. If you click this row, both rows should show. Then, if you click one of the 2 rows, only that row should...
View ArticleJavascript to PHP updating database problems [closed]
I am making a little website game for class and we have to link options to a form that sends the data to a database through PHP. I have managed to link the database fine for all of the aspects of the...
View ArticleCalculating Checkboxes in JavaScript
i was wondering if yous could help me with this. I am quite new to JavaScript but This has been getting to me for quite a while now and I have ran out of ideas on how to fix this. Basically If a user...
View ArticleHow to send message to multiple contacts instead of just one?
I have a message function on my site, but it's working only for one contact . I need to make it working for multiple contacts ( selecting with checkboxes or something ). How can I make that ?Here is my...
View ArticleWebpack index.css and image in css loading
I have the following Webpack configuration : /** * COMMON WEBPACK CONFIGURATION */ const path = require('path'); const fs = require('fs'); const webpack = require('webpack'); const MiniCssExtractPlugin...
View ArticleSend files from Flask to HTML for JavaScript processing
I'm trying to load an xml/musicxml file in Flask and an audio file, save them on the server and send them to complete.html where they should be processed by javascript through the id when the page is...
View ArticleScript and style attributes working, how can I fix this?
For some reason the style is not being applied and the script isn't either. I think it might have to to with SASS but the JavaScript is also messed up. I don't really have much experience with SASS so...
View ArticleUsing XSLT to design XML data and display the XML data on HTML div
For example, this HTML code will be a different file from XSLT. <div id="showProduct"> </div> XSLT code example <xsl:template match="x:div[@id='showProduct']"> <xsl:for-each...
View ArticleUsing the abbr element for responsive text change with CSS
I have the task to display an abbreviation on small screen and the full term on a large screen (e.g. "CSS" on small, "Cascading Style Sheets" on big screens).I can easily do it by outputting both...
View Articlegltf file not showing in Aframe
I have two files, an glTF and OBJ file. I'm using Glitch to develop and I uploaded both of them to my assets folder. When I read my marker, only the OBJ file is displayed. <!DOCTYPE html>...
View ArticleCan someone review this javascript so that the player can move after...
As my code detects a collision with the wall and I try to move the player with the arrow keys away from it it does not move. I am using html and javascript and i can not figure out what is wrong. I am...
View ArticleNot showing placeholder for input type="date" field
I am doing a phonegap app. When I am trying type="date" input field as shown below, it shows date picker in iPhone as I expected but it doesn't show the placeholder I have given. I found the same issue...
View Article