Reginald Bailly
unread,Aug 30, 2022, 3:34:13 AM8/30/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Sign in to report message as abuse
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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