Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

java and html

  1. Gigiux

    JavaScript How to draw a PacMan with sin/cos in JavaScript (for beginners)?

    Hello, I am new to JS and I would like to create a function to draw a PacMan using sin/cos functions. I defined a function draw_pacman that takes the context, the angle of the open mouth, the x/y position of the object and the radius of the object. The angle is defined as a mouth object...
  2. K

    JavaScript How to add some tags by default

    I want to some tags by default witch show up time of open the page. This code normally working fine as add tags but when I trying some tags default such as java, html, php etc then code normally working but no show up default tags. Below is my code, please advice me how to do const removeTag =...
  3. M

    JavaScript How to prevent validation based on latest action

    Hi everyone, I need some help. I am by no means a programmer , but following tutorials I am trying to put together a form with WebApp for check out/in and reserving tools. The trouble I have is that I would like to prevent tools that have been already checked out from being check out again...
  4. M

    Node.JS Code Assistance

    I'm currently working on a project where I need to implement a table filter using checkboxes, and I'm facing some challenges. I've managed to set up the basic functionality, but I'm struggling with a couple of specific requirements. I'm reaching out to the community for some guidance and...
  5. A

    Save password in chrome

    Dear All, I am working in a MNC and my chrome is protected by the company's. Recently, they have restricted to save the login credential in the chrome, due the same I have to write 40-50 password in difference government portal. The company also do not allow to use any external chrome...
  6. G

    JavaScript Quiz with select form JS

    how can i make it take the correct answers from the select and add them to the correct. If answered correctly in the select to write "You got 7 correct". Now it works only for radio button and for the text ... I make for cycle but i dont know how to add the check of if to work properly var...
  7. strawbs89

    HTML & CSS Radio on-air script

    hi i'm having problems with my script it won't show my djimages when my staff are on air "could someone please possible help" here's my js script (function( d ) { 'use strict'; function onair(){ var dj = d.querySelector('#dj'), nd = new Date(), dy = nd.getDay()...
Back
Top Bottom