The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> name box to new link, name box to new link
mrc333777
post Oct 23 2022, 08:12 AM
Post #1





Group: Members
Posts: 2
Joined: 23-October 22
Member No.: 28,603



<p align="center"><font size="5" color="#FF0000">SEARCH</font><br><br>

<font size="3">Enter Name To Search For</font>
<p align="center"><input type="text" id="page" />
<input type="submit" value="submit" onclick="goToPage();" /></a></p><br><br><br><br><br>
</p>

</html>

<script type="">
function goToPage() {
var page = document.getElementById('page').value;
window.location = "http://192.168.0.101/" + page + ".htm";
}
</script>

i have that above and it does most of what i want, but what do i need to add to make it remove the spaces from the name and then check to see if the link exists or not?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 15th May 2024 - 10:36 PM