Helping ordinary people create extraordinary websites!

Go Back   Web Development Forum > Website Programming > Client-Side Scripting
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-29-2008, 09:59 PM
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default A little Javascript ineptitude?

I should know better but I cant seen to get this straight? I am trying to use user input in a form to identify and use a variable to fill the user input field with that variable. what it is is a PayPal hosted button_ID and i have 30 of them and I want the user to input a number between 1-30 and have that number relate to the corresponding variable. Here's the code that I have but I cant seem to get it to work in the form:
////
<script type="text/javascript">
function(){

var(1)=1984130
var(2)=1984144
var(3)=1984159
var(4)=1984177
var(5)=1984188
var(6)=1984205
var(7)=1984213
var(8)=1984222
var(9)=2102934
var(10)=2102955
var(11)=2102976
var(12)=2102993

document.form.ChronoContact_part2.hosted_button_id .value=var
}
</script>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="">
<p align="center">
<input type="text" name="hosted_button_id" size="20"><input type="image" src="https://www.paypal.com/en_US/i/btn/btn_paynowCC_LG.gif" border="0" name="submit" alt="" width="122" height="47">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</p>
</form>

////

Any help would be appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-01-2009, 10:56 PM
Junior Member
 
Join Date: Mar 2009
Posts: 7
Default for more details

for more details visit to here
The Best Services
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Thread Tools
Display Modes

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

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

All times are GMT -5. The time now is 09:33 PM.


Website Design by Ducani Media Group
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.