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?

View Replies


ADVERTISEMENT

Website With Russian Text

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?

View Replies View Related

How To Get HTML Text String From Dynamically Built Control?

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.

View Replies View Related

Arabic Text

I'm having problem with arabic text. I entered arabic text correctly in SQL server but when i retrieve and display that text:

Response.write RS("ArabicText")

It show some strange characters like... ãíÔ ÊÔãÓíÈ ÓíÊÈÎÊÕËÊÞÎåÊË

How can i fix it so that text can be displayed in proper arabic way. I'm using ASP3/SQL Server.

View Replies View Related

Arabic Problem Using Asp And Access

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" .

View Replies View Related

Inserting Arabic Data Into Access Database

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 am using following code in asp side: ....

View Replies View Related

Text Editor

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

View Replies View Related

Text Editor

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

View Replies View Related

Text Editor

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

View Replies View Related

Text Editor

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.

View Replies View Related

Rich Text Editor

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.

View Replies View Related

Rich Text Editor

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.

View Replies View Related

WYSIWYG Rich Text Editor

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.

View Replies View Related

Rich Text Editor To DB And Db To TextArea

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?

View Replies View Related

Russian In ASP Pages?

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)???

View Replies View Related

Sending Emails With CDONTs In Russian

I'm sending Russian text in an email generated from the website which displays in the email as ??

The website is set to codepage 65001 and the charset to utf-8.

View Replies View Related

How To Convert Russian Chars To HTML Entities?

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.

View Replies View Related

Asp Built In Objects

1) can any one tell me what are built in objects in ASP 3.

in asp 2 it was
request
response
session
application
server
object context object

2)what are asp variables ?

View Replies View Related

Built In Active X Components?

I've been playing with ASP for about 3 months, and it just now, today, clicked that I could be using active x stuff with my asp pages.

The stuff I make falls into two categories, stuff for inhouse, and stuff that's on brinkster.

How can I tell what active x components I can use, and find some docs on them?

View Replies View Related

Does ASP Have A Built In Encrypt Function?

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)...

View Replies View Related

Custom Built Messageboard

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>

strtopPost = Replace(strtopPost , "[b]", "<b>", 1, -1, 1)

However I would also like to be able to use [font color=FF0000]Red Text[/font] but I'm unsure on how to do this.

View Replies View Related

ASP App Built On IIS 5.1 Not Working On IIS 6 - Turning Debugging On?

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?

View Replies View Related

Arabic & ASP

What do I need to do in my ASP pages to display Arabic content? Does anything need to be done to the webserver too [iis6]?

View Replies View Related

Arabic Fields Name

i want to know can i use arabic language to name the fields of table on access database and then use this names on ASP code and ....

View Replies View Related

Arabic In SQL Server

How can we order our result alphabeticly in arabic without using Collation ? for eg:

select * from Instructions_ar order by INST_title

View Replies View Related

Name Of Arabic Font Which Can Be Embedded

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.

View Replies View Related

Convert To Arabic Language

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.

View Replies View Related

Converting Arabic English Numbers

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.

View Replies View Related

Language Conversion From English To Arabic

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.

I have used:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> ...

View Replies View Related

How To Convert The Web Page Into Arabic Language

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:

View Replies View Related

Text To Access

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?

View Replies View Related

Formatting Of Text In Access

I have a text area within a form that collects user data and enters this
into access db. Later this text is pulled out and put onto a page.

What I want to achieve is some formatting options for the user but I only
want CR and strong and no other formatting options available.

View Replies View Related

MS Access/ASP Text Formatting

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?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved