8 messaggi dal 19 settembre 2001
Salve amici,

ho creato delle pagine per l'invio di cartoline virtuali.... tramite file
precompilati!
Ora ho il problema per cui non riesco a personalizzare la pagina che si crea
all'invio della cartolina!

Questo è il codice!
'Display the contents of the text file
objTextStream.WriteLine "<html><head><title>Hai ricevuto una Cartolina
Virtuale da MIMANCHITU!</title></head>"
objTextStream.WriteLine "<body bgcolor=#FFFFCC>"
objTextStream.WriteLine "<table border=1 align=center>"
objTextStream.WriteLine "<tr align=center><td><img src='images/" &
request.form("ImageId") & ".jpg' width='300' height='300'
border='0'></tr></td>"
objTextStream.WriteLine "<tr align='center'><td>" & request.form("mes") &
"</tr></td>"
objTextStream.WriteLine "<tr align='center'><td>Saluti:" &
request.form("name") & "</tr></td>"
objTextStream.WriteLine "</table></body>"


Ma io vorrei che la pagina comparisse in questo modo:

<html><head><title>Hai ricevuto una Cartolina Virtuale da
MIMANCHITU!</title></head>
<body bgcolor=#FFFFCC>
<div align="center">
<table width="814" border="1" height="43" bordercolor="#FFFFFF"
bgcolor="#FF9999">
<tr>
<td height="90" bgcolor="#FFCC99" width="810">
<div align="center"><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=5,0,0,0" width="400" height="100">
<param name=movie value="/banner.swf">
<param name=quality value=high>
<embed src="/banner.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400"
height="100">
</embed>
</object><img src="/image/banner4_01.gif" width="138"
height="100"><img src="/image/banner4_02.gif" width="117" height="100"><img
src="/image/banner4_03.gif" width="145" height="100"></div>
</td>
</tr>
</table>
<font face="Arial, Helvetica, sans-serif" color="#FF0000"><b><br>
MIMANCHITU CARD</b></font><br>
<table width="53%" border="1" bordercolor="#FF6600">
<tr>
<td background="/back/pat2001.gif">
<table border=0 align=center width="542">
<tr align=center>
<td width="303" rowspan="3"><img src='images/" &
request.form("ImageId") & ".jpg' width='300' height='300' border='0'>
<td width="229">
<div align="right"><img src="/image/francobollo.gif"
width="60" height="65">
</div>
</tr>
<tr align=center>
<td width="229" height="204"><font face="Arial, Helvetica,
sans-serif">"
& request.form("mes") & " <br>
<br>
<br>
<br>
<br>
<br>
</font>
</tr>
<tr align=center>
<td width="229"><font face="Arial, Helvetica,
sans-serif">Saluti:"
& request.form("name") & "</font>
</tr>
</table>
</td>
</tr>
</table>
<br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=5,0,0,0" width="103" height="24">
<param name=movie value="/button2.swf">
<param name=quality value=high><param name="BGCOLOR" value="#FFFFCC">
<embed src="/button2.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103"
height="24" bgcolor="#FFFFCC">
</embed>
</object> </div>
</body>


Come devo fare?

Ho provato ad inserire questo codice, ma il sertver mi restituisce errore!



Mad Effe

Mad Effe

Torna al forum | Feed RSS

ASPItalia.com non è responsabile per il contenuto dei messaggi presenti su questo servizio, non avendo nessun controllo sui messaggi postati nei propri forum, che rappresentano l'espressione del pensiero degli autori.