Thread
:
Setting the Hash Location of a Web Page with the onkeyup() event
View Single Post
08-11-2010, 12:03 AM
PM User
|
#
2
Old Pedant
Supreme Master coder!
Join Date: Feb 2009
Posts: 23,237
Thanks: 59
Thanked 3,998 Times in 3,967 Posts
Pure guess.
Try this:
Code:
function Search(){ location.href = "#Factor" + document.getElementById("SearchNumber_txt").value }
Put that code into the popup, not the main window, and try it.
__________________
An optimist sees the glass as half full.
A pessimist sees the glass as half empty.
A realist drinks it no matter how much there is.
Old Pedant
View Public Profile
Find More Posts by Old Pedant