Table of Contents
Reply to discussion (solution)
Home Web Front-end HTML Tutorial A few small questions_html/css_WEB-ITnose

A few small questions_html/css_WEB-ITnose

Jun 24, 2016 pm 12:11 PM

<select>  <option value="1">第一个选项</option>  <option value="2">第二个选项</option>  <option value="3">第三个选项</option>  <option value="4">第四个选项</option>  <option value="5">第五个选项</option></select>
Copy after login

How does this code perform selected response?
And how to interact with the server when using HTML files.
Is HTML related to building a server? If you want to get involved properly (framework), what should you look at?


Reply to discussion (solution)

HTML client stuff.
Server-side programming is also required.

The poster can search for cgi implementation principles

Question 1: How to respond should be to trigger an event (usually change) when the user selects an option, and then pass the js code After the request address is sent to the backend server for processing, it is returned to the client.
Question 2: It’s hard to say how to interact. It should be a request on your page (for example: <a href="aa.do?method='selectMethod'">Hotspot</a>) , when you click on the grass link, you want to send a request in the background, and then process it and then return it to the client in the background. As for the HTTP requests in the middle, I don’t really understand them. I have only heard a little bit about them.
Question 3: HTML is a language interpreted by the browser and does not require a server. Knowledge only needs a browser to solve it.

How does the HTML file interact with the server?
>> Using AJAX

Recommended: #6 Reply: Server-side scripting PHP
http://topic.csdn.net/u/20120518/17/6a448ab0-eb6e-42c8- 9975-e8fc2852c56b.html

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update? Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update? Mar 04, 2025 pm 12:32 PM

Difficulty in updating caching of official account web pages: How to avoid the old cache affecting the user experience after version update?

How do I use HTML5 form validation attributes to validate user input? How do I use HTML5 form validation attributes to validate user input? Mar 17, 2025 pm 12:27 PM

How do I use HTML5 form validation attributes to validate user input?

How to efficiently add stroke effects to PNG images on web pages? How to efficiently add stroke effects to PNG images on web pages? Mar 04, 2025 pm 02:39 PM

How to efficiently add stroke effects to PNG images on web pages?

What are the best practices for cross-browser compatibility in HTML5? What are the best practices for cross-browser compatibility in HTML5? Mar 17, 2025 pm 12:20 PM

What are the best practices for cross-browser compatibility in HTML5?

What is the purpose of the <datalist> element? What is the purpose of the <datalist> element? Mar 21, 2025 pm 12:33 PM

What is the purpose of the <datalist> element?

What is the purpose of the <meter> element? What is the purpose of the <meter> element? Mar 21, 2025 pm 12:35 PM

What is the purpose of the <meter> element?

What is the purpose of the <iframe> tag? What are the security considerations when using it? What is the purpose of the <iframe> tag? What are the security considerations when using it? Mar 20, 2025 pm 06:05 PM

What is the purpose of the <iframe> tag? What are the security considerations when using it?

What is the purpose of the <progress> element? What is the purpose of the <progress> element? Mar 21, 2025 pm 12:34 PM

What is the purpose of the <progress> element?

See all articles