html tag

658 questions


1 answers
391 views
0
Please tell me how to process the value received from the input tag in Html.

I'm a beginner in programming.I am thinking of a service where I can receive words in HTML with input tags and introduce recommended movies based on the results.I created the input form from the input...

2 years ago

1 answers
367 views
0
If the property name of the Javascript is '-', the code cannot be executed properly.

When I tried to execute the following code on the browser console, it was recognized separated by - and the code could not be executed successfully.I'd like to know how to deal with it, but could you ...

2 years ago

1 answers
332 views
0
Float value from html sent to jsonify

Data received from flask server I don't know how to float the data sent in this json form in HTml.What should I do?<script> function Data(){ var data = JSON.parse(data); document.getElementByI...

2 years ago

1 answers
379 views
0
I want to change the image I clicked.

I would like to change the image I clicked using callback function and animation.With the code below, when I click on the image in the list, the animation is applied, but the image shows the initial v...

2 years ago

2 answers
341 views
0
HTML Open File Dialog May Not Appear

In HTML, after clicking the image button, we have created a function to display the Open File dialog.There was a user who said that the Open File dialog did not appear when I clicked the image button....

2 years ago

1 answers
407 views
0
How to Configure Cors Error AAccess-Control-Allow-Origin:* 」

When I host an Input Form & HTTP Request program created in HTML and JavaScript to Amazon S3, I get a cors error.I have looked into many things, but I am still not familiar with HTML or JavaScript cod...

2 years ago

1 answers
398 views
0
How to insert elements into a responsive screen

When I set the PC size screen on the left to the smartphone size on the right, I want to put the green element between red and blue.Please tell me how to do it.By the way, there is no code yet.

2 years ago

2 answers
451 views
0
The context menu generated by addEventListener is not displayed with the first right click.

The source codes below are Javascript, css, and HTML respectively.I would like to right-click the contextmenu1 and contextmenu2 of the id attribute in this HTML.I want contextmenu1 to be displayed whe...

2 years ago

1 answers
349 views
0
The web application on the local server cannot be displayed at the URL to which the remote server is transferred.

Prerequisites/What you want to achieveWhen I transfer the web application file created in Django, Python, to the remote server using the command prompt, I get the following error at the destination UR...

2 years ago

1 answers
514 views
0
The audio tag does not play mp3 files.

Run Environmentexcludejava 1.8payaraserver version 5built in the environment.Dynamic web project name|||src| main | |- java | || -resources ||webapp    |   | metalf   | webinf   |   sample.mp3   test....

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.