How To Use ASP But Produce HTM Files, Not ASP Files?

I was wondering how some sites let you search by using a form, then present the results as static .htm files.

The reason I ask is that I tend to use ASP to process form information, then give the user a list of results presented on an .asp page. The list is simply drawn from a database in real-time and formatted into a template page.

The problem with this is that search engines can't see any of the information in the database, since they can't do the form submission. Is there a way around this?

View Replies


ADVERTISEMENT

Displaying Image From Database Saves Files To Temporary Internet Files

I have a website that we display images we have saved into a SQL Server 2000 database as binary BLOB. This is on a Windows 2003 Server. Just recently (a week ago) this website began to save the images it is displaying on the website as ASP pages in the Temporary Internet Files > IE.Content > Folder.

We have other websites where we use the exact same code and these do not save files on the server when they are displayed.

Here is the code to display the image:
Set rs = objConn.Execute( SQL )
Response.ContentType = "application/octet-stream"
Response.BinaryWrite rs("Product_Image")

SQL is the SQL String to get the image from database

When I add this code:

Response.ContentType = "image/jpeg"

The images still display on the website, but now are saved in the Temporary Internet Files folder as JPG's.

View Replies View Related

Can Php Files Execute Inside Asp Files?

Can a php file be executed inside an asp file? I need to execute a php file in another asp file but i'm not so sure it's possible.
My server can run both asp and php and they run without any problems... I just need to find a way to include the execution results of the php file in the asp one.
Is it possible to use SSI and include the executed php file and then the executed asp file in a main ssi file?

View Replies View Related

Convert ASP Files To Executable Files

I have installed PWS in windows 98 in each of the system at various places and put my Sales program files in the WWWROOT directory in all the branches. I'm afraid that the users may tamper my ASP files. Is there any way of converting .ASP files to .exe files so that the dont see my program.

View Replies View Related

Produce PDF From ASP

1 -- We are building a website where people fill out online forms in order to create legal documents.

2 -- The forms are submitted to the server.

3 -- At the server, the information entered into the forms, such as the person's name, etc, is inserted into the legal document templates. The completed documents are then checked by an administrator.

4 -- After the documents are checked, the adminstrator submits the completed documents back to the front end of the website where the customer prints it out.

5 -- However, we want to send the final document as a PDF.

So the question is, can someone suggest the best way to convert our completed documents to PDF? My programmer and I realize we'll probably have to install some program to do this onto the server. We're just not sure what will work best. Also, we are using MS SQL. All suggestions welcome.

View Replies View Related

Use Value In Query String To Produce Multiple Record Sets

I have taken over a website that was done in Frontpage and I am trying to move away from it. I am having problems with page 1 where I have a link that passes a single value to page 2 in the query string.

On page 2 I want to use that value in the query string to produce mulitple record sets. This actually works when using the fpblib.inc. Is there a way of doing this without having to use Frontpage coding.

View Replies View Related

.exp And .lib Files

When DLLs are compiled in VB, in addition to the dll, there are also
exp and .lib files created. Can somebody tell me what these are for?
Do I need to include them when I deploy my application?

View Replies View Related

PHP Files

I want to include just the result of a PHP file within an ASP file. <--#include won't work, it just imports the text.Is there an alternate way to do this?

View Replies View Related

IIS Log Files

