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>
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

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

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 to efficiently add stroke effects to PNG images on web pages?

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 <meter> element?

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

What is the purpose of the <progress> element?
