Click here to Skip to main content
16,021,181 members

Comments by Yudhi Saputra (Top 11 by date)

Yudhi Saputra 1-Sep-16 0:01am View    
if I go to school and are requested to do so, I will call you again :D
Yudhi Saputra 1-Sep-16 0:00am View    
hahahaha,,,
Yudhi Saputra 31-Aug-16 23:56pm View    
Thanks bro , I will try to review Better Again , now I managed to find a solution .. And now has Attempting to change it with Dreamweaver
Yudhi Saputra 31-Aug-16 23:56pm View    
Thanks bro , I will try to review Better Again , now I managed to find a solution .. And now has Attempting to change it with Dreamweaver
Yudhi Saputra 31-Aug-16 23:53pm View    
thanks bro, but almost done, i have a code now...

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PAGE 1<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

<html>
<body>
<form action="page2.html">
Please enter your name: <input name="user"/>
<br/>
Then <input type="submit" value="click here" />
</form>
</body>
</html>

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>PAGE 2<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<html>
<head>
<script type="text/javascript">
var pairs = location.search.substring(1).split( "&" );
var name = "anonymous";
for ( var p = 0; p < pairs.length; ++p )
{
var pair = pairs[p].split("=");
if ( pair[0] == "user" ) name = unescape( pair[1].replace(/\+/g," ") );
}
</script>
<body>

BIG WELCOME


<br/>

To our friend,
<script type="text/javascript">document.write(name);</script>


<br/>
Hope you enjoy this site.
</body>
</html>

this is, one Iput box only. I 'll try to add it