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.

Coding Forum


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



Reply
Old 08-31-2003, 09:45 PM Can it be done?
Junior Talker

Posts: 4
Trades: 0
Ok so my site layout is perfect and I am adding of all my content and everything is going fine...but THEN. (I knew you all were waiting for the big BUT)
I have two tables right next to each other and one contains a form with a text box the other contains the graphic I want users to click to utilize the search. The question is...how do I go about making the graphic work when I CANNOT (TRIED NOT POSSIBLE UNLESS I REDESIGN MY SITE COMPLETELY) have the graphic included in the same form? Its been driving me nuts for a while now and I really need some closure on this. Also do you know of any good extremely search javascripts to use? At this point I just want something simple. Thanks in advance!
digitalflow is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-01-2003, 04:42 AM
Experienced Talker

Posts: 33
Location: Portsmouth, UK
Trades: 0
I've got little to no expertise with javascript but I think you can do something like this:

Code:
...
<form name="something" method=" ...
...
</form>
...

<img src="whatever.jpg" onclick="document.something.submit()">
i.e. document.form name.submit() will fire the submit. You don't need a submit button in the form.

Again. I think. Not tested.
neOnbubble is offline
Reply With Quote
View Public Profile Visit neOnbubble's homepage!
 
Reply     « Reply to Can it be done?
 

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