Display Ftp-content On An Asp-site

i need your help. how can i display ftp-content (files which lies on a ftp-server) on an asp-site? do there anybody have an idea, how can i solve this? at the moment we list the files per webfolder in our web. i use for handling the filesystemobject.

my environment:
1x ftp-server (win2003-standard edition; IIS 6.0)
1x web-server (win2003-standard edition; IIS 6.0) ...

View Replies


ADVERTISEMENT

Another Web Site Content

I want to get the content of a web site from mine and show it, in this process I want to get anonymously so that whenever I goto my page and type the name of a site, my browser show that without my ISP notified.

That's lots of pages blocked in my country, so that's why I think maybe I can do it with ASP?

View Replies View Related

Read Content From Another Site

there are few sites i have seen which give their registered users option to use their address book from yahoo or hotmail etc.i am wondering how they do that? how this can be done .

View Replies View Related

Display Content In *.doc

i upload a document in my server and i want to dispaly the content of document along with the pictures in the HTML format using asp.

View Replies View Related

Display Csv File Content On Page

I have a csv file that has 2 columns..."Name" and "Team" I would like to be able to have 2 dropdown menus on a webpage showing both of these and a method (a post I guess) to change which team they are a member off...For example Joe is in Team 1 but moves to Team 2, from this page the user can change Joe to Team 2..

I would also like to be able to add new members and remove existing ones.

View Replies View Related

How Do I Truncate A Fileds Content For Html Display?

I would like to change it so that it displays only the first 40 (or so) characters from the record being pulled from the MySQL DB producing a result more like this:

Is there a way to change the SELECT call to MySQL so that it retrieves only the first 'x' characters found in the record? Code:

View Replies View Related

HTTP 500 Internal Error When I Try To Display Asp-pages But Static Content Is Ok

When I use IIS 6.0 to display static content everything works according to plans. Now I have created an asp page even though there is no dynamic content at the moment. The web page's name just ends in "asp" and has the Code:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>

at the first line of the code.

When I try to link to this asp-page I get an error code saying "Http 500 Internal Server Error". I then disabled the "friendly http errors" and got this information.

"Asp error Asp 0203"
"Invalid code page"
"The specified code page attribute is invalid"

I should also add that I have enabled/allowed asp as extension in IIS manager.

Anyone who knows what I can try to get IIS working with dynamic content too?

View Replies View Related

Site Map: Display Categories On Next Page

I'm trying to create a site map that will display links to all pages including links to bring the visitor to different categories. See below:

Home:

About us:

Products:
-Category 1:
-Category 2:
-Category 3:
-Category 4:

Contact us:

When the visitor clicks on 'Category 3' they should be sent to a page that displays all the products in Category 3. Code:

View Replies View Related

To Display Site In 1st Page Of Google

i want to make my site to be displayed in the first page of google.can it possible?

View Replies View Related

How To Display Images Which Are Stored Above Site Root?

I have the standard folder structure on my web server (sya that the server is estserver):

My site is in c:Inetpubwwwrootmysite

I have also introduced the folders:

c:Inetpubimagerootcompany1
c:Inetpubimagerootcompany2
c:Inetpubimagerootcompany3

The idea is security (the companyN folders store images belonging to the companies 1,2,3 - and never the twain shall meet - this does not matter so much). The images are stored above MySite (in the imageroot folder) so that no-one can see them - if they sat in mysiteimages, for example, anyone can see them. And to further thre security, /imageroot does not have a URL

What I need is someway that I can display an image in imageroot on a page in MySite, eg /mysite/gallery.

I need to use an absolute path from my page in mysite to the required image

so in HTML that would be

<IMG SRC=" estserverinetpubimagerootcompany1picture.gi f">

however, that don't work. So how do you do it?

View Replies View Related

Using ASP To Replace Content But Not Tag Content In HTML Pages

Using ASP I'd like to modify a string that contains HTML. I need to modify the content (the bit that the users see) but not the stuff in the tags. For example, if I had the following string Code:

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

Content

I have started doing SEO for a website and I'm trying to get a feel for how the website is set up.I dont know which file stores the content....
In the asp file page there is a string of code that reads:

<%Call writeContent(2,1)%>

I believe it is what is telling the server to find the article, but I dont know where it is.Does anyone know what else to look for?

View Replies View Related

Dynamic Content In ASP

I am having to make sites accessible where images are dynamically generated.

'Display the graphical hit count

