Arabic language Hyperlinks are not working for retrieving data from MS Access
database having data in Arabic. Language setting has been modified to support
the language. Although the page shows arabic words, the link bar shows
something like %3%2%1 etc.
Please help
--
shahn

Re: Arabic Lanaguage support by Jens

Jens
Sat Apr 16 13:43:38 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_000A_01C542C4.F7EF8560
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

A hyperlink can not retrieve data from a database. You need to use a
serverside language such as ASP to do that.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: shahn [mailto:shahn@discussions.microsoft.com]
> Posted At: 16. april 2005 12:58
> Posted To: microsoft.public.frontpage.programming
> Conversation: Arabic Lanaguage support
> Subject: Arabic Lanaguage support
>
>
> Arabic language Hyperlinks are not working for retrieving
> data from MS Access database having data in Arabic. Language
> setting has been modified to support the language. Although
> the page shows arabic words, the link bar shows something
> like %3%2%1 etc.
> Please help
> --
> shahn
>

------=_NextPart_000_000A_01C542C4.F7EF8560
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7036.0">
<TITLE>Re: Arabic Lanaguage support</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=3D2>A hyperlink can not retrieve data from a database. You =
need to use a serverside language such as ASP to do that.</FONT>
</P>

<P><FONT SIZE=3D2>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. =
</FONT>
</P>

<P><FONT SIZE=3D2>&gt; -----Original Message-----</FONT>

<BR><FONT SIZE=3D2>&gt; From: shahn [<A =
HREF=3D"mailto:shahn@discussions.microsoft.com">mailto:shahn@discussions.=
microsoft.com</A>] </FONT>

<BR><FONT SIZE=3D2>&gt; Posted At: 16. april 2005 12:58</FONT>

<BR><FONT SIZE=3D2>&gt; Posted To: =
microsoft.public.frontpage.programming</FONT>

<BR><FONT SIZE=3D2>&gt; Conversation: Arabic Lanaguage support</FONT>

<BR><FONT SIZE=3D2>&gt; Subject: Arabic Lanaguage support</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>

<BR><FONT SIZE=3D2>&gt; Arabic language Hyperlinks are not working for =
retrieving </FONT>

<BR><FONT SIZE=3D2>&gt; data from MS Access database having data in =
Arabic. Language </FONT>

<BR><FONT SIZE=3D2>&gt; setting has been modified to support the =
language. Although </FONT>

<BR><FONT SIZE=3D2>&gt; the page shows arabic words, the link bar shows =
something </FONT>

<BR><FONT SIZE=3D2>&gt; like %3%2%1 etc.</FONT>

<BR><FONT SIZE=3D2>&gt; Please help</FONT>

<BR><FONT SIZE=3D2>&gt; --</FONT>

<BR><FONT SIZE=3D2>&gt; shahn</FONT>

<BR><FONT SIZE=3D2>&gt; </FONT>
</P>

</BODY>
</HTML>
------=_NextPart_000_000A_01C542C4.F7EF8560--


Re: Arabic Lanaguage support by shahn

shahn
Sun Apr 17 01:50:01 CDT 2005

Thanx for the quick response. I think I'll rephrase my question. The page IS
an ASP page. The hyperlink has parameter which is in Arabic language. The
database is mixed - English and Arabic. The English parameters have no
problem in retrieving records from the database. It is only the Arabic
characters that show either '????' or something like '%1%2%3+' etc and
retrieve no records although these parameters do come from the same database
records. I have tried different encoding settings. Weird thing is it is
working fine at my home laptop :-)

"Jens Peter Karlsen[FP MVP]" wrote:

> A hyperlink can not retrieve data from a database. You need to use a
> serverside language such as ASP to do that.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> > -----Original Message-----
> > From: shahn [mailto:shahn@discussions.microsoft.com]
> > Posted At: 16. april 2005 12:58
> > Posted To: microsoft.public.frontpage.programming
> > Conversation: Arabic Lanaguage support
> > Subject: Arabic Lanaguage support
> >
> >
> > Arabic language Hyperlinks are not working for retrieving
> > data from MS Access database having data in Arabic. Language
> > setting has been modified to support the language. Although
> > the page shows arabic words, the link bar shows something
> > like %3%2%1 etc.
> > Please help
> > --
> > shahn
> >
>

Re: Arabic Lanaguage support by shahn

shahn
Sun Apr 17 09:00:01 CDT 2005

