Grazie mille per la segnalazione, già ho fatto dei danni.
Il codice corretto è :
Sto andando in fumo.....codice:<% Set pdf=CreateJsObject("FPDF") pdf.CreatePDF() pdf.SetPath("fpdf/") pdf.Open() pdf.SetFont "Times","",12 pdf.AddPage() pdf.SetFillColor 250,240,230 pdf.Cell 0,6,"Hello Word!",1,0,"c",1,"http://www.aspxnet.it" pdf.Close() pdf.Output() Set pdf = nothing %>

Rispondi quotando