Directly Download Program
When somebody downloads my Setup Program from my Web-Site they are taken to a blank page first so that I can use this to record the download hits, then the download window comes up.
How can it be done so that when somebody clicks on the download link, the download window comes up, but by this stage I have recorded this as a download hit,without having to display a blank page on the browser first?
View Replies
ADVERTISEMENT
I have the page "content.asp" and it is called from the "menu.asp" page.
Two page are on diffenent servers and on different Databases.
Users who request the content.asp page are authenticated when they enter the
"menu.asp" page.
So, if another authentication is required when users enter "conent.asp", it
is redundent, I think.
Finally, I want to reject users requests for content.asp if the page
"contnet.asp" is requested directly from URL.
Are there ways if the page content.asp is called from URL or the <a> tag in
the menu.asp?
View Replies
View Related
I'm keen to learn how to do some simple asp script so that I can access my customer database over the internet from various locations.
I want to know how to write the appropriate script into an html form (I use MS Frontpage as an editor) so that when I log in to my site I will be able to see and edit this database directly on the net without having to download the file for editing, then upload it again until next time.I understand that I will have to save my database as a MS Access file (*.mdb) because this format will work better with asp commands.
If you know of an online Dummies Guide to ASP please let me have the link so I can learn some of the basics without having to bore you with working through all that.
View Replies
View Related
In order to test some pages of mine, is possible to directly hard-code a request passing some parameters in a post method to an asp page?
View Replies
View Related
we have web users that have requested the web application access an existing
excel spreadsheet directly.
Users have an excle spreadsheet with complex functions, macros, formatting
etc. They have data in the database that is accessed via a web applciation.
They would like to use the web app to get the data they want on screen and
then click a button to get that data and put it into specifc cells in the
spreadsheet. is this possible?
View Replies
View Related
I need to provide a way to download a software and its corresponding
manual from a web page.
So far I have done the sign in page where people give their data. I
will then give access to a page with a link allowing to download the
required file(s).
My worry is how to avoid that somebody grabs the URL of the file and
send it to another for downloading directly from the server. What can
I do to avoid this ?
View Replies
View Related
Theres a script that bypasses ODBC and connects directly to .mdb database for asp scripts , is anyone familiar with this? I dont even know if its a .asp script.
View Replies
View Related
I'm looking for an activex com that will be given an existing url and turn it into pdf binary stream (no files on the server) either that or turn into a tiff image.
I would like something that has a small footprint meaning no impersonation, no visual screens, just pure sdk ...
View Replies
View Related
I currently have my database set up so that when a user uploads a file, it writes it in binary in the database. I know the benefits of having a separate file server and storing the path, but unfortunately, I can not do it that way.
I know how to include the file in, lets say, a hyperlink so that any user can click on the file to view it. But, I would like to know how to include the file (mainly pictures) directly into the page as an <img src> Any suggestions?
P.S.
Once the information is in the database, these are the commands I use to output the file to a hyperlink. The file that this code is in is "file.asp?Id=" Where the Id is taken from the URL and used to obtain the correct file. I left out all the connection/cmd strings intentionally just show I could show the relevant information:
Response.AddHeader "Content-Disposition", "filename=" & _
rs("FileName")
Response.ContentType = rs("ContentType")
Response.BinaryWrite RS("FileData")
View Replies
View Related
Does anyone know how to save an export excel file to the server automatically without any prompting and opening of the excel file?
Because I'm doing archiving, I need to let the user click on the archive button and the exported excel file will be saved directly to the server without opening the file.
View Replies
View Related
I have registered a domain, if i want to check my mail i had provision to go to there web server mail page from there i could login and see my emails,
i have a created home page in ASP there i had login page with username and password,
if i enter the username and password it should straight away take me to the email folder(accessing from my home page rather than going to the their web server login page)....
View Replies
View Related
how to print the content of a multiline textbox without taking the content to some other "printer friendly" page. I just wanna send whatevers in the textbox directly to the printer.
View Replies
View Related
I am trying to run a program with a command line switch from vbscript.This is the code im trying:Code:
ReturnCode = WshShell.Run("C:Program FilesNorton AntiVirusNAVW32.exe c:", 1, True)
I guess Im just after the formatting like where to put the quotes.
View Replies
View Related
I talked to my instructor and he was not sure but lets say I have URL - I know about Request.QueryString("name") for have URL and you get bob as the info past - but what if it is only ?andthename and do not use name=bob like in have URL and what I want is name = Request.QueryString("first entry") that is bob. That is all you get - how does that work - I have seen it before on pages but not sure they are asp - I think php can do it and I know it can be done with cgi.
View Replies
View Related
I have page for user to update his/her details. What i want is after idle for more than 20 mins, the page will redirect to login page automatically. So that the user knows that his/her session already expired and need to login again.
But it doesn't working. This is because if he/she update the details (after idle more than 20 mins), and click the Submit button, it will go to login page and all the data will be lost. Code:
View Replies
View Related
Currently I'm developing upload program using vbscripts. I want to log all the upload actvity to the DB.
So I insert form and other input field in the upload form. My problem is, my upload program cannot accept Request.Form tag. But the upload activity success but I still cannot achive my target to log the upload activity in DB. Any solution to avoid this happened? Is there any input tag other than request.form? Pls guys really need your help in this.
Here the error code :
Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.
View Replies
View Related
if its using access for db its even better.recommend a free one.
View Replies
View Related
I would like a free Live Support script for my site...writtent in ASP. I found some, but they refresh the page to update the contents...I would like it to use a better, more-efficient way. Some features that would be nice, but not needed would be visitor monitoring and operator initiated chats, and the ability to push the user to pages. If there is any such script...could someone please tell me where I can find it?
View Replies
View Related
I am looking for an "Accounting Program" (even perhaps a CashBook) written in asp. There is gnuCash written in PHP -is there any equivalent in ASP ? I have searched most of the opensource webs, and cant see anything along these lines - does one exist
View Replies
View Related
I have a vb program which initiates a powerpoint when run (with a click of a button). i made a dll for that program by opening the .vbproj in a textdoc and changing some values. I was wondering can we call this dll from an asp program so that the power point gets initiated from asp.
View Replies
View Related
With .asp,how do I call another program?I would like to have my .asp script make a call to a PERL script, wait for the PERL script to finish, and then continue with what is/isn't returned from PERL.
I know in PERL this is simply done: system(theASPprog.asp). No fork is created, so the PERL prog waits for the .asp to finish.How do I do this with ASP?
View Replies
View Related
simple, easy to implement Classified Ads program I could add to my Web? I can use Access pretty well but don't know much about ASP yet.
View Replies
View Related
how to run a program on our webserver after a file has been uploaded? This is all server based. We have a requirement that an end user uploads a file to our web server. after the file has been uploaded the next line of code needs to call a program installed on the webserver that runs a remote command on our AS/400.
View Replies
View Related
I need an end task program in VB6.0 (the source code). I have searched planet-source-code.com inside out and can't find just 1 regular end task program that works on my system. Is it because I am running on XP and they only work on ME and younger systems?
Anyways I need an XP, source, compatible version of the software. I am writing an interesting program, which once complete will tell you what its for (dont worry this one is totally legal ). It should list and then allow users to click END/close. I think its done through an API.
View Replies
View Related
I was wondering if its possible to call a program thru' asp pages. If yes, then how? For eg. I want to call abc.exe how can I do so? What if abc.exe is standalone program?
View Replies
View Related
I have tried two so far, ASP Runner and Iron Speed. Iron Speed has so many more features than ASP Runner, however, seems setup for use with SQL. I am simply using Access Databases, and not SQL. Does anyone have any recommendations on ASP Code Generating programs like ASP Runner, that do not require you to be using SQL Server and has more features?
View Replies
View Related
I need to run a program on the Web Server from an ASP page. The program requires two arguments. What is the solution for this. I am not very experienced with this.
View Replies
View Related
I am learning ASP/VBScript using PWS under Win98SE. To send an email I need CDO object. In a book I am reading (very old one) it says that there are no CDO objects for PWS. Is there a Microsoft solution to sent an email in PWS?
View Replies
View Related
The XML file I am reading in my ASP program doesn't appear to have carriage returns. For example:
The XML file looks like this:
-<animal>
<name>Dog</name>
</animal>
but when I read it it looks like this:
<animal><name>Dog</name></animal>
I am opening the file with OpenTextFile.
I am trying to parse the file in my code so I really want it to look like this:
-<animal>
<name>Dog</name>
</animal>
Can anyone offer suggestions.
View Replies
View Related
I've taken on a website, which seems to use an '.adb' as it's database source. It connects to this using the microsoft Access driver, as it would an Access database.
I've Googled, and can't seem to find out how to open the .adb file and edit it.
View Replies
View Related
My web application with to have a chat room or instant messaging features.
But doing that is not worth as there are a lot of instant messaging software
out there such as MSN Messenger, Yahoo Messenger and ICQ.
So I plan to make a link in the page, so that when click on the link, the
appropriate messenger software will be executed.
Eg: click on the link "MSN", then it will call out the MSN Messenger
program.
View Replies
View Related
I got the following code from various ASP help sites:
dim filesys, filetxt, getname, path
Set filesys = CreateObject("Scripting.FileSystemObject")
Set filetxt = filesys.CreateTextFile("c:somefile.txt")
The third line causes the program to halt. I am on localhost. (I tried it without "c: too.) What is the problem?
View Replies
View Related