Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Go to url with value from input type text
Old 08-11-2007, 10:50 AM Go to url with value from input type text
Novice Talker

Posts: 7
Name: Dragos
Trades: 0

Code:
echo "
Code:
<input type=\"text\" id=\"inputnumber\" value=\"\" /> 
<input type=\"button\" value=\"Go\" onclick=\"javascript:window.location='". $_SERVER['PHP_SELF'] . "?pagenum=document.getElementById('pagenumberinput').value;\" />"; 
 

When i click on Go button nothing happens.
For example in the input field i typed 2. When i press Go i should go to page localhost/facts/pagination2.php?pagenum=2 but it doesnt happen like that. when i press go nothing happens.
I looked at the output source code. it looks like that :
Code:
<input id="pagenumberinput" type="text" /><input type="button" value="Go" onclick="javascript:window.location='/facts/pagination2.php?pagenum=document.getElementById('pagenumberinput').value;" />

Any ideas how to correct this?
babanner is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-11-2007, 11:45 AM Re: Go to url with value from input type text
JamieLewis's Avatar
Pretty Much a Big Deal...

Latest Blog Post:
Gooie
Posts: 385
Name: Jamie Lewis
Location: UK
Trades: 0
why not just use php?? Submit the form to a processing page and siply redirect to the page number, it will be accessible as well. No need for javascript in the situation.

Jamie
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
JamieLewis is offline
Reply With Quote
View Public Profile Visit JamieLewis's homepage!
 
Reply     « Reply to Go to url with value from input type text
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.30215 seconds with 12 queries