Arabic / Russian Text In Asp/ie Built-in Editor/access
I am to develop a multi-lingual website / content management system. I will use ASP (IIS on swedish or english windows 2000), Access, and for the content editing i will use the built-in editor in IE (in an IFRAME). Primary languages/charsets, apart from the western languages (swedish, english etc) will be russian and arabic.
Does anyone know how (if) this works? What should my main concerns be, will it work and what will the likely problems be?
I've tried to insert arabic text in regular text-fields in existing applications, but when they reach the database the text has been alterd. Though I can paste the same text directly into the database. Why?
I do not understand the purpose of the VBS Codepage setting - <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> nor the meta tag - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">.I assume the SQL Server Collation setting has a purpose in this also.What should the Codepage, charset and Collation be set at to build a site with Russian text?
I can type Russian characters into a webpage with the above settings, aswell as English ones and other languages. Having read umpteen articles on the web about codepages, character sets and encoding, I think I am more confused now than I was when I started. Could you recommend a tutorial on this whole subject?
I have built dynamic HTMLTable. Now I want to attach it directly to the Email Body - it is already built, so why not to use a ready table. However, I cannot find the way of getting plain HTML text out of dynamically built control. I tried to put my table between div and read div.innerHTML then - HTTP exception has been thrown.
I have a very big problem regarding using Arabic Character set .
I'm Developing an Arabic Web Site using Asp and connecting to Access Database .
but i have a problem retreiving data from database after i uploaded site to the hosing server ....
All the arabic data retreived from database using Asp appears as question marks ??????? and only staic arabic written in asp pages appears well but which retreived from database appears wrong .
I put charset=windows-1256 in all my Asp pages and the hosting site support told us that they enabled Arabic in there system "Windows" .
I am trying to save arabic data from asp and it's not being saved with right encoding. i tried with both code pages 1252 and 1256. each time i am getting different set of characters in db, but not as i am entering in asp page.
when i retrieve arabic data from database and display in web pages it's showing correct text.
i need to make some text editor like this in the sitepoint which we enter our threads
i saw it in many asp sites with many enhanced features so how can i desig some 1 or get a it from the web
i need to unserstand it's idea how can i format the text into html format and how can i save the formated text into the database and the important point how can i display it as html
Is any Text Editor with intellisense except Visual interDev? Recently I am using FrontPage to develope my Webdesign (presentation layer) and use Visual interDev to do the coding. The reason why I use VID is it has intellisense
I need a text editor with add attachment facility.I already download some texteditors that do not support for upload then send the attachment as email.Our hostiing provider (www.intermedia.net) support for 'SoftArtisans.FileUp' componet.Enyone how download the better texteditor with add attachment
Can someone please suggest me a text editor especially for DEBUGGING ASP scripts apart from Microsoft Visual Interdev?
I tried using Visual Interdev & created a project but Interdev generates some error related to FrontPage extensions. I couldn't exactly understand the error. I tried to create the project in C: Inetpubwwwroot. If I just open a ASP file by navigating to the File-->Open File... menu, then Interdev doesn't give the option to debug.
Please do not suggest using Response.Write, Response.End etc.
I’m looking for a good standards compliant Rich Text Editor to replace texareas in forms so that users can format text (bold, italic, etc.). I work in an ASP environment with Dreamweaver, but these are not strict requirements. A dreamweaver extension that is based on ASP, is standards compliant and is not branded would be ideal, but anything would be fine. The most important requirement is that the product be standards compliant.
How do you change the form that the data is posted to? I changed the name of the form in the action statement in RTE_message_form_inc.asp, however the data is still posted to display_message.asp and not my code.
I need to build a rich text for a bit like this one here that i will the take the html and store in the database. I would like to know some good sample code or better still some tutorials to complete this well.
I have a rich text editor which if you write anything and press toggle button can give you the html version of the thing you typed. What i want to do is..i want to get this HTML version in my DB field..but when it gets inserted it doesnt get inserted as pure HTML.For example my html <p>smile </p>
should get inserted into DB field as <p>smile</p> but it gets inserted as :<P>smile</P> How do i tell the DB that its html syntax and i want to keep it as it is?
I would like to create a site which shows text in English or in Russian (depending on the user's choice).
Problem is that I can't save the pages in Unicode (Unicode can contain Russian characters), because IIS can't handle Unicode ASP pages (correct, right?!).
So how can I have normal (ASCII) ASP pages, which can show either text in English or Russian (charset Windows-1251)???
I have loads of text in russian chars that I need to put to a MySQL db (version is 3.23).
a) Is there some way to make MySQL db to accept russian chars? b) If not, there must be ready-to-use functions to convert the russian chars to HTML-entities?
The site is done with ASP & VbScript, but of course JScript/Perl script based function suits well too. I've tried searching with Google too but thin results
The problem is that a person uses kind of a CMS where he/she can type different language versions of certain phrases. In practise there is a textarea type of field for all languages where he/she types the russian text which is then saved to a MySQL database.
I am working with an existing script/old server that uses encrypt(whatever) quite often (mostly querystrings), however there is no routine written anywhere in the script for this. no connection to any components or anything...
I didn't know it had a default encypt function (assuming its like base 64 or something)...
I have made my own messageboards using asp but I was wondering if anyone could help me with something.
Currently my users have the option to use bold and italics in their posts by using tags around the word they would like to be in bold. I then use the following command to change [b] to <b>
I've been given an ASP site built, tested and working on IIS 5.1 to be hosted on IIS 6. I've gone through the process of enabling ASP, parent paths, and debugging in the IIS Management console. My first ASP works as expected, however, a link to a second gives me the error:
HTTP 500 - Internal server error
This is not a lot to go on, so my question is can i turn on debugging/error messages to give me more of a starter?
my problem is that i want to convert my web pages into Arabic. and for this I have already install Arabic font in my pc but the problem is that once i select that specific Arabic font the text is still written in English . Can u please suggest me some embedded Arabic fonts which are when selected will write Arabic rather than English.
text into the text box with shift+alt key. A normal user is unaware of it. ifI upload pages into my remote domain. There how a person who has not installed arabic in his pc is able to enter arabic. now i think my concern will be more clear to u if u need some further assistance then don't hesitate to ask.
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'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.
How can I convert my web pages into Arabic in such a manner that the value in the text boxes will be in Arabic rather than English. The thing I know is just the code for Arabic is "ar-sa" and nothing more. Code:
I have a text file from which i want to import data to access, does anybody know how i can go about this or where i can get information about this subject?
I made a website using ASP and MS Access in the back-end. One of the functions of the website is to post some news by using a web based form. Copy, paste, submit and voila! It works fine, However, Since it is mainly text that is pasted on the form, I would like to be able to keep the original formatting of the text and not to have it displayed, as is now, all together without spaces. Can anyone tell me how to achieve that wonderfull thing. Is it an Access problem or an ASP thing?