Perhaps check this out: How do I prompt a "Save As" dialog for an accepted mime type? http://www.aspfaq.com/show.asp?id=2161 J. Paul Schmidt, Freelance ASP Web Designer www.Bullschmidt.com ASP Designer Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
Bullschmidt
Posts
-
how to download .txt file -
Program "Download Button"You could just link to zip files or: How do I prompt a "Save As" dialog for an accepted mime type? http://www.aspfaq.com/show.asp?id=2161
-
Hiding client side scriptHere's an idea: PCbit http://www.pcbit.com Advanced HTML Optimizer Best regards, J. Paul Schmidt, Freelance ASP Web Developer http://www.Bullschmidt.com ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
-
Anyone else use their own blog system?And of course you could search for one at: HotScripts.com http://www.hotscripts.com Planet Source Code http://www.planet-source-code.com The ASP Resource Index http://www.aspin.com Best regards, J. Paul Schmidt, Freelance ASP Web Developer www.Bullschmidt.com ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
-
would any of you be interested in this?Nathan, Nice looking screen shot and idea. And just for fun you may want to check out this semi-related open source thing: GenericDB by Eli Robillard http://www.genericdb.com and then click on the Tips link to see an example Best regards, J. Paul Schmidt, Freelance ASP Web Developer www.Bullschmidt.com ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...
-
yer fave domain namers and hostersYes GoDaddy.com for domains is good. And for searching for Web hosts I like: http://www.hostsearch.com/s\_power\_n.asp Best regards, J. Paul Schmidt http://www.Bullschmidt.com - Freelance ASP Web Developer http://www.Bullschmidt.com/DevTip.asp - ASP Developer Tips
-
graphics libraries on the nethttp://www.pambytes.com http://www.gemsgallery.org/ http://www.ibiblio.org/gio/iconbrowser/ http://www.allfreeclipart.com/ Best regards, J. Paul Schmidt - Freelance ASP Web Developer http://www.Bullschmidt.com - Creating "dynamic" Web pages that read and write from databases...
-
ASP - ms access relationships querry?!?!It looks like it would be more natural to link the Employee table with the Department table on the DeptID field. Best regards, J. Paul Schmidt - Freelance ASP Web Developer http://www.Bullschmidt.com - Creating "dynamic" Web pages that read and write from databases...
-
Compile a String of Email Addresses?Perhaps try something like this: Within the recordset loop: strEmail = strEmail & objRS("MyEmailField") & ";" And after the loop: ' Get rid of the final ; If strEmail <> "" Then strEmail = Left(strEmail, Len(strEmail) - 1) End If Best regards, J. Paul Schmidt - Freelance ASP Web Developer http://www.Bullschmidt.com - To put live data on the Web...
-
Joining text strings in ASPFilename = namePrefix & ".txt" Best regards, J. Paul Schmidt - ASP Web Developer http://www.Bullschmidt.com - To put live data on the Web...