jbv a écrit :
>
> andu :
>
> > MetaCard can send any data using sockets but the html formatting with
> > images and all that must be done by other app.
> >
>
> You can also generate HTML pages "on the fly" through MC scripts and
> send those pages using sockets...
>
> JB
>
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.
Just like this :
on ptErreur
global Retour
put "<table border='0' cellpadding='0' cellspacing='5' width='100%'
bgcolor='#EEE8AA'><tr>" & \
"<td align='center'><font size='2'> <p> <p><B>" & \
"Le service d'impression n'est pas accessible à ce niveau
d'autorisation.</B>" & \
"<p><a href='' onclick='history.back(); return false;'>" & \
"<img src='/iassd/flecheg.gif'
border='0'></a><p> <p> </font></td></tr></table>" into Retour
end ptErreur
Regards, Pierre Sahores
WEB & VPN applications and databases servers
Inspection académique de la Seine-Saint-Denis
Qualifier et produire l'avantage compétitif
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.