Hard-coded RSS Reader
I have a client that has asked if I can provide his users with a downloadable rss reader that is hard-coded to his XML feed only.I'm thinking the download should be a java applet.
View RepliesI have a client that has asked if I can provide his users with a downloadable rss reader that is hard-coded to his XML feed only.I'm thinking the download should be a java applet.
View RepliesI really dont want the user to see an "Either BOF or
EOF" error message, or infact to know that there has been an error, instead
i want to redirect them to the homepage,.. which brings about my question,...
Is the Error number for either BOF or EOF errors always 800a0bcd???
my plan is to do a responce.redirect if it exists
this is probably off-topic but, I was wondering what the best approach to coding recordsets.
I started working for new a webhoster, and i've been learning asp for the last 6 months.
My boss keeps pushing me to use Dreamweaver's built-in recordset handeling.
I feel that dreamweaver produces less-maintainable spagetti-code.
Comming from php i use a class for database stuff, i've ported my class over to asp witch works like a charm.
I'm just new for RSS Feed based on XML files so I'd like to know if somebody knows about a good ASP class or functions to read and display these files.
View Replies View RelatedCan anyone recommend a good,reliable server-side RSS reader that is VBScript based?
View Replies View RelatedI'm just new for RSS Feed based on XML files so I'd like to know if somebody knows about a good ASP class to read and display these files.
View Replies View RelatedHow can I get my reader (outlook express) to purge out the threads that are "Message is no longer available on the server" Is there a way?
View Replies View RelatedHow can i save an image that i have on display on a ASP page, to my hard drive?
I'd like to be able to save it to let's say "C:My Documents" or something like that...
Does anyone know of any ASP-based newsgroup reader (probably based upon
ASPNNTP)? I'm looking for a full-featured reader that I can host, similar to
Google Groups.
I'm having some problems with the Reponse.BinaryWrite, IE 6.0 and Adobe Reader 6.0. When I try to write a pdf-file to an IE browser with a Adobe Reader 6.0 installed then it just displays a blank page and the earth on the top rigth corner keeps turning like it haven't read the pdf-file (for 10+ minutes on a lan).
If I change the settings on the Adobe Reader 6.0 to not open in a browser, then it works fine. If I use Mozilla 1.4 then it opens fine as well.It works fine as well with Adobe Reader 5.1. The code looks like this:
[Some code that places the pdf-file in a byte array called vntStream]
Response.Clear
Response.ContentType = "Application/pdf"
Response.BinaryWrite = vntStream
Response.end
I have tried to place a Response.Flush after the BinaryWrite, but it just makes the Adobe plug-in say something like "document corupted".
I am using a file type input box in an HTML form. When a file is selected, the local pathname results. Is there a way to run this form online, and access a file on the visitor's PC from the web? What pathname needs to be used?
View Replies View Relatedhow to work with ASP apart from tweeking some codes through Macromedia at times.The application has 1 form and 2 reports.
The report is viewed directly at the site and now I want a feature to export the report to excel by adding a button on the report so that it asks me to save it onto my harddisk in Excel.Can anyone help me with the code or concept?
I'm looking for code regarding opening (not saving) binary files (pdf, word, excel...) from hard disk with asp, the website is hosted in C: and the pdf files are in D:
View Replies View Relatedmy current setting is user will click a link in the web page and choose the place that they want to save the file to.
Now i am trying to auto download the file. that means user click the link, it straight away download to for eg. "D:Test". my problem is the web page is at server. user will access the web page thru http, but how am i going to auto download to the user's local drive?
anyone knows how to do this using ASP? any coding needed?
View Replies View RelatedAll I want is a number formated as:
1234567,89 - plain numbers and a comma as decimal marker.
formatnumber returns the number in american style, which is of no use.
The format command does not exist.And the help for ASP really sucks, when compared to php.org. Is there such a place for asp?