D
dbuschmohle
Hello,
I'm trying to figure out a way to pass data from one field into another
without having to type it twice....
Take a look at the code below... If you can past it into a blank page
and view it, you'll see what I'm trying to make...
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>test</title>
</head>
<body bgcolor="#C0C0C0">
<div align="center"></p>
<!-- Search Google -->
<FORM method=get action="http://www.google.com/search" target="_blank">
<INPUT type=text name=q size=25 maxlength=255><p>
<INPUT type=submit name=button VALUE="google"></p></FORM>
<!-- Search Google -->
</p>
<p> </p>
<!-- Search Yahoo -->
<FORM method=get action="http://search.yahoo.com/search"
target="_blank">
<INPUT type=text name=p size=25 maxlength=255><p>
<INPUT type=submit name=button VALUE="yahoo"></p></FORM>
<!-- Search Yahoo -->
<p> </div>
<p align="center"> </p>
</body>
</html>
I'm trying to figure out a way to pass data from one field into another
without having to type it twice....
Take a look at the code below... If you can past it into a blank page
and view it, you'll see what I'm trying to make...
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>test</title>
</head>
<body bgcolor="#C0C0C0">
<div align="center"></p>
<!-- Search Google -->
<FORM method=get action="http://www.google.com/search" target="_blank">
<INPUT type=text name=q size=25 maxlength=255><p>
<INPUT type=submit name=button VALUE="google"></p></FORM>
<!-- Search Google -->
</p>
<p> </p>
<!-- Search Yahoo -->
<FORM method=get action="http://search.yahoo.com/search"
target="_blank">
<INPUT type=text name=p size=25 maxlength=255><p>
<INPUT type=submit name=button VALUE="yahoo"></p></FORM>
<!-- Search Yahoo -->
<p> </div>
<p align="center"> </p>
</body>
</html>