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
Allowing Enter in input Field to Activate Image Button
Old 03-30-2009, 11:24 PM Allowing Enter in input Field to Activate Image Button
pincushionboy's Avatar
Skilled Talker

Posts: 73
Name: Kieth
Location: Orlando, FL
Trades: 2
This is driving me nutz and I'm sure it's an easy solution. My head is fried with other things at the moment. Can someone please assist.

I am tring to get it so when a user enters information in the input field input type "text", pressing the enter key will simulate the input type "image" being pressed.

Current Code:
Code:
<script language="javascript">
function goURL() { myText = document.getElementById("theText").value;
var w=window.open('http://www.afdhome.com/images/products/large/' + myText + ".jpg"); w.focus(); }
</script>

<input type="text" id="theText" size="24">
	<input type="image" SRC="/images/wod/images/imagesearch.jpg" border="0" alt="Search For Image" onClick="goURL(); ">

Assistance from the forum is greatly flipping appreciated.

PB
pincushionboy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-01-2009, 09:03 AM Re: Allowing Enter in input Field to Activate Image Button
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
if you put the function into the "onsubmit" event of the form, then return false (to stop the default action from taking place), you will get the result you need.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to Allowing Enter in input Field to Activate Image Button
 

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.09948 seconds with 12 queries