Little ASP help needed

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Little ASP help needed

Post by maxxis »

I haven't touched ASP in years and I need a very simple script setup.

The ASP file needs to read the directory contents of a specific directory related to the root of a website and display the results as

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<slideshow>

    <slide>
        <url>images/image1.jpg</url>
    </slide>

    <slide>
        <url>images/image2.jpg</url>
    </slide>

    <slide>
        <url>images/image3.jpg</url>
    </slide>
</slideshow>
Can somebody help me with this. Its dead easy in PHP but my ASP is super rusty.
Hex_Rated
Registered User
Posts: 3679
Joined: 19 Jan 2006, 02:00
Contact:

Re: Little ASP help needed

Post by Hex_Rated »

In ASP or ASP.NET?
DFI LanParty X48 LT-2TR
Intel Q9450 @ 3.2Ghz
Dell 24" 2408WFP | Phillips 37" 1080p
Sapphire HD4870 X2 2GB
4GB Corsair DDR-2 1066 | Thermalrite 120 Ultra Extreme | G9 Mouse | G15 Keyboard
Vista Ultimate x64
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Re: Little ASP help needed

Post by maxxis »

Normal ASP
Hex_Rated
Registered User
Posts: 3679
Joined: 19 Jan 2006, 02:00
Contact:

Re: Little ASP help needed

Post by Hex_Rated »

Sorry man, can't really help you there.
DFI LanParty X48 LT-2TR
Intel Q9450 @ 3.2Ghz
Dell 24" 2408WFP | Phillips 37" 1080p
Sapphire HD4870 X2 2GB
4GB Corsair DDR-2 1066 | Thermalrite 120 Ultra Extreme | G9 Mouse | G15 Keyboard
Vista Ultimate x64
Post Reply