You are Here:
FAQ
Scripting & Programming
ASP
Article #4
|
When I get prices from my database they have commas in. How can I fix this?What you need to do is either create a global.asa with this below script in, or you can edit the existing one, by adding this script into the existing one.<SCRIPT RUNAT=Server Language=VBScript>
SUB Session_OnStart
Session.lcid=1033
END SUB
</SCRIPT>
|
© 2007 1&1 Internet Ltd - About 1&1 Internet