J
Johny
Hi
I was after some code to allow me to jump to any page on my web, Don replied
to my earlier post with the following that worked ok if I created pages
using notepad but when I use the code in FrontPage it won't work.
Help please
CODE:-
<form >
<input type="text" name="T1" size="20">
<input type="button" value="Button" name="B1"
onclick="document.location.href = T1.value + '.htm'">
</form>
Thanks
John
I was after some code to allow me to jump to any page on my web, Don replied
to my earlier post with the following that worked ok if I created pages
using notepad but when I use the code in FrontPage it won't work.
Help please
CODE:-
<form >
<input type="text" name="T1" size="20">
<input type="button" value="Button" name="B1"
onclick="document.location.href = T1.value + '.htm'">
</form>
Thanks
John