Art of Problem Solving

User:Yb30: Difference between revisions

Yb30 (talk | contribs)
No edit summary
Yb30 (talk | contribs)
No edit summary
Line 7: Line 7:




<select name="clr" onchange="document.bgColor=this.options[this.selectedIndex].value" size="1">
<html>
    <br>
 
    <option value="black">black
<head>
        <option value="orange">orange
 
            <option value="flamingred">fuschia
    <title>My Page</title>
                <option value="lightyellow">light yellow
 
                    <option value="green">green
</head>
                        <option value="cyan">cyan
 
                            <option value="yellow">yellow
<body>
                                <option value="red">red
 
                                    <option value="white">white</option>
    <form name="contact" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
</select>&nbsp;&nbsp;Background Color
 
        <div align="center">
 
            <input type="text" size="25" value="Enter your name here!">
 
            <input type="hidden" name="Language" value="English">
 
            <br><br>
 
        </div>
 
    </form>
 
</body>


<br>
<select name="clr" onchange="document.fgColor=this.options[this.selectedIndex].value" size="1">
    <br>
    <option value="black">black
        <option value="orange">orange
            <option value="flamingred">fuschia
                <option value="lightyellow">light yellow
                    <option value="cyan">cyan
                        <option value="yellow">yellow
                            <option value="red">red
                                <option value="white">white</option>
</select>&nbsp;&nbsp;Text Color


</center>
</center>

Revision as of 10:33, 22 February 2022

YB30's Wiki

Change the user count if you have visited this page for your first time.

1


<html>

<head>

   <title>My Page</title>

</head>

<body>

   <form name="contact" action="http://www.mydomain.com/myformhandler.cgi" method="POST">
           <input type="text" size="25" value="Enter your name here!">
           <input type="hidden" name="Language" value="English">
           

   </form>

</body>