Hey guys i need some help i would like to make a page which is like a java script password pop up box that adds .htm on the the text that you type in and i would like to make it on the page with out having a pop up box. if any ony can help i will be very greatful
Regards Al TIA
here is the code
_____________________________________________
<html>
<head>
<title></title>
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline overline; overline; color:navy;}
-->
</style>
</head>
<body onload="grasppasswd();">
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="1%" height="1">
<tr>
<td width="100%" align="center" height="1"><topmargin="10000" leftmargin="10000" vlink="#FFFFF" alink="#FFFFF"></td>
</tr>
</table>
</center></div>
<p align="center"><script language="JavaScript"><!--
//-
function grasppasswd() {
var keyword = prompt("Please enter Bulletin Number:", ""
var pagename = keyword + ".htm"
this.location.href = pagename;
}
// -
// --></script></p>
</body>
</html>
_____________________________________________
Regards Al TIA
here is the code
_____________________________________________
<html>
<head>
<title></title>
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:hover {text-decoration: underline overline; overline; color:navy;}
-->
</style>
</head>
<body onload="grasppasswd();">
<div align="center"><center>
<table border="0" cellpadding="0" cellspacing="0" width="1%" height="1">
<tr>
<td width="100%" align="center" height="1"><topmargin="10000" leftmargin="10000" vlink="#FFFFF" alink="#FFFFF"></td>
</tr>
</table>
</center></div>
<p align="center"><script language="JavaScript"><!--
//-
function grasppasswd() {
var keyword = prompt("Please enter Bulletin Number:", ""
var pagename = keyword + ".htm"
this.location.href = pagename;
}
// -
// --></script></p>
</body>
</html>
_____________________________________________