Inserisci nuova news
 

NUOVA IMMAGINE 1 :


Caricamento immagine in corso
attendere...
 

IMMAGINE 1 :

<% Dim objFSO1 'FileSystemObject variable Dim objFolder1 'Folder variable Path = "/public/dps/news" ' Create our FSO Set objFSO1 = Server.CreateObject("Scripting.FileSystemObject") ' Get a handle on our folder defined in Path variable Set objFolder1 = objFSO1.GetFolder(Server.MapPath(Path)) %> [ Cartella "news" ]

Titolo IMG 1 :

  [max 255 caratteri]

IMMAGINE 2 :

<% Dim objFSO 'FileSystemObject variable Dim objFolder 'Folder variable Path = "/public/dps/news" ' Create our FSO Set objFSO = Server.CreateObject("Scripting.FileSystemObject") ' Get a handle on our folder defined in Path variable Set objFolder = objFSO.GetFolder(Server.MapPath(Path)) %> [ Cartella "news" ]

Titolo IMG 2 :

  [max 255 caratteri]

IMMAGINE 3 :

<% Dim objFSO2 'FileSystemObject variable Dim objFolder2 'Folder variable Path = "/public/dps/news" ' Create our FSO Set objFSO2 = Server.CreateObject("Scripting.FileSystemObject") ' Get a handle on our folder defined in Path variable Set objFolder2 = objFSO2.GetFolder(Server.MapPath(Path)) %> [ Cartella "news" ]

Titolo IMG 3 :

  [max 255 caratteri]
   

Titolo News:

  [max 255 caratteri]

Data IN :

  [ formato data 01/01/2008 - 10/10/2008 ]
<% Dim strFormName Dim strTextAreaName strFormName = "frmAddMessage" strTextAreaName = "message" %>