Kevin Angus
|
| Posted: 03/25/2002, 12:28 AM |
|
I need to have a menu item point to another directory and html file and can
find nothing about external links in the help with CodeCharge.
Thanks
|
|
|
 |
Geert Larsen
|
| Posted: 03/25/2002, 12:53 AM |
|
With a little help from CC I do following:
Instead of URL-type I choose Label
and check html property
in the form's "before show event" I write:
Fieldname = "<a href='www.xxx.com' style='text-decoration: none'>"&
Fieldname & "</a>"
This also enables me to remove the underlining as shown
/ geert
"Kevin Angus" <kangus@acats.com> wrote in message
news:a7mn2r$skc$1@news.codecharge.com...
> I need to have a menu item point to another directory and html file and
can
> find nothing about external links in the help with CodeCharge.
> Thanks
>
>
|
|
|
 |
Kevin Angus
|
| Posted: 03/25/2002, 8:22 AM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0020_01BC38FD.CE63A750
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
In the I changed the type to a label on a menu item then in the Caption =
field I added the following:
<a href=3D"../wc/index.php"> <center><img border=3D"0" =
src=3D"images/calendar.gif"><br><font =
size=3D"1">Calendar</font></center>
That worked but I'll go try the right way now, Thanks
"Geert Larsen" <gl@fritzhansen.com> wrote in message =
news:a7moil$vam$1@news.codecharge.com...
> With a little help from CC I do following:
>=20
> Instead of URL-type I choose Label
> and check html property
>=20
> in the form's "before show event" I write:
> Fieldname =3D "<a href=3D'www.xxx.com' style=3D'text-decoration: =
none'>"&
> Fieldname & "</a>"
>=20
> This also enables me to remove the underlining as shown
>=20
> / geert
>=20
>=20
> "Kevin Angus" <kangus@acats.com> wrote in message
>news:a7mn2r$skc$1@news.codecharge.com...
> > I need to have a menu item point to another directory and html file =
and
> can
> > find nothing about external links in the help with CodeCharge.
> > Thanks
> >
> >
>=20
>=20
------=_NextPart_000_0020_01BC38FD.CE63A750
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>In the I changed the type to a label on =
a menu item=20
then in the Caption field I added the following:</FONT></DIV>
<DIV><FONT face=3DArial><FONT size=3D2><FONT color=3D#008000><a=20
href=3D"../wc/index.php"> </FONT><center><img border=3D"0"=20
src=3D"images/calendar.gif"><br><font=20
size=3D"1">Calendar</font></center<FONT=20
color=3D#008000>></FONT></FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>That worked but I'll go try the right =
way now,=20
Thanks</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>"Geert Larsen" <</FONT><A=20
href=3D"mailto:gl@fritzhansen.com"><FONT face=3DArial=20
size=3D2>gl@fritzhansen.com</FONT></A><FONT face=3DArial size=3D2>> =
wrote in=20
message </FONT><A href=3D"news:a7moil$vam$1@news.codecharge.com"><FONT =
face=3DArial=20
size=3D2>news:a7moil$vam$1@news.codecharge.com</FONT></A><FONT =
face=3DArial=20
size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>> With a little =
help from CC I=20
do following:<BR>> <BR>> Instead of URL-type I choose =
Label<BR>> and=20
check html property<BR>> <BR>> in the form's "before show event" I =
write:<BR>> Fieldname =3D "<a href=3D'www.xxx.com' =
style=3D'text-decoration:=20
none'>"&<BR>> Fieldname & "</a>"<BR>> <BR>> =
This also=20
enables me to remove the underlining as shown<BR>> <BR>> / =
geert<BR>>=20
<BR>> <BR>> "Kevin Angus" <</FONT><A=20
href=3D"mailto:kangus@acats.com"><FONT face=3DArial=20
size=3D2>kangus@acats.com</FONT></A><FONT face=3DArial size=3D2>> =
wrote in=20
message<BR>> </FONT><A =
href=3D"news:a7mn2r$skc$1@news.codecharge.com"><FONT=20
face=3DArial =
size=3D2>news:a7mn2r$skc$1@news.codecharge.com</FONT></A><FONT=20
face=3DArial size=3D2>...<BR>> > I need to have a menu item point =
to another=20
directory and html file and<BR>> can<BR>> > find nothing about =
external=20
links in the help with CodeCharge.<BR>> > Thanks<BR>> =
><BR>>=20
><BR>> <BR>> </FONT></BODY></HTML>
------=_NextPart_000_0020_01BC38FD.CE63A750--
|
|
|
 |
Geert Larsen
|
| Posted: 03/25/2002, 9:35 AM |
|
What's the "right" way ???
The one that works !!! 
I tried to answer your mail (releying denied) to tell you that I work in
ASP, IIS environment!
One problem by using the caption-property is that it is limited to 255
characters - and some urls including link formatting might exceed that
limit.
/ geert
"Kevin Angus" <kangus@acats.com> wrote in message
news:a7nire$je9$1@news.codecharge.com...
In the I changed the type to a label on a menu item then in the Caption
field I added the following:
<a href="../wc/index.php"> <center><img border="0"
src="images/calendar.gif"><br><font size="1">Calendar</font></center>
That worked but I'll go try the right way now, Thanks
"Geert Larsen" <gl@fritzhansen.com> wrote in message
news:a7moil$vam$1@news.codecharge.com...
> With a little help from CC I do following:
>
> Instead of URL-type I choose Label
> and check html property
>
> in the form's "before show event" I write:
> Fieldname = "<a href='www.xxx.com' style='text-decoration: none'>"&
> Fieldname & "</a>"
>
> This also enables me to remove the underlining as shown
>
> / geert
>
>
> "Kevin Angus" <kangus@acats.com> wrote in message
>news:a7mn2r$skc$1@news.codecharge.com...
> > I need to have a menu item point to another directory and html file and
> can
> > find nothing about external links in the help with CodeCharge.
> > Thanks
> >
> >
>
>
|
|
|
 |