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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-07-2005, 04:58 PM Newbie - URL Box
Junior Talker

Posts: 2
Trades: 0
Hello. Im new to web design and have a little problem ....

I have described the problem here if you would please take a look.

www.Offer-Zone.co.uk


Thanks guys. Its driving me mad. I have tried and edited loads of forms with no luck
noswad is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-07-2005, 06:09 PM
Experienced Talker

Posts: 36
Trades: 0
Ok, here's what I think you are asking for....

Code:
<form method="POST">
	<p><input type="text" name="T1" size="40" />
	<input type="button" onclick="window.open('http://www.amazon.com' + document.forms[0].T1.value)" value="Submit" 

name="B1" /></p>

But if you are going to be using it for Amazon, and want to get credit for referrals (as an Amazon Associate), then use this code (replacing the screenname of course)

Code:
<form method="POST">
	<p><input type="text" name="T1" size="40" />
	<input type="button" onclick="window.open('http://www.amazon.com/exec/obidos/ASIN/' + document.forms[0].T1.value + '/amazonscreenname')" value="Submit" name="B1" /></p>
</form>
Let me know if that helps!
phillyhotshots is offline
Reply With Quote
View Public Profile
 
Old 08-08-2005, 03:47 PM
Experienced Talker

Posts: 36
Trades: 0
Went back to your site. Guess you didn't like my code, because you are using some javascript thats not working. Oh well.
phillyhotshots is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Newbie - URL Box
 

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