Response.Write("<img src=""counter_images/")
Response.Write(Mid(lngVisitorNumber, intWriteDigitLoopCount, 1) & ".gif""")
Response.Write("alt=""" & Mid(lngVisitorNumber, intWriteDigitLoopCount, 1) & """>")
How do I include the width and height attributes in this code?

View Replies View Related

Active Content?

What is "active content"? My ASP page just returns HTML....

I have a page with an .htm extension that has a form whose action
is an ASP page which generates a report after updating a database
with the form data.

Under Windowx XP SP2 the IE6 "Information Bar" has the message:

"To help protect your security, Internet Explorer has restricted this
file from showing active content that could access your computer."

View Replies View Related

Print Content

I would like to have a PRINT button on my page, that redirects to another page which is more printer friendly.
I am pulling the content of a database (msAccess) into the initial page, and want that content to carry accross..

Here is an example of the page http://www.australie-voyages.com/en...-tours.asp?id=8

View Replies View Related

Delete Content

can someone help me. I'm writing an onlineshop in asp and for the shopping cart
i use an array. If someone wants to delete some articles from the cart, i have to
delete them from the array. How i delete only one article (on line) from the array.

View Replies View Related

How To Get Content Of A File ?

i am building some web page with template engine and i run on one problem: i want to import a content of some file and then use it in asp script so the solutions are this:

1: Create file system object and use ReadAll to read the content but there is a problem because it dosent render the importet file i get just the asp code

2: Create XML object and load the file into the xml but here is another problem this proccess takes quite a lot of time so it will be very slow for the web site especially that i want to import more the one file...

3: Create file system object and user ReadAll to read the content and then use eval(reasponseString) to execute this code... but i dont belive to much in this solution i dont know why but it seems to me it's not right.....

View Replies View Related

Rotating Content

If you needed to have a side bar, that had room for 2 or 3 graphical ads, and you had say 8 ads to pick from, and you wanted each page to just randomly load ads but never put the same 2 or3 ads on the same page...

View Replies View Related

Content Negotiation

I've been looking at content negotiation for serving up pages as xhtml/xml or text/html based on the user's browser and using PHP you use this:
PHP Code:

function fix_code($buffer) {
   return (str_replace(" />", ">", $buffer));
}

ob_start("fix_code");


to remove all the / end of tags in your text/html code. Is there an ASP equivalent to this?

View Replies View Related

Pull Content

I'm writing a site scraper (bot, etc.) that needs to log into a site (i have the username and password), then redirect to a particular page and then pull that content into a variable so I can manipulate it.
I'm using ASPHttp to try to pull this off. However, I CANNOT get by the login. According to ASPHttp this should be possible, but I cannot make it happen. I would not imagine this would be too hard to do. Perhaps ASPHttp is not the right tool.

View Replies View Related

Displaying Content From DB

After a user selects the 'answer' hyperlink, the answer will be pulled from the database and displayed.
Then i would like another link once selected to remove the displayed answer from the screen. It is important that the answer is not permanently deleted from the database.
I would like to do this for a series of questions.How can i do this?

View Replies View Related

Import RTF Content

how to import the rtf format content to word file.

View Replies View Related

Static Content

I'm using the Server.Execute method to include a static page inside a
dynamic database call. This static page is not a valid HTML page (i.e.
lacking <body>,<head>, etc. elements), but I'm pulling it into the dynamic
page just to give the content an upgrade in presentation, including images.
The problem is that there is no way to have relative URLs in the content
page, so all the image src's are wrong. Is there a better way to include
static content like this, or a way to alter the contents on the static page
prior to running Server.Execute (I could parse the file via the
FileSystemObject, but I'm hoping not to do that)?

View Replies View Related

Content Type

I am currently taking a lot of web form information and compiling it into a word document for users to download; however, I want to be able to embed any attachments
that they have inside the word document. The attachments are coming from a database and the office suite does not reside on
the server. Does anyone know if it is possible to create a word document with embedded attachments for download.

View Replies View Related

About Viewing Content..

I want my Default.asp page to view different content in a <TD> according the request.
I've been understand that the best method to do it is by using the method GET, Example:

..MyHost../default.asp?page=news

And I have no idea how to write the code:

View Replies View Related

ASP Content Type

On the website i'm working on, i'm using a database filled
with pdf files. Users can download these files from the website.
When you click the link of a file, you see a popup screen that asks you
wether you want to download the file or open it. My problem is that it
is empty behind the content type. The download works fine, and i have
the content type stored in my database. What do i do wrong here??

If Not rs.EOF Then
Response.AddHeader "content-disposition", "attachment; filename=""" & titleDownload & """"
Response.ContentType = rs("Content Type")
Response.BinaryWrite rs("File Data")

End If

View Replies View Related

Content Management

can anybody provide good links of content management services in asp.....
If I want to develop CMS for a website then how should I go for it???

View Replies View Related

Folder Content

I am looking to pull the contents of a folder and display them. I have been able to do this from the code below but only from a local folder. I would love to be able to get the contents from a web folder. Code:

View Replies View Related

Content Not Refreshing

My pages are not refreshing content. Sometimes they refresh after a minute or two.

I've set response.expires=0
response.expires absolute=now()
and I have response.expires = immediately in iis6

What else can i do? I also have the dot net framework installed and all service packs installed windows 2003

View Replies View Related

Expandable Content

I am looking for some good code that will allow me to have expandable/calapsible content, and will provide paging for a site i am developing.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved