<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Girfa......</title>
<script language=javascript>
function tit()
{
top.document.title=document.forms[0].t1.value;
}
function geturl()
{
alert(document.URL);
}
function tmp()
{
alert();
}
</script>
</head>
<body>
<form id="form1" runat="server">
Enter Title :
<input type="text" id="t1" />
<input type=button value="Change Title " onclick="tit()" />
<br />
<br />
<input type=button value="Get URL " onclick="geturl()" />
</form>
</body>
</html>
<head runat="server">
<title>Girfa......</title>
<script language=javascript>
function tit()
{
top.document.title=document.forms[0].t1.value;
}
function geturl()
{
alert(document.URL);
}
function tmp()
{
alert();
}
</script>
</head>
<body>
<form id="form1" runat="server">
Enter Title :
<input type="text" id="t1" />
<input type=button value="Change Title " onclick="tit()" />
<br />
<br />
<input type=button value="Get URL " onclick="geturl()" />
</form>
</body>
</html>
No comments:
Post a Comment