File Manager
Back to List
| Current Directory: ~/
Editing: aspPDF.asp.bak
Full path: C:\ict\ICT\aspPDF.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<%@ language = vbscript%> <!-- #include file="fpdf.asp" --> <!--#include file="inc_cache_control.asp"--> <!--#include file="inc_access_control.asp"--> <!--#include file="chk_login.asp"--> <% Set pdf = CreateJsObject("FPDF") pdf.CreatePDF() pdf.SetPath("fpdf/") pdf.SetFont "MS Sans Serif","",16 pdf.Open() pdf.AddPage() session("tb_name")="student" %> <!--#include file="chk_permission.asp"--> <% '***************************************************************** if session("tb_preview") <> 1 or session("id_lecturer1") = id_lecturer then '���Է��� �����㹰ҹ ��� ����Ңͧ�������ͧ pdf.Cell 40,10,"Hello Word!" pdf.cell 40,10, "<table><tr><td>��ª����Ե���ŧ����¹��������Ԩ����" End if pdf.Close() pdf.Output() %>