<html>
<head><script language="javascript" src="hh.js"></script></head>
<body bgcolor="#000033" alink="#ffffff">
  <div style="
    background-color: #000019
           ;
            "><font color="white" style="
    margin-left: 200;
    position: absolute;
    margin-top: 100;
"><a onclick="about()">ABOUT </a>&nbsp;&nbsp; <a onclick="support()"> SUPPORT </a>   &nbsp;&nbsp; STORE </font><iframe name="theFrame" style="
    border: 0;
    position: absolute;
    margin-left: 1045;
    margin-top: 50;
"></iframe><p align="right"><font color="white"><a onclick="signup()">Sign Up</a> &nbsp;&nbsp; &nbsp;&nbsp;<a onclick="login()"><span id="demo">
Login</span></a></font><font color="#000019">....</font>&gt;<font color="white">Select 

Language </font> 

<select onchange="location = this.options[this.selectedIndex].value;"><option>EN</option><option value="homewithloginfr.html">FR</option></select></p><center><embed src="logo2.swf" style="
    height: 211;
    /* position: absolute; */
  ">                                         
  </center></div><input type="text" id="sectext" value="" style="
    position: absolute;
    margin-left: 1090;
"><button onclick="goback()" style="position:absolute;margin-left:1245" >..</button>
<iframe name="thevid" style="width:410;height:290;
    position: absolute;
    margin-left: 920;
margin-top:50;border:0;
"></iframe>

  <button onclick="first();" style="
    margin-left: 435;
    color: white;
    background-color: #000033;
    position: absolute;
    margin-top: 310;
">1</button><button onclick="second();" style="
    position: absolute;
    color: white;
    margin-left: 530;
    background-color: #000033;
    margin-top: 310;
">2
</button>
  <button onclick="third();" style="
    position: absolute;
    margin-left: 630;
    color: white;
    margin-top: 310;
    background-color: #000033;
">3
</button>
  <button onclick="forth();" style="
    position: absolute;
    margin-left: 735;
    color: white;
    margin-top: 310;
    background-color: #000033;
">4
</button>
  <button onclick="fifth();" style="
    position: absolute;
    margin-left: 840;
    margin-top: 310;
    background-color: #000033;
    color: wheat;
">5
</button><center style="
    position: absolute;
    margin-left: 350;
"><img id="ImageButton1" src="ev.jpg" width="500" height="300" style="
    margin-left: 50;
"></center>
  <div style="
    margin-left: 44;
    margin-right: 140;
    color: blueviolet;
    font-family: cursive;
    font-size: 15;
"><u><b>Browse by Genre</b></u>
 <br><a onclick="race()">Racing</a><br><a onclick="fps()">FPS</a><br><a onclick="casual()">Casual</a><br><a onclick="vr()">VR Compatible</a><br>Shooting<br><a onclick="free()">Free to Play</a><br>Early 

Access<br>Simulation</div>
<br><br><br><br><br><br><br><br><br><br><br><br>
<div style="
    background-color: #000019
           ;
            ">

<br><p style="
    color: wheat;
    font-size: 11;
    margin-left: 350;
">@2016 GSR Corporation.All Rights Reserved. All trademarks are property of their respective owners in the <a onclick="secret()">IN</a> and other countries.</p>
<br>
</div>

    </body></html>
// Code goes here
function login()
{
window.open("login.html","theFrame")
}
function goback(){
alert("yes") 
var str = document.getElementById("demo").innerHTML;
var res = str.replace("Login","ppap");
document.getElementById("demo").innerHTML = res;
}
/* Styles go here */

<head>
<script language="javascript" src="hh.js">
</script>
</head>
<body bgcolor="#000033">
<br><font color="white">
LOGIN<br>
USERNAME:<input type="text" id="user"><br>
PASSWORD:<input type="password"><br>
<button onclick="goback()">Submit</button>
</font></body>