It should look something like this:
- Code: Select all
<html>
<head>
<title>Title of your page here</title>
<scriptlanguage="javascript">
function executeUrl()
{
var addy;
addy = document.frmUrl.txtUrlentry.value;
window.location.href = "http://radiumpuzzle.tripod.com/" + addy".html";
window.location.reload();
}
</script>
</head>
place the javascript so its inbetween the head tags like that and it should fix your problem...