Thank you very much indeed. I did consider POST and GET with the FORM, but
with the same results :-(
In OPTIONS FOR CUSTOMS FORMS HANDLER dialog box, there is space for
"Encoding type:" It remains blank by default. Can I specify any specific
encoding here? If yes, what will be the syntax? Perhaps by force-specifying
this encoding will solve the problem.
It is to be remembered that without ANY specific workarounds, my home laptop
has no such problem. Maybe Windows installation types are different? I wonder.

"Jens Peter Karlsen[FP MVP]" wrote:

> The parameters are translated to html entities because these arabic
> signs can't be represented as is in an url.
> When you retrieve the parameters you must take this into account and
> translate the entities back to the actual arabic signs.
> Have you considered using POST instead of GET? Of course if it doesn't
> come from a form you can't do this.
>
> Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>
> > -----Original Message-----
> > From: shahn [mailto:shahn@discussions.microsoft.com]
> > Posted At: 17. april 2005 08:50
> > Posted To: microsoft.public.frontpage.programming
> > Conversation: Arabic Lanaguage support
> > Subject: Re: Arabic Lanaguage support
> >
> >
> > Thanx for the quick response. I think I'll rephrase my
> > question. The page IS an ASP page. The hyperlink has
> > parameter which is in Arabic language. The database is mixed
> > - English and Arabic. The English parameters have no problem
> > in retrieving records from the database. It is only the
> > Arabic characters that show either '????' or something like
> > '%1%2%3+' etc and retrieve no records although these
> > parameters do come from the same database records. I have
> > tried different encoding settings. Weird thing is it is
> > working fine at my home laptop :-)
> >
> > "Jens Peter Karlsen[FP MVP]" wrote:
> >
> > > A hyperlink can not retrieve data from a database. You need
> > to use a
> > > serverside language such as ASP to do that.
> > >
> > > Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
> > >
> > > > -----Original Message-----
> > > > From: shahn [mailto:shahn@discussions.microsoft.com]
> > > > Posted At: 16. april 2005 12:58
> > > > Posted To: microsoft.public.frontpage.programming
> > > > Conversation: Arabic Lanaguage support
> > > > Subject: Arabic Lanaguage support
> > > >
> > > >
> > > > Arabic language Hyperlinks are not working for retrieving
> > data from
> > > > MS Access database having data in Arabic. Language
> > setting has been
> > > > modified to support the language. Although the page shows arabic
> > > > words, the link bar shows something like %3%2%1 etc.
> > > > Please help
> > > > --
> > > > shahn
> > > >
> > >
> >
>

Re: Arabic Lanaguage support by Jens

Jens
Mon Apr 18 06:23:24 CDT 2005

Follow this Form tutorial.
http://www.webreference.com/html/tutorial13/1.html

It is rather long but should explain just about all worth knowing about
forms.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

shahn wrote:
> Thank you very much indeed. I did consider POST and GET with the FORM, but
> with the same results :-(
> In OPTIONS FOR CUSTOMS FORMS HANDLER dialog box, there is space for
> "Encoding type:" It remains blank by default. Can I specify any specific
> encoding here? If yes, what will be the syntax? Perhaps by force-specifying
> this encoding will solve the problem.
> It is to be remembered that without ANY specific workarounds, my home laptop
> has no such problem. Maybe Windows installation types are different? I wonder.
>
> "Jens Peter Karlsen[FP MVP]" wrote:
>
>
>>The parameters are translated to html entities because these arabic
>>signs can't be represented as is in an url.
>>When you retrieve the parameters you must take this into account and
>>translate the entities back to the actual arabic signs.
>>Have you considered using POST instead of GET? Of course if it doesn't
>>come from a form you can't do this.
>>
>>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>
>>
>>>-----Original Message-----
>>>From: shahn [mailto:shahn@discussions.microsoft.com]
>>>Posted At: 17. april 2005 08:50
>>>Posted To: microsoft.public.frontpage.programming
>>>Conversation: Arabic Lanaguage support
>>>Subject: Re: Arabic Lanaguage support
>>>
>>>
>>>Thanx for the quick response. I think I'll rephrase my
>>>question. The page IS an ASP page. The hyperlink has
>>>parameter which is in Arabic language. The database is mixed
>>>- English and Arabic. The English parameters have no problem
>>>in retrieving records from the database. It is only the
>>>Arabic characters that show either '????' or something like
>>>'%1%2%3+' etc and retrieve no records although these
>>>parameters do come from the same database records. I have
>>>tried different encoding settings. Weird thing is it is
>>>working fine at my home laptop :-)
>>>
>>>"Jens Peter Karlsen[FP MVP]" wrote:
>>>
>>>
>>>>A hyperlink can not retrieve data from a database. You need
>>>
>>>to use a
>>>
>>>>serverside language such as ASP to do that.
>>>>
>>>>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
>>>>
>>>>
>>>>>-----Original Message-----
>>>>>From: shahn [mailto:shahn@discussions.microsoft.com]
>>>>>Posted At: 16. april 2005 12:58
>>>>>Posted To: microsoft.public.frontpage.programming
>>>>>Conversation: Arabic Lanaguage support
>>>>>Subject: Arabic Lanaguage support
>>>>>
>>>>>
>>>>>Arabic language Hyperlinks are not working for retrieving
>>>
>>>data from
>>>
>>>>>MS Access database having data in Arabic. Language
>>>
>>>setting has been
>>>
>>>>>modified to support the language. Although the page shows arabic
>>>>>words, the link bar shows something like %3%2%1 etc.
>>>>>Please help
>>>>>--
>>>>>shahn
>>>>>
>>>>