| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2005
Posts: 14
![]() | JavaScript: Turn form submit into URL Hi Everybody I have this site called Statbrain.com and I have a Javascript problem that I just can’t solve. It is a pretty annoying problem because it should be so simple. It might be simple, but I just can’t figure out how to solve it. Let me explain. I have this field where the users can put an URL into a form and click the submit button and the info for that site will be show. If you were checking www.yahoo.com the user would be forwarded to this page: http://www.statbrain.com/result.php5...=www.yahoo.com ????: NamePros.com http://www.namepros.com/programming/90386-javascript-turn-form-submit-into-url.html But that is not what I want. I want the user to be forwarded to: http://www.statbrain.com/www.yahoo.com/ Both of the pages give the same result, but I want the second one for different reasons. Before you say this is a piece of cake let me tell you what I’ve tried so far. First I tried to use OnClick and window.location and window.location.href. This worked ok, but only in IE it did not work in Firefox at all. It has to work in Firefox since 20% of my visitors use Firefox. Then I tried to use OnClick and this.form.action. This did work in IE, but pressing enter to submit the for did not work. Anyone who has a good and simple idea on how I can solve this? Sorry about the long post, tried to do it as short as possible. Regards,
__________________ Zach Highknee www.statbrain.com FREE Tells you how many visitors any website has. |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Mar 2005
Posts: 14
![]() | Someone in another forum found a solution: <form action="" onsubmit="var loc='http://www.statbrain.com/'+this.elements[0].value+'/';location.href=loc;return false"> Works like a dream. Thanks.
__________________ Zach Highknee www.statbrain.com FREE Tells you how many visitors any website has. |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parse a URL in PHP to return domain | RJ | Programming | 43 | 11-12-2004 08:45 AM |
| Paypal Settlement | CMachuca | The Break Room | 3 | 07-31-2004 11:14 PM |
| PAYPAL Litigation | johnn | Domain Name Discussion | 6 | 07-31-2004 10:51 PM |
| Paypal Settlement | Lord | The Break Room | 2 | 07-30-2004 10:30 PM |