T
techy techno
hii Experts..!!
I need someone to tell me where I can get a Currency Converter like
http://cconv.textor.com
please can someone tell me where I can get it
I need it for free + I dont need any link of the co.
the code for this is here but when I change it it just says unauthorize
function cconv1(){
if(!(document.textor.val1.value))
{
document.textor.val2.value = "Amount?";
}
else if
((document.textor.cur1.options[document.textor.cur1.selectedIndex].value
== -1) ||
(document.textor.cur2.options[document.textor.cur2.selectedIndex].value
== -1))
{
document.textor.val2.value = "Rate N/A";
}
else
{
document.textor.val2.value=parseFloat(document.textor.val1.value)*(parse
Float(document.textor.cur1.options[document.textor.cur1.selectedIndex].v
alue)/parseFloat(document.textor.cur2.options[document.textor.cur2.selec
tedIndex].value));
document.textor.val2.value=Math.round(document.textor.val2.value*100)/10
0;
document.write("<OPTION VALUE='0.343755656654639'>Argentina Peso
[ARS]</OPTION>");
document.write("<OPTION VALUE='0.790800318582789'>Australia Dollar
[AUD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Austria Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='2.65957799847949'>Bahrain Dinars
[BHD]</OPTION>");
document.write("<OPTION VALUE='-1'>Bangladesh Taka [BDT]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Belgium Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.209849819590428'>Botswana Pula
[BWP]</OPTION>");
document.write("<OPTION VALUE='0.344423896122703'>Brazil Real
[BRL]</OPTION>");
document.write("<OPTION VALUE='1.89190208406241'>Britain Pound
[GBP]</OPTION>");
document.write("<OPTION VALUE='0.59737139030012'>Brunei Dollar
[BND]</OPTION>");
document.write("<OPTION VALUE='0.760456514656015'>Canada Dollar
[CAD]</OPTION>");
document.write("<OPTION VALUE='0.0017330783062015'>Chile Peso
[CLP]</OPTION>");
document.write("<OPTION VALUE='0.120816790761099'>China Yuan
[CNY]</OPTION>");
document.write("<OPTION VALUE='0.000365441007880097'>Colombia Peso
[COP]</OPTION>");
document.write("<OPTION VALUE='0.172004537391241'>Denmark Krone
[DKK]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Europe Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Finland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>France Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Germany Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Greece Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='-1'>Hong Kong Dollar [HKD]</OPTION>");
document.write("<OPTION VALUE='0.0147885316229621'>Iceland Krona
[ISK]</OPTION>");
document.write("<OPTION VALUE='0.0220945913331'>India Rupee
[INR]</OPTION>");
document.write("<OPTION VALUE='0.000118850085076086'>Indonesia Rupiah
[IDR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iran Rial [IRR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iraq Dinar [IQD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Ireland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.225377713685786'>Israel Shekel
[ILS]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Italy Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.00948856299853983'>Japan Yen
[JPY]</OPTION>");
document.write("<OPTION VALUE='3.39322347858617'>Kuwait Dinar
[KWD]</OPTION>");
document.write("<OPTION VALUE='0.780618340231938'>Libya Dinar
[LYD]</OPTION>");
document.write("<OPTION VALUE='0.263158132911774'>Malaysia Ringgit
[MYR]</OPTION>");
document.write("<OPTION VALUE='2.99739341354218'>Malta Liri
[MTL]</OPTION>");
document.write("<OPTION VALUE='0.0912184584937309'>Mexico Peso
[MXP]</OPTION>");
document.write("<OPTION VALUE='0.0135961993314588'>Nepal Rupee
[NPR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Netherland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.698500307722012'>New Zealand Dollar
[NZD]</OPTION>");
document.write("<OPTION VALUE='0.144489513316519'>Norway Kroner
[NOK]</OPTION>");
document.write("<OPTION VALUE='2.60077895905487'>Oman Rial
[OMR]</OPTION>");
document.write("<OPTION VALUE='0.0174131439535641'>Pakistan Rupee
[PKR]</OPTION>");
document.write("<OPTION VALUE='-1'>Philippines Peso
I need someone to tell me where I can get a Currency Converter like
http://cconv.textor.com
please can someone tell me where I can get it
I need it for free + I dont need any link of the co.
the code for this is here but when I change it it just says unauthorize
function cconv1(){
if(!(document.textor.val1.value))
{
document.textor.val2.value = "Amount?";
}
else if
((document.textor.cur1.options[document.textor.cur1.selectedIndex].value
== -1) ||
(document.textor.cur2.options[document.textor.cur2.selectedIndex].value
== -1))
{
document.textor.val2.value = "Rate N/A";
}
else
{
document.textor.val2.value=parseFloat(document.textor.val1.value)*(parse
Float(document.textor.cur1.options[document.textor.cur1.selectedIndex].v
alue)/parseFloat(document.textor.cur2.options[document.textor.cur2.selec
tedIndex].value));
document.textor.val2.value=Math.round(document.textor.val2.value*100)/10
0;
document.write("<OPTION VALUE='0.343755656654639'>Argentina Peso
[ARS]</OPTION>");
document.write("<OPTION VALUE='0.790800318582789'>Australia Dollar
[AUD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Austria Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='2.65957799847949'>Bahrain Dinars
[BHD]</OPTION>");
document.write("<OPTION VALUE='-1'>Bangladesh Taka [BDT]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Belgium Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.209849819590428'>Botswana Pula
[BWP]</OPTION>");
document.write("<OPTION VALUE='0.344423896122703'>Brazil Real
[BRL]</OPTION>");
document.write("<OPTION VALUE='1.89190208406241'>Britain Pound
[GBP]</OPTION>");
document.write("<OPTION VALUE='0.59737139030012'>Brunei Dollar
[BND]</OPTION>");
document.write("<OPTION VALUE='0.760456514656015'>Canada Dollar
[CAD]</OPTION>");
document.write("<OPTION VALUE='0.0017330783062015'>Chile Peso
[CLP]</OPTION>");
document.write("<OPTION VALUE='0.120816790761099'>China Yuan
[CNY]</OPTION>");
document.write("<OPTION VALUE='0.000365441007880097'>Colombia Peso
[COP]</OPTION>");
document.write("<OPTION VALUE='0.172004537391241'>Denmark Krone
[DKK]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Europe Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Finland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>France Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Germany Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Greece Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='-1'>Hong Kong Dollar [HKD]</OPTION>");
document.write("<OPTION VALUE='0.0147885316229621'>Iceland Krona
[ISK]</OPTION>");
document.write("<OPTION VALUE='0.0220945913331'>India Rupee
[INR]</OPTION>");
document.write("<OPTION VALUE='0.000118850085076086'>Indonesia Rupiah
[IDR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iran Rial [IRR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iraq Dinar [IQD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Ireland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.225377713685786'>Israel Shekel
[ILS]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Italy Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.00948856299853983'>Japan Yen
[JPY]</OPTION>");
document.write("<OPTION VALUE='3.39322347858617'>Kuwait Dinar
[KWD]</OPTION>");
document.write("<OPTION VALUE='0.780618340231938'>Libya Dinar
[LYD]</OPTION>");
document.write("<OPTION VALUE='0.263158132911774'>Malaysia Ringgit
[MYR]</OPTION>");
document.write("<OPTION VALUE='2.99739341354218'>Malta Liri
[MTL]</OPTION>");
document.write("<OPTION VALUE='0.0912184584937309'>Mexico Peso
[MXP]</OPTION>");
document.write("<OPTION VALUE='0.0135961993314588'>Nepal Rupee
[NPR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Netherland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.698500307722012'>New Zealand Dollar
[NZD]</OPTION>");
document.write("<OPTION VALUE='0.144489513316519'>Norway Kroner
[NOK]</OPTION>");
document.write("<OPTION VALUE='2.60077895905487'>Oman Rial
[OMR]</OPTION>");
document.write("<OPTION VALUE='0.0174131439535641'>Pakistan Rupee
[PKR]</OPTION>");
document.write("<OPTION VALUE='-1'>Philippines Peso
PHP:
</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Portugal Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.274724860318341'>Qatar Riyal
[QAR]</OPTION>");
document.write("<OPTION VALUE='0.266666767229416'>Saudi Arabia Riyal
[SAR]</OPTION>");
document.write("<OPTION VALUE='0.59737139030012'>Singapore Dollar
[SGD]</OPTION>");
document.write("<OPTION VALUE='0.00539963133696164'>Slovenia Tolar
[SIT]</OPTION>");
document.write("<OPTION VALUE='0.152207754594712'>South Africa Rand
[ZAR]</OPTION>");
document.write("<OPTION VALUE='0.000861549229488216'>South Korea Won
[KRW]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Spain Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.0101530011946855'>Sri Lanka Rupee
[LKR]</OPTION>");
document.write("<OPTION VALUE='0.140154102356789'>Sweden Kronor
[SEK]</OPTION>");
document.write("<OPTION VALUE='0.811951681610291'>Switzerland Franc
[CHF]</OPTION>");
document.write("<OPTION VALUE='-1'>Taiwan Dollar [TWD]</OPTION>");
document.write("<OPTION VALUE='0.0256943355014662'>Thailand Baht
[THB]</OPTION>");
document.write("<OPTION VALUE='0.159375867353711'>Trinidad Dollar
[TTD]</OPTION>");
document.write("<OPTION VALUE='0.272294761485272'>UAE Dirham
[AED]</OPTION>");
document.write("<OPTION VALUE='1'>US Dollar [USD]</OPTION>");
document.write("<OPTION VALUE='0.000626565762004175'>Venezuela Bolivar
[VEB]</OPTION>");
document.write("</SELECT><IMG SRC='http://cconv.textor.com/conv7.gif'
ALT='Step 2 - select first currency' BORDER='0'><BR>");
document.write("<IMG SRC='http://cconv.textor.com/conv9.gif'
ALT='Step 4 - result here' BORDER='0'><INPUT TYPE='TEXT' size=10
NAME='val2' ONCHANGE='cconv1();'>");
document.write("<SELECT NAME='cur2' ONCHANGE='cconv1();'>");
document.write("<OPTION VALUE='0.343755656654639'>Argentina Peso
[ARS]</OPTION>");
document.write("<OPTION VALUE='0.790800318582789'>Australia Dollar
[AUD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Austria Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='2.65957799847949'>Bahrain Dinars
[BHD]</OPTION>");
document.write("<OPTION VALUE='-1'>Bangladesh Taka [BDT]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Belgium Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.209849819590428'>Botswana Pula
[BWP]</OPTION>");
document.write("<OPTION VALUE='0.344423896122703'>Brazil Real
[BRL]</OPTION>");
document.write("<OPTION VALUE='1.89190208406241'>Britain Pound
[GBP]</OPTION>");
document.write("<OPTION VALUE='0.59737139030012'>Brunei Dollar
[BND]</OPTION>");
document.write("<OPTION VALUE='0.760456514656015'>Canada Dollar
[CAD]</OPTION>");
document.write("<OPTION VALUE='0.0017330783062015'>Chile Peso
[CLP]</OPTION>");
document.write("<OPTION VALUE='0.120816790761099'>China Yuan
[CNY]</OPTION>");
document.write("<OPTION VALUE='0.000365441007880097'>Colombia Peso
[COP]</OPTION>");
document.write("<OPTION VALUE='0.172004537391241'>Denmark Krone
[DKK]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Europe Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Finland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>France Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Germany Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Greece Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='-1'>Hong Kong Dollar [HKD]</OPTION>");
document.write("<OPTION VALUE='0.0147885316229621'>Iceland Krona
[ISK]</OPTION>");
document.write("<OPTION VALUE='0.0220945913331'>India Rupee
[INR]</OPTION>");
document.write("<OPTION VALUE='0.000118850085076086'>Indonesia Rupiah
[IDR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iran Rial [IRR]</OPTION>");
document.write("<OPTION VALUE='-1'>Iraq Dinar [IQD]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Ireland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.225377713685786'>Israel Shekel
[ILS]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Italy Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.00948856299853983'>Japan Yen
[JPY]</OPTION>");
document.write("<OPTION VALUE='3.39322347858617'>Kuwait Dinar
[KWD]</OPTION>");
document.write("<OPTION VALUE='0.780618340231938'>Libya Dinar
[LYD]</OPTION>");
document.write("<OPTION VALUE='0.263158132911774'>Malaysia Ringgit
[MYR]</OPTION>");
document.write("<OPTION VALUE='2.99739341354218'>Malta Liri
[MTL]</OPTION>");
document.write("<OPTION VALUE='0.0912184584937309'>Mexico Peso
[MXP]</OPTION>");
document.write("<OPTION VALUE='0.0135961993314588'>Nepal Rupee
[NPR]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Netherland Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.698500307722012'>New Zealand Dollar
[NZD]</OPTION>");
document.write("<OPTION VALUE='0.144489513316519'>Norway Kroner
[NOK]</OPTION>");
document.write("<OPTION VALUE='2.60077895905487'>Oman Rial
[OMR]</OPTION>");
document.write("<OPTION VALUE='0.0174131439535641'>Pakistan Rupee
[PKR]</OPTION>");
document.write("<OPTION VALUE='-1'>Philippines Peso [PHP]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Portugal Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.274724860318341'>Qatar Riyal
[QAR]</OPTION>");
document.write("<OPTION VALUE='0.266666767229416'>Saudi Arabia Riyal
[SAR]</OPTION>");
document.write("<OPTION VALUE='0.59737139030012'>Singapore Dollar
[SGD]</OPTION>");
document.write("<OPTION VALUE='0.00539963133696164'>Slovenia Tolar
[SIT]</OPTION>");
document.write("<OPTION VALUE='0.152207754594712'>South Africa Rand
[ZAR]</OPTION>");
document.write("<OPTION VALUE='0.000861549229488216'>South Korea Won
[KRW]</OPTION>");
document.write("<OPTION VALUE='1.28160033547733'>Spain Euro
[EUR]</OPTION>");
document.write("<OPTION VALUE='0.0101530011946855'>Sri Lanka Rupee
[LKR]</OPTION>");
document.write("<OPTION VALUE='0.140154102356789'>Sweden Kronor
[SEK]</OPTION>");
document.write("<OPTION VALUE='0.811951681610291'>Switzerland Franc
[CHF]</OPTION>");
document.write("<OPTION VALUE='-1'>Taiwan Dollar [TWD]</OPTION>");
document.write("<OPTION VALUE='0.0256943355014662'>Thailand Baht
[THB]</OPTION>");
document.write("<OPTION VALUE='0.159375867353711'>Trinidad Dollar
[TTD]</OPTION>");
document.write("<OPTION VALUE='0.272294761485272'>UAE Dirham
[AED]</OPTION>");
document.write("<OPTION VALUE='1'>US Dollar [USD]</OPTION>");
document.write("<OPTION VALUE='0.000626565762004175'>Venezuela Bolivar
[VEB]</OPTION>");
document.write("</SELECT><IMG SRC='http://cconv.textor.com/conv8.gif'
ALT='Step 3 - select conversion currency' BORDER='0'>");
}
}
please help