I have a Post Text Item at the end of my text fields. When I click on it, it shows a PopUp, that retrieves a key to insert in one of my tables. It is possible
i'm working with Label Studio to label some time series data. I'm struggling to follow the documentation and i'd like to add some configurability, i'm unsure if
Anyone can help me? I made a Modal with a form to update a database. I receive data from Mysql DB but when i click on submit, the modal closes, but new paramete
I have a simple html that goes to a asp script to save the data in a text file but all the spaces disappear. I have tried a lot. I have tried to do a URL coding
I have a simple page, background image and a text box. I need the text box to be at the front but as I'm quite new to html/css I just got lost a bit :) I tried
I was trying to embed a website (the full website) in HTML with iframe but I got an error when trying to embed the website. www.example.com refused to connect.
I have looked for many solutions for this issue but I have not found one specific to Flask, so I have a flask form and I use WTForms to validate the form. The f
I just implemented mod_auth_openidc authentication on an apache website and noticed that sometimes after sitting on a webpage for a few minutes, then navigating
I'm working on an assignment right now, and I'm trying to take the data from a CSV and make them into class objects. So each item in the CSV row needs to be a c
I am trying to align my 3 service divs next to each other but instead they are each slightly lower than the other one. I think it might be the images that are m
My Formsubmit doesn't work. Even using the simple example on the site my submit button doesn't send. I can't even send the verification to my email. I'm using A
Is there any way to strip HMTL tag with content in HTML example : const regexForStripHTML = /(<([^>]+)>)/gi const text = "OCEP <sup>®&l
Apologies if this is a repetitive question however I have looked all over and found no suitable solution for my particular issue. I am attempting to build a sim
We have a Vue.js page contains a Echarts pie draft, and we want to show it in another project, which is using jQuery. It shows perfectly both on Chrome and IE,
I am making a cloud page and have set an alphabetic data validation in html which is working fine in that a user cannot enter anything other than letters. The i
I want to declare a variable name via template literals How it is possible ? let z = 3; let test`${z}` = "hello"; //or = new obj() for example console.log
I have a chat box with a single input field. I want to make handle new line input like Facebook's chatbox. My Chat Box: [1]: https://i.stack.imgur.com/NeG7d.png
Is it possible to pass a string variable as URL to an anchor tag in a JSP which should get redirected to an external website? I am manipulating the the URL Stri
Trying to load a css file into my base.html file. When I load the webpage, it is not updating the webpage with the css styling I loaded. Everything is running a
I am trying to color cells of an HTML table (which is automatically generated by Python and Django) depending on cells' content. Here is my table. I would like