I need to create a asp page with fields like FirstName, LastName etc.
But this 2 fields only allow the user to enter english characters, no
chinese, no jap.. nothing else..
What is there that i must do to disable users from entering character other
then English??
I need to develop a program in ASP that search throughout the web and give results by searching .html and .asp files but do not search in English language required search in another language specially in URDU. As i am not so expert in ASP i have just created an English search by open files in streaming mode but not in any other language.
I have this program we use at work that keeps track of everyones hours and its what they use to clock in and out.
the whole this is in .asp and theres alot of bugs and things that need to be fixed but we cannot get much support on it so I was thinking of going in and fixing those things myself. but the thing is they seem to be in chinese is there a way i can convert the pages to english?
My set of .NET 2003 CDs has 2 .net cds; 1 prerequisite cd; plus msdn. I get to a certain point in the installation and it prompts me for the English Lanaguage CD and I don't know what this is. I bought the set from someone who didn't want them any more - did I not get one of the CDs?
I'm trying to create a russian version of my site. I store the text in SQL 2000. Using SQL query analyzer the text appears correctly in russian characters.
But when i try to output the text using asp, it only shows lots of '?????'.
I tried changing the content charset to 'utf-8' and it still doesn't show it properly.
I a SQL database I have half of the under an american date and half in enlish. Is there a statement which can change the date from american to english??
American Date Format: mm/dd/yyyy hh:mm:ss AM/PM English Date Fomat: dd/mm/yyyy hh:mm:ss AM/PM
I am writing an ASP application for Internet Explorer in the UK. I have found that some of the computers on our intranet at work display dates in Internet Explorer in English format, and some in American. However, when I look in Control Panel at the regional date settings, they are all set to English date. But IE still shows the date as American.
What is more mystifiying is that the dates in my Access database are saved correctly in the English format. It is as if Access can interpret the dates correctly when saving and retrieving, but IE and ASP cannot when performing calculations or displaying on the screen. There surely must be a way of telling IE to follow the computer regional settings when it stores dates in memory?
I am developing a database driven website wherein I am using MS SQL Server as my backend and I am accessing this database through some forms. My problem is I want these forms to be filled in both in English and in Arabic as well as desired by the user. But the values that are to be inserted in the database should be english only. That is I want to convert these arabic numbers that the user enters, into their corresponding english numerals and then insert them in the database. Is this possible in ASP or should it be done on the database side.
i have a small project to develop an application that will need to run on a server.
Basic project principals:
1) Parse text from a web page written in English, to application. 2) Convert the text to French. 3) Parse the text back as a new web page, but in French.
I was thinking something like this:
(1)Parse as XML data --->(2) Use VB.net/sql to lookup and convert text ---->(3)Use ASP to create a new Page using the French Text.
I'm working on asp project, access 2000 at backend.I can write arabic text and arabic numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.
If my computer is not arabic enable then it show arabic number into english numbers. how can i show arabic numbers instead of english numbers if my computer is not arabic enable. Please tell me i'm working on a project i have to complete it. How can i convert english numbers that are coming from database and convert that numbers in arabic for show.
Can someone please show me how to format the date for German, English, and Italian.
English:
Wednesday, May 4, 2006
German:
Mittwoch, den 4 May, 2006
Italian:
Mercoledi, 4 Maggio, 2006
I would think I could somehow get an integer for the day of the week, such as 1 - 7, then the same for month 1 - 12 and do it that with with a case statement no?
Method Not Allowed The requested method POST is not allowed for the URL /Database/processForm.asp.
Apache/1.3.33 Server at antonyx.freestarthost.com Port 80
i just got this error, however, i have managed to post data into my database on this server b4, why is this error comin up now, could there be a prob with my asp file??
I'm using Shadow's upload script. whenever i try to upload a file larger than a few hundred kilobytes, i get this error: "operation not allowed; /_uploader.asp, line 56" at the top of _uploader.asp, i have changed the maximum file size to 50 mb. this is line 56 on uploader.asp:
I would like to create a list of characters, and what to replace them with before inserting them into a database. So far, I know of the sigle quote, and you just replace it with two single quotes (' to ''). Are there any other ones that you guys are aware of?
I've got a page that users of my website are sent to when they log in, and one part of it shows their friends (think myspace). The page works fine if the user has one friend, but it seems that if they have more than one then i get the "Operation not allowed" error.
I won't post the whole page because there's about 750 lines of it, but here's the code that gets the friends images from a mysql db and then shrinks them (if necessary) and puts each image into a table (for a tidy layout):
NOTE: "sql" is in case there is more than one users image to get, i've checked the query when there is more than one user image to get and it looks fine... Code:
I have created a form using post which directs to a psmail.asp page. i keep getting the following when submitting the form. Can anyone suggest what i may have done wrong?
Error 405 Method Not Allowed The requested method POST is not allowed for URL /html/psmail.asp Powered by Zeus Technology
I have a script that has worked flawlessly for a while. It allows a user to select from a listbox - with highlighted lines already of their settings, multiple lines (CTRL-SHFT) and the page updates the database properly.
Now, for some reason, I have a user that when we load their settings, all is fine. If I submit the form, immediately, with no new additional selections, all works fine. But, if I add even one new selection on the list box by holding CTRL-SHFT, the submit button no longer works at all.
This user does have a long list of selections already, I am just wondering if I may have hit a max some how?
My Default.asp page has a listbox to redirect the users to other pages on the web site.
If I access the web site by giving it the full URL, the listbox works fine (for example: http://domain/Default.asp)
But if I access the web site by just using the domain (for example: http://domain), the Default.asp page is displayed fine, but if I select an item in the listbox, I get the error "HTTP 405 - Resource not allowed"
I keep getting the following error at the line "Do while oRs.EOF = FALSE". I've already added some code in the SQL standard procedure to eliminate the recordsets that are returned from temp tables (i.e. not the final recordset), but it still returns the same error.
The reason I'm using the recordset object is because I need to output the result of each recordset, and am not sure how to do this otherwise.
The error message and ASP code is below.
Error Type: ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed. Code:
The following ASP code yields the following error, but actually the new record is stored in database. The same error happens when the application deletes a record, such as sqlStmt ="delete from test where username='2323'"
<% Dim objRS, sqlStmt Set objRS = Server.CreateObject ("ADODB.Recordset") sqlStmt = "insert into test VALUES ('2341', '2341');" objRS.Open sqlStmt, strConnect objRS.Close Set objRS = Nothing %>
ADODB.Recordset error '800a0e78' Operation is not allowed when the object is closed.
I want to allowed my user to upload file to site. how can I make this work. so can anybody help me with this issueI will be using this software to build this application.
after reinstalling Windows XP (incl. IIS) it is not possible to create new webs on the local IIS in the likeweise reinstalled Visual Interdev 6.0.
After typing in the name of the desired webserver (machine name or localhost) the following error comes up: "Method not allowed(Error code = 80070005)". It is however possible to create webs with Interdev on other webservers in our network.
there is a site using an Access DB, and they want a sister site on the same server, i.e. within a folder of the original site www.site.com/sistersite/, but using the same database, the error I get is
ADODB.Connection error '800a0e79' Operation is not allowed when the object is open.
I'm getting the error "operation is not allowed when the object is closed" on the following line:
<% If Not rsAlloAmts.EOF Or Not rsAlloAmts.BOF Then %>
I haven't dealt we this particular type of situation and not sure how I can bind the necessary values to the page based on what is passed in to the procedure. I'm not sure how to handle this type of logic on the page?
I have a problem with my programm and get the error above. In the file I've commented the relevant lines with **** and normaly the SQL-statement are in one row but there is a better overview when it looks like this.
I'm working on asp project, access 2000 at backend.I can write arabic text and arabic numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.
If my computer is not arabic enable then it show arabic number into english numbers. how can i show arabic numbers instead of english numbers if my computer is not arabic enable.i'm working on a project i have to complete it.How can i convert english numbers that are coming from database and convert that numbers in arabic for show.
I have use
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> I shall be very thankful to you for this purpose.
Mainly I am asking if someone can look at a small portion of code to see if there are any obvious problems for use with mysql??perhaps with the way dates are inserted?? Code: