Why this doesn't work? =(
Pierre Sahores
psahores at easynet.fr
Sun Oct 5 14:14:00 EDT 2003
Le dim 05/10/2003 à 20:48, Júlio César Ködel a écrit :
> HTMLText property of a field =
>
> "<a href=" & quote & "file://c:\teste.htm" & quote &">Teste</a>"
>
> The link is shown, but it won't open nothing =(
>
> What I'm doing wrong???
>
> (Notice: this text has to be setted FROM CODE, not editing the
> contents of fields in IDE)
Try to see if it's not because you need to launch the ref file
dynamically trough your web server (IIS or Apache), something alike :
"<a href=" & quote & "http://localhost/teste.htm" & quote &">Teste</a>"
or :
"<a href=" & quote & "http://127.0.0.1/teste.htm" & quote &">Teste</a>"
where "teste.htm" will be stored in your default web directory.
Bests,
--
Bien cordialement, Pierre Sahores
100, rue de Paris
F - 77140 Nemours
GSM: +33 6 03 95 77 70
Pro: +33 1 41 60 52 68
Dom: +33 1 64 45 05 33
Fax: +33 1 64 45 05 33
Inspection académique de Seine-Saint-Denis
Applications et SGBD ACID SQL (WEB et PGI)
Penser et produire "delta de rentabilité"
More information about the use-livecode
mailing list