"Searching for Multiple Words with Rating in an Access Database" http://www.asptoday.com/Content.aspx?id=310 Does anyone know how to get a copy of this...
Hi there According to the site, you have to be a *subscriber* to read that article, not just a regular registered user. In other words, you must pay to read...
I just can see it... I get the following error: Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument: 'Mid' /planet-99/untitled.asp, line...
Almost certainly either or both of LeftPointer or RightPointer are not what you expect them to be and are therefore generating invalid parameters in the Mid...
Yeah, I guess you're right... I've just come across this great sounding debugger for classic ASP: Team Remote ASP Debugger - has everything you can think of,...
Is it possible to download and unzip a file using either VBS or ASP? The file is available from a internet web server, and I'm trying to automate the ...
There is a program called ZIP (free I think) which I use when I want to control zipping from a batch file. I haven't yet found any incompatibilities between...
Thanks David, I'm familiar with freezip. I think I can automate that part. Any ideas on downloading a file from vbs? I think I've found something, but I...
Hello All: I am not sure if this can be done in a css Class, but thought I would ask. I have a bar on my webpage that is about 35 pixels high that spans the ...
Take a look at http://www.designdetector.com/2005/09/css-gradients-demo.php ... From: Mills, Andy R. (Regency) To: active-server-pages@yahoogroups.com Sent:...
Hello All: How exactly does the <asp:Menu > tag render HTML? When I simply do the following: <tr> <td class="menuBar" colspan="2"> <table border="0"...
Nevermind...... I had to remove the <TABLE> tag. Wouldn't have thought that would cause an issue, but apparently it does ;-) From: Mills, Andy R. (Regency) ...
In the code below, if I pass the whole string, the wrap routine fails. If I restrict the amount of data passed in with MID, to ~1000 characters, the wrap...
Not sure that we're talking about the same thing, so ... ... Do you mean transferring a file from the user's computer to the ASP server using the user's...
Thanks David, I did find a script to download a file. I'm getting a data file from a remote web server, so I needed something that would automate that task. ...
This list has gone VERY quiet... I think I have been a member for about 4-5 years, and just lately it has really died off... What's happening? Are we all...
I just tried again, using a zip file as the candidate file. It worked fine. Is this problem something to do with mime types? If so, could I have link call a...
Hi Mark, ... Yes. IIS 6, by default, forbids access to file types which are not recognized. You have two options: 1) add a type association for the file or 2)...
Thanks Shawn, I'm not sure I understand all that, as I have very rarely (if ever?) had to deal with content headers and the like... Looking at your code, it...
Hello All: I am re-writing my ASP.Net 1.1 application into ASP.Net 2.0. My website has a lot of photos that I display as thumbnails (133 x 100) and then when a...
Here is something that use, that maybe you can adapt. I have a page that lists files available for download. So I can easier keep statistics of downloaded...
Thanks, I'm doing exactly the same - store information about the file in a database, but the file itself is stored on the hard disk. I'll check out your code. ...
Hello All: I am using the asp:Menu control to build my navigation system for my site. I am using a sitemap file to build the menus, but have found that if I...
Hi all, I have recently found that I have to send information from a web form on a clients web site to their SBS exchange server. The web site is being hosted...
Okay then, perhaps I should kick off a conversation starter by asking people about shopping carts and which ones people use. I would like a fairly consistant...
Loved Parsec for the TI99-4a..hehe but I believe your question was answered earlier in the thread. =) ... -- "Monkeys aren't donkeys! Quit messing with my...
Hi Stuart, ... I like eCommerceTemplates: http://www.eCommerceTemplates.com/ I use their base code, but have added tons of features to the one I actually...
Hi Mark, ... Yep. ... Yes. ASP is required to process the entire payload of the file - which is fine as long as the files are reasonable sizes and load is...