PDA

View Full Version : Newbie question!


richclarkee
05-22-2008, 05:41 PM
Hello - I hope Ive got the right section here. I have a website for my business

www.golfsanjuan.com and am using an external currency converter so people can see the price in euros.......hmm its probably easier if you took a look......

for example............... http://www.golfsanjuan.com/villaandalaura.htm

The prblem is that if the go-currency server is down or slow, its stops the rest of the page loading?

How can I get round this?

Heres the script which is embedded in the page html

<a id=gocurrency href=http://www.gocurrency.com/ >Currency
Converter</a>
<script src= http://www.gocurrency.com/v2/gocurrcalc_t.php?lang=en&id=11067&tcolor=3333cc&amt=1&len=25&nw=0 ></script>

Heres hoping for a solution even a dullard like me can understand. Cheers Guys

Rich Clark

cmetz1977
05-28-2008, 03:24 PM
put the script at the end of the page?

you've already created the object locally, you shouldn't need to call the script at that point in your source code. try placing the script outside of the body tag at the bottom of your page.