Checking our IIS log files we often get the chinese bots probing our sites. My only concern at the moment is that when an item is called by ID (i.e. select category from table where categoryid = id) and the id is called from either a querystring or a form request, I use CLng (i.e. CLng(request.querystring("id")) to convert the id to a long int to prevent the bots injecting the variable with any non-numeric characters.

View Replies View Related

Ftp Files

how can i do a ftp function to upload and downlaod file to the server without using a 3rd party component?

View Replies View Related

Zip Files

can somebody advise me, how to put a few text files into zip archive on IIS5
on user request on some asp page?

View Replies View Related

ASP Files

IYHO, if I have say 10 different product categories that extract their data
from say 10 text files or an Access DB, is it more efficient to have an ASP
for each product category to query each section or 1 which parses the lot??
The only reason I am asking is for multiple user access I have this strange
belief that if 1 page is getting requested and queried by 10 simultaneous
visitors then 'spreading the load' on different pages would help.
Is my logic correct or do the ISP fairies have this in hand??

View Replies View Related

Pdf Files In ASP

when the user submit a form, all the form data's will be saved
as a pdf file
is it possible?
yes means. by what way we can get this..?
For doing this we have to use any third party tools..?

View Replies View Related

Files

I would like to capture the data from a textarea box and save it to a file.

View Replies View Related

.Inc V/s .Asp Files

i want to know what is the difference between using a .asp include file and .inc include file.I know how an Asp Include file works , but some place i have seen .Inc as Include file. What is the difference?

View Replies View Related

Zip Files And ASP

Does anyone know of a COM object, or if it is possible to display content in the browser of a file in a zip file.

In other words, I have a zip file with like 100 images. I have a script that will knows which zip to look at and what the file name is inside the zip. What I want is to display in my browser the image that is in the zip file .Not sure if this is possible or not, I've been searching the web for a way to do this. Any help would be great.

View Replies View Related

Zip Files

I wanted to know whether we can zip files on the fly without using any
components.

View Replies View Related

Files On Iis 6

i have just installed windows server 2003 standard edition

but when i try to run any asp files it gives this error :
The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.also i couldn't log in my hotmail account

si i searched the help files i found some issue about the security level so i changed the security level and i could log in my hotmail account

View Replies View Related

.DBF Files

how to use ASP for working .DBF files ?

View Replies View Related

Zip Files Up

I'm looking into ways of creating zip files on my server without components to install. It's so I can let users of my site select files they would like to download and zip them up on the fly and download.

View Replies View Related

.mdb Files

I just upgraded to Office 2003 and none of my .mdb files open! Double-clicking an mdb file opens Access, but the database never opens. No error messages. No hourglass This happens to any mdb file I try to open.

Does anyone know what could this be caused by?

View Replies View Related

REG Files

One site I've written allows the user to install an IE extension menu (notmalware at all) by downloading/merging a short .REG file. Worked like a peach on Win2K Server, now that I upgraded to Server 2003, it returns a 404 file not found error.I'm positive the file is there/spelled right.I changed it to .txt and it displays the text in the user's browser.

So there's little question that this is some "security" addition,to help keep us safe from the functionality we're used to. I could see browser-end warnings/protection, as long as it can be adjusted for trusted zones, but server-side content filters that block serving certain extensions? WTF?

So, after the obligatory scan of msdn, I looked for mappings to 404.dll,mime types and other seemingly quasi-relevant configs...found nothing that referenced .REG.Does anyone know how to disable this "protection"?Are there any other dastardly extensions it will "save" me from?

View Replies View Related

.UDL Files

what .UDL files are and how they're supposed to be used.

View Replies View Related

Files With Asp

I need to read from a html file. I know you can read from a text file with OpenTextFile But is there one for html? or if i do OpenTextFile, will it go and return it anyways? I have to go, that's why I don't try it myself(and I'm scared of what could happen to the other site .

View Replies View Related

Run VBS Files With ASP

Anyone think of a better way to run a VBS file from in ASP than this example? (Goal is to run VBS files that use 'wscript.echo' without having to re-write to use 'response.write'.) Code:

View Replies View Related

Have Log Files

I got some log files off my host that I need to analyse... Anyone know of any way to do this? Any premade scripts? I checked all the ASP sites and most analysis software has it's own log files, I just want to use standard ones.

View Replies View Related

.inc Files

I have a file menu.inc which holds the links for the pages of .htm files with mouseovers. But when you are on the selected page eg projects.htm, I want the link to change images and go dead (ie not clickable). Is this possible?

View Replies View Related

Exe Files In Asp

I have a asp script with a Response.Redirect at the end of it:

Code:

<% Response.Redirect("http://websitename.com/download.asp?casino=softwarename.exe") %>

it works fine - but in XP, probably because of security settings, the page pops up and closes and the download does not start. Anyone have any ideas of a way around this?

View Replies View Related

Securing Files

How do I go about securing download files on my site so users can download those files only by clicking a link and not by typing the files address in the address bar. Is this even possible?...

View Replies View Related

Convert Asp To DLL.files

i did a application here it works off line and for online also
when i sold it for offline there is a problem with ASP code

any idea for changing asp files to dll file

View Replies View Related

Temporary Txt,csv Files?

I've got a web-based "database admin console" that uses ADOX, etc. to query a database and return the tables, columns, etc to a form that I can then use to build SQL statements to run against that database. It's very "generic" - i.e., everything is dymanically created but pretty handy to have

If you send it a "SELECT" statement, it can print out a table on the screen showing your recordset. No big deal. What I'd also like to include is some way for users to get that output in a comma- or tab-delimited text file that they can use however they like. There are two ways I know of to accomplish thi

1) Create a big string as I step through the recordset - (strOutput = strOutput & "'" & objRS(I) & "," .....) and then slap strOutput into a <textarea>. This is probably not desirable because the user would have to copy all the content in that <textarea> and manually paste it into Notepad or whatever

2) Use the FSO. However, my limited experience with the FSO leads me to believe that I'd have to SAVE the resultant file before I can send it to users. I don't want to do that.

Does anyone have any suggestions about how else I can accomplish this? Or, if FSO is the way to go (which I suspect it is), bear in mind that my only exposure to FSO is in the context of .vbs files....are there any special tricks you need to use for ASP

View Replies View Related

Zipping Files Via Asp?

Is there a native 'zipping' or compression compoonent in windows accessable
via ASP? Or do you have to buy a compoonent?

View Replies View Related

Export Files

I wrote a program which exports data to excel. The problem is when the records are more it takes very very loong time and finaly end with an error like the below

-------------------
Error Report: Active Server PagesActive Server Pages (0x80004005)
(0x80004005)
---------------------

when i made a search on internet i found that there is some limit to the excel file. like some 68 thousand records.

Is there a way that i can write to second sheet or
any one know other solution for this???

View Replies View Related







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