close
Skip to main content
Filter by
Sorted by
Tagged with
-3 votes
2 answers
74 views

My goal is to have the user be able to submit data in a form, which can then be processed and modified in PHP and the output could be displayed without refreshing the page. I have found two ...
First Last's user avatar
0 votes
0 answers
44 views

I use Visual Studio Code and the site is still not online, but almost finished. I'm a great fan of accessibility, so I use for example figure elements like this, i.e. with role="group": <...
Martinus33's user avatar
Advice
0 votes
3 replies
66 views

I know little to no javascript - only how to make functions and variables - so I'm hoping someone will help me script this. Pretty much, i want a control panel with previous and next page arrows ...
lel lel's user avatar
Advice
0 votes
3 replies
49 views

I was recently drafting up a webpage and was thinking about supplying some custom error messages. I discovered setCustomValidity() which allows you to supply a custom error message. I subsequently ...
Hibiscus's user avatar
  • 746
1 vote
2 answers
110 views

I am trying to disable the submit button on a boostrap modal form until both addhostname and addipaddress fields are valid. I have tried multiple ways to detect the validity state of the addipaddress ...
Robert Osbourne's user avatar
Advice
0 votes
6 replies
90 views

I wanted to create an interactive artifact with Claude, and I asked it, since I do not have any knowledge of code, to create an HTML document that I could fully edit and save directly in the file by ...
grearch 's user avatar
-5 votes
0 answers
109 views

I am building a simple CRUD reference project using HTML, Bootstrap, and the Fetch API. I currently have separate pages for GET and DELETE operations. The GET request loads data correctly into a table,...
skynet007's user avatar
-9 votes
1 answer
145 views

I'm trying to call this JavaScript function twice in HTML (Hyper Text Markup Language) My JavaScript code below function test() { const scoreDiv = document.getElementById('score') let score = ...
theonatr07's user avatar
Advice
0 votes
1 replies
128 views

How can I display a JavaScript variable for example x = 20 in HTML the goal is to make a variable in JavaScript for example score = 1 and then show that on a webpage using HTML and be able to update ...
theonatr07's user avatar
-1 votes
1 answer
75 views

I am converting crystal reports to html, but I am facing an issue with the footers. I cannot set the footer to the bottom of every page that is generated or printed. The layouts (e.g. tables) will be ...
Shibil Hyder's user avatar
Advice
0 votes
7 replies
141 views

I am very new to coding, and I am just now learning HTML, CSS, and JavaScript. Right now I am trying to make a script/hack for a Minecraft-based browser game called "Cuberealm.io" https://...
RichDog.jWfO's user avatar
-1 votes
0 answers
114 views

I have set Editor Format on Save to true. My PHP files reformat when I save them but my HTML, Javascript files do not. Do I have to use some other setting to get them to format on save? The ...
Pete's user avatar
  • 499
-2 votes
0 answers
47 views

My expectation: The .lower-card height should be 70px and .upper-card height to be 140px (because flex is set to 1 and 2 respectively and total height is 210px). Reality: Problem is that my padding is ...
shadow's user avatar
  • 141
-1 votes
0 answers
117 views

I am facing an issue with a pure HTML/CSS text-typing animation sequence built using stacked, absolutely positioned layers. The effect works perfectly on Firefox and Safari, but breaks consistently on ...
famousStratum's user avatar
-3 votes
0 answers
91 views

I am trying to work with dynamic HTML imports in my Vite application. I am using this pattern: <html-include src="widgets/component-name.html"></html-include> And then a ...
lharby's user avatar
  • 3,341

15 30 50 per page
1
2 3 4 5
79059