How can I turn the HTML tags off so they do not display

37 views
Skip to first unread message

Reginald Bailly

unread,
Aug 30, 2022, 3:34:13 AM8/30/22
to multisoft FlagShip
How can I turn the HTML tags off so they do not display


#ifndef LF_CHAR
# define LF_CHAR chr(10)
#endif
#ifndef BRK
# define BRK "<BR>"
#endif

#ifndef LP
# define LP "<P>"
#endif

local ii as int

xfile     := "WhatsApp Ptt 2022-08-19 at 8.01.42 AM.ogg"
xfile     := CURDIR()+"\*.ogg"

xp         := AT("2022",xFile)
xYear        := substr(xFile,xp,4)
xMois     := substr(xFile,xp+5,2)
xDay        := substr(xFile,xp+8,2)
xDate     := substr(xFile,xp,10)


cWebHeaderTitle := "Welcome and Enjoy !"   // title
    WebHtmlBegin()                                        // create HTML prefix

   
    ? LP
    ??  xfile,' ...... ', xdate,BRK
       
    ? "<video width='320' height='240' controls>"          
          ? "<source src='WhatsApp Ptt 2022-08-19 at 8.01.42 AM.ogg' type='video/ogg'>"        
        ? "</video>"
       "<P>"
 
WebHtmlEnd()  

WAIT

Bert Culpepper

unread,
Sep 9, 2022, 3:20:16 AM9/9/22
to multisoft FlagShip
I'm new here, using flagship to compile on old dBase program for use on Windows 10. I do see that you are not use the "LP" define near the top at the 3rd to last line, but have the html syntax in that line.  Post the output of the above, and you may get a better answer.
Reply all
Reply to author
Forward
0 new messages