how ASP (not ASP.Net) to do the following things:
1) Get real-time information from other web site such as tracking via
Fed-Ex;
2) Real-time credit card charging via a payment gateway such as WorldPay;
3) How to support multiple languages.
I have an ASP page that I want to support multiple languages. If I set the <%@ Language=VBScript CodePage=65001%>
and adds a <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
meta tag it seems to work OK. Now instead of setting the codepage in every page I tried adding a global.asa (Session_onStart) file and add session.codepage=65001 and also tried to add response.charset="utf-8" (I was not allowed to set <%@ Language=VBScript CodePage=65001%> inside global.asa). This does not seems to work though. Is it possible to set a codepage in some event in a global.asa to make it global for the entire application? Is it possible to add a directive in global.asa that works like setting a <meta http-equiv="Content-Type" content="text/html; charset=utf-8">. If this is possible I don't have to recomplie my business logic that creates the html.
I want to create some pages using .net, and have others using regular asp with vb. Just wondering? I know you can have Java within the same pages, but didn't know if using asp, and then wanted to do some .net things if the site would have problems.
I have a small website written in (very) basic .asp. I have it translated into a number of different languages that I want to post, but just now discovered that ASP does not support Unicode-encoded pages. (charset=UTF-8)
How does ASP deal with multiple language support, especially when the home page presents all of them as entry options? Is it better to simply rewrite as HTML? If so, how much of the ASP code can simply remain after the header and extensions are changed from ASP to HTML definition?
I was reading up on ASP for a report and it talked about scripting languages. It also talked about using VBScript or Javascript as a scripting language? What exaclty is a scripting language and why do you have to use it?
We have a few English websites running on a single server and are in the process of adding a Spanish website to the same server. I am trying to determine how one would set the language for a particular website. For example, instead of ASP generating a date like "Monday, July 19, 2004" .
Can any one tell me how many programming languages are there in the world? I tried to google it but could not really get an exact or complete list of them all.cheers.
My ASP/Access app'n uses UTF-8 data in mixed languages/scripts successfully. That is, it takes input, stores and retrieves stuff OK browser-wise. The app also writes an RTF file and downloads that to the client (for display by Word) fine, but ONLY English; Cyrillic and the CJK group gets the trash display - and it's not a font pblm, cuz the browser display is good.
I've tried a number of charset directives in the RTF-writer, including CP-1251, UTF-8, Unicode, etc. None works. I don't know whether I need an explicit code-set translator or not, and am working with ChilKat's Charset product without any improvement so far.
I am now creating a website which have 3 languages (English, Simplified Chinese and Traditional Chinese). The server has installed English version Window 2000 (Server Version, Default Codepage is Traditional Chinese) and MSSQL 2000 (English). I have created a database which use the codepage "chinese_PRC".
However, when I created an testing asp pages ( 1 textbox and it will insert the content into the table), it cannot store the chars in correct coding. I would like to know whether asp or MSSQL has something wrong in my setting?
Just started learning ASP, seems like lots of people use VBScript to program with. Though, I have spent the last year learning Java. Just wondering if I can use this to program with? along with its API's ?
Also, is it worth while to learn VBScript ? Is it industry standard or needed? Im guessing it is from the way its the language used in most ASP books. Any insight would be great.
This is a first for me...so all help much appreciated.
I am trying to create a survey form which retrieves all its questions form an ACCESS database.. (I know ACCESS isn't the best option, it just not my call).
This database is to be multi lingual and my current survey is to be in THAI...
So in creating the survey, I copy the thai text into the ACCESS table from a WORD document and all looks good. ACCESS seems to understand the THAI.
When I retrieve these Questions from the Database, loading them into a recordset however, I get '????'s' in the output instead of the thai text .
I have set the charset of the HTML document as charset=TIS-620..
Can anyone tell me what i am missing? What needs to be done to display thai text in my ASP App?
Ive done quite a few sites now that involve different languages using different strategies and I would like to hear some different opinions on which is the most efficient.
The previous sites with languages that I have done have not been majorly big or would involve vast amounts of traffic so using included language file have been ok. I am about to do a site in 4 - 6 different languages that will have quite a lot of traffic. I have also used application variables in some cases but not sure if that is the best way.
So if anyone has any ideas on a better way and also one that is easy on server resources I'd love to hear them (and maybe a link to some code would be koool)..
Does anyone know when MS is going to phase out suppport for ASP (not asp.NET, but classical ASP) in their operating systems/web servers? For example, they have already stopped mainstream support for the main tool used to build ASP pages (Visual Interdev). It is very much possible that in the days to come , they come up with a version of IIS which does not support classical ASP. Does anyone know when that is supposed to happen?
I've been trying to write a an RSS feed program in ASP, but I cant find any decent or much reference to a good asp/dom/xml example. I want to be able to read AND write XML to a file system on a server. Does DOM support exists for ASP. I want to have full control over the XML like you can in PHP for example saying Node node = root.childNodes()
and then saying somthign like "for each node get child nodes" and attributes and what ever else I can get. The things I found so far are very limited. Does anyone know of anything like this. I've spent all yesterday and today looking and I still havent made much progress.
How do I enable my server to support ASP files?Am I even posting in the right thread? I am running windows server 2003. Could I enable this server to support ASP files?
Like IIS installed on it. Its not my server, so i dont know all about it or exactly what the company is, but i can upload whatever i want onto it. Im a complete beginner, so can anybody give me some sample code to test if it supports asp?
I have been using ALS for a while, and I want to be able to create my own version, But the only issue I have is being able to track users realtime, ie get what page they are on, how long they have been online, and being able to contact them by throwing a pop-up.
ALS does it but i've tried scoping the coding, but can't find anything.
Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype. Code: If checkAttemping = FALSE Then objRst("Ended")= FALSE 'reset old attempT
I would like to start using Outlook Web Access on my IIS 5.0 server. It has PHP and MySql on there along with their ISAPI filters. Everything works great. It has the ASP support taken off and I would like to re-add this support back to the server.Where is the ISAPI filter located at on the Server?
I am hoping that this would be the only reason that OWA will not work.
In my ASP page I set the charset to UTF-8 Response.charset="UTF-8"
But all the javascript functions included thourgh a .js file does not work. This happens only on IE6.0.28 and works fine on IE5 and IE6.0.26 also. If anyone of you guys have worked on mulitlingual support if u could mail me your ASP page,which uses a charset mail to me.
I have Windows 2000 Server. Running IIS 5. I created a ASP file that connects to a database and when i go to view it, It either says that there is a error in the code on like 106.
Which is only an "End If" command, Or it will say that this page needs to be posted on a web server that supports ASP. Well.. I have indexing service running, And I know for a fact that the code in the page is correct because it works on other 2000 server.
I need to support my web pages both in english and spanish. Is this possible in ASP. Can u please point to some places(websites)/articles which will show that. Or if you have any code Or any leads into it that would be great.
If application deals with browsers that do not support cookies, then what I will have to use other methods to pass information from one page to another in your application in the ASP.
Those pages does not output any thing if I use IE and If I access the pages from machines running Windows 2000 Server, XP or Windows NT Server. Opera outputs as per session variables name.
IIS server is running Windows 2000 server. I've checked the cookie settings which was set to accept cookies.
I'd like to bcc someone using Bamboo. I've tried setting smtp.BCC, but it doesn't work - gives an internal server error. Does Bamboo in fact support bcc?
IT also has almost all of the features I want. It uses a microsoft access 2000 database (I use the following code to connect to the database:
DSNtemp="DRIVER={Microsoft Access Driver (*.mdb)}; " DSNtemp=dsntemp & "DBQ=" & server.mappath("SOMEPLACE") sqlstmt = "Select * From TABLENAME" Set rs = Server.CreateObject("ADODB.Recordset") rs.Open sqlstmt, DSNtemp, 3, 3 Do until rs.EOF or rs.EOF)
The code works fine, I would just like to add a thing and it would tell what page the user(s) are/is at and then I can request a chat with them and a box would pop up asking them if they would like to chat. My oly problem is how would I keep track of the visitors on my site, and how would I know when they left the site?
i want to build a ticket support system for my company, so when a client has a technical question, they can email a support address and get assigned a ticket number. then my colleague will get the email and respond when he can. my question/s is:
a) is there any existing system i can use (free if possible. i would rather use an existing system as i have limited time!)
b) how can i write some code that acts when an email address is sent. ie: user sends email, the server receives it and executes some code (sends an email back with assigned ticket number and adds record to db).