Nop. I don't want to open a http: file, I want to open a local file (a HTML file saved in my AppFolder).
----- Original Message ----- From: "Pierre Sahores" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 05, 2003 4:02 PM Subject: Re: Why this doesn't work? =( > 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é" > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > > Esta mensagem foi verificada pelo E-mail Protegido Terra. > Scan engine: VirusScan / Atualizado em 01/10/2003 / Verso: 1.4.0 > Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/ > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
