Embedded Web call CGI program

Source: Internet
Author: User

We can use Dreamweaver to design our webpage. In general, we are a dynamic webpage, that is, we can submit data and query what we want, not just browsing, in the embedded system, I use the Boa web service to call CGI.ProgramTo achieve interaction, if we call CGI, it is a very basic and critical issue. This was never done before, and now we finally know what is going on.

Key point: I use forms to call CGI. Of course, you have other methods to call CGI, but the common method is CGI. in the insert Toolbar of Dreamweaver, select a form and select form (f) in the pop-up sub-menu ), in this way, you can use this form to submit data and choose to call your cgi program. In this form, you can add the controls you want, such as text boxes and buttons, now, you switch to yourCodeMode: enter your cgi program on the action of your form.

Example:

<% @ Language = "JavaScript" codePage = "936" %>




untitled document

<Body>
<Div id = "layer1">
<Form ID = "form1" name = "form1" method = "Post" Action = "passwd. cgi">
<P> User:
<Input type = "text" name = "textfield"/>
</P>
<P> pawd:
<Input type = "text" name = "textfield2"/>
</P>
<P>
<Input type = "Submit" name = "Submit" value = "Submit"/>
</P>
</Form>
</Div>
</Body>
</Html>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.