Progress Page
I need a search in progress page, so when a user clicks my search button they are then directed to a 'searching...' page with an animated gif.
The search in progress page needs to use 'GET' to go and retrieve the results of the search. Once the results come back they replace the search in progress page.
View Replies
ADVERTISEMENT
I have an ASP page that updates a processes a large amount of data n' takes a couple of minutes. I want to create progress bar .
View Replies
View Related
I have a frameset,leftframe and rightframe. Leftframe displays links and clicking on these links the appropriate page is shown in the rightframe.The rightframe accepts some inputs and submits to another page (.asp page).This page creates a .PDF report.
When i click on a link for the first time and try to generate a report , the report is displayed, also the progress bar is shown. But when i reload the page and try to generate the report again , though the report is generated in PDF format, the progress bar is not shown. This happens when the PDF is integrated within the browser.
This does not happen when the PDF is shown outside the browser. Can anyone tell me how do i resolve this issue?
View Replies
View Related
I want to create a popup that shows up after I click a link and stays on top until the new page is loaded
View Replies
View Related
I would like to create a progress bar for file uploading stating the percentage left to complete upload. How can this be done? Any reference that I can refer to?
View Replies
View Related
Is it possible to do a progress bar of gauge bar in asp? If possible could someone show some sample code on it.
View Replies
View Related
know when you are uploading files, if there is a way to show a progress bar as the file is being uploaded?
View Replies
View Related
I have a website that lists Word docs and Powerpoint presentations. When a user clicks on the link the open/save dialogue pops up (as it should). I know that when a user chooses to Save the doc, the dialogue finds the file size and updates the estimated download time as it is downloading.
But how can I duplicate that 'progress' when the user chooses to only Open the file? I know that the browser's status bar shows the status of the page (i.e. loading) but my client would like a progress bar for this also.
View Replies
View Related
I have an ASP which is a form (get), and whenever I run it, even though its just sitting there waiting for input, the progress bar at the bottom of the page starts slowly climbing up. Why is it doing that ?
View Replies
View Related
I'm using ASPSmartUpLoad free component in order to upload files in a browser based way, but I would like to add a Progress Bar to my page during the big files uploading, I mean something like the small html windows that appear when you are "downloading" any file.
Please, Does anyone could indicate me a way or idea about to do this?
View Replies
View Related
I have a ASP application which let user to download their reports in pdf format. I would like to show a progress bar, or change the mouse cursor to a hourglass while the user is waiting for the file. How to acomplish this? In the asp code, I use response.BinaryWrite to create the pdf file directly to the browser. How to detect when the file is ready?
View Replies
View Related
I am looking for explorer object of internet explorer progress bar. I
don't know if it accessible to read real time this control.
View Replies
View Related
I have an ASP page - that will be making about 7 calls to a database. What I want is to show progress to the users so that they can tell each database call is in progress. The asp calling page works fine, but it only displays when the entire process has been completed. What I want is to be able to show dynimically - step 1 done; step 2 done; etc.
View Replies
View Related
I have some reports which run as SQL statements from an ASP web page. As some of the queries return about 4-5000 records, I would like a progress bar to be shown so the user knows that something is happening, does anyone have suggestions on how to do this or any sample code I can use?
View Replies
View Related
I m in the completion of a "backup script" from remote to local folder. However, i m using the fsobject to make this copy. Of course, when i run this on my local intranet, it s so quick that i don t have the time to realise what s going on and it s already copied on my local folder.
BUT, if i run the script on the Internet (since the file is something like 5Mb and up) i don t have any indication that the file has been copied on my local hard drive.
Is there a way that i could display some "waiting signs" (ierogress bar or else) while the copy takes place ?
srcfile = (Server.Mappath("../db/db.mdb"))
desfile = "c:01db.mdb"
fso.CopyFile srcfile,desfile,true
View Replies
View Related
I am using Commerce Server and during the login phase,it may take a while. I have been requested that if someone is in the progress of loggin in, to display an animated gif stating "Please Wait". I am not allowed to use frames (I know why) and have been asked to avoid JavaScript if at all possible.
Does anyone know how to check for an event, display a gif without waiting for the current function that manages the login to return before refreshing the page. I was looking at some client side event?
View Replies
View Related
I had posted a couple of weeks ago to the board, asking about file upload with asp. I wanted to write my own and I have down that now.
Now, I would like to make my own progress bar to display at the client as the file uploads. I have no idea about how to do this, dont even know where to start looking.
Can anybody point me to some sample code, tutorials, articles, etc ? I would prefer to write something with pure vbscript/javascript...if thats possible.
View Replies
View Related
I have a web app that converts files. The conversion can take up to 20
minutes depending on the file size and contents.
So, to help the user I want to display an animation (gif/avi/swf) while this
happens. (so that they don't assume it has stopped and go and submit the
file again!)
I have tried all sorts of options but cannot get any animation to play while
IE/NS is waiting for the asp script to process and post back.
anyone got any ideas???
View Replies
View Related
Is there any way possible for me to demonstrate an in-production site working locally on my machine as ASP and SQL Server. I really would like to show the client current progress, is this possible?
View Replies
View Related
While trying to retrieve a large number of records, I would like to show a progress bar to indicate that the user are to wait. How can I do so?
View Replies
View Related
when u upload a file in yahoo , you get a time line saying the time take to upload the file and progress bar also.
Is it possible to implement the same functionality in asp for file uploading , and i am using freeaspupload codings to upload the files.
View Replies
View Related
I've looked through old posts about progress indicators, and i understood few things, but still i'm having trouble understanding the whole process.
I have a webpage with a form to upload an image. I would like to make my own progress indicator with asp. I found some Java indicators that are hard to implement so i thought why not make my own one. Hope u'll be able to help me, i need some hints.
I use smartAspUpload. When clicking on submit (upload.asp) i want a pop up to show and manipulate an image width during the progression. The file that makes the process of taking the image, manipulating it, saving as etc... is named picuploaded.asp
My questions:
-Can picuploaded.asp communicate with the pop up and not upload.asp ?
-I don't have a do while loop in my picuploaded.asp so how can i increment a variable like the examples on this forum how can i proceed otherwise?
Code:
View Replies
View Related
I need a way to show the client that the emails are being sent and how many are left. The way I want to do this, is by opening a window which will send the emails and display the status. The problem is how do I pass it the subject, body and so on. I don't want to use a querystring. I thought of doing it like so:
onSubmit = progress() - this will call a js script which will open the progress window
action = (the page that gets all the values from the form and sends the email)
Is there a way to update the popup window from the "action" page? for example: everytime an email is sent... increase a variable and send it to the popup window, and then close it when its done.
View Replies
View Related
Set cnt = Server.CreateObject("ADODB.Connection")
cnt.open "test"," "," "
cnt.close
set cnt = nothing
i have some simple asp code as above running well in http mode,but once i run this in https mode, i got the following error message .
line 3:
[MERANT][ODBC PROGRESS driver]Optional feature not implemented.
what i am using is Merant 3.70 32-bit Progress driver
and the progress db version is 9.1c
any suggestions? thanks a lot in advance
View Replies
View Related
I created a web page from Excel2000, using "Save as web page..."...Publish
function. then, I moved htm file to my IIS web server. Then I added a form control, and submit button.
How can get the data on the excel file using ASP from server side?
For example, the value of Cell(1,2), Cell(2,3)....
View Replies
View Related
What I want to be able to do is create a user control that will display an
entire page page within it. Does anyone know how to do this or better yet
have any same code?
View Replies
View Related
I like to know how to write this specifc function on ASP where the user eg: display a set of records on the webpage. Example the data are ID, Name and address.
Lets say i display the data on the webpage and i set the Name as the <a href>. So when i click on the name, it will move to another page with the id of the specific name. Code:
View Replies
View Related
I have an ActiveX control in my ASP page that has not been signed yet, so currently just for testing I set the Security for Intranet to "Low". When I run the ASP page on my machine (the IIS is in my machine), I have no problem, except the page prompted me with "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?"
But, when I run the ASP page on another machine (even though the other machine is also a development machine that already has the ActiveX control and I set the Security for Intranet to "Low"), it did not prompt me the above message, and I got an error when accesing any method of the AX control (e.g Object doesn't support this property or method 'myAXControl.method').
Is this because I have to create a CAB file and mark the AX control as safe for scripting ?To create a CAB file for this AX control, do I need to create my own VB AX
Control project that contains this control and then create a cab file for this VB project ?
View Replies
View Related
This is a standard ASP application that has several pages at the root
withthe global.asa. I set a session variable session("accountid") =
"123456" within an asp page and then response.redirect to the next page and
immediately response.write session("accountid") and I get back nothing.
But if I set a session variable session("accountid") = "123456" within an
asp page and response.redirect to a page in a sub directory and immediately
response.write session("accountid") I get back 123456 on the screen.
View Replies
View Related
I am having a problem with a site that I am developing - my aim is for it to validate as XHTML Strict however, I am running into a couple of problems validating it; in my Response.Write ASP script, I am not including " 's to define page element tags as they keep throwing up errors in the page. Code:
View Replies
View Related
I've a strange problem with Windows Vista, running an ASP page on local
machine (http://localhost/test.asp), the page does not give me any error but
the asp code is not executed (simple code : <% response.write("hello") %),
it show me a blank page, I think I've put all the setttings correctly, but
maybe I must do something obvious to fix that.
View Replies
View Related
I encounter a page reload situation in ASP. It is I need a way to differentiate whether the current page - "Application_Result.asp" got reloaded itself when user click on the browserRefresh button or is requested by the previous page "Application_Form.asp".
I tried using
<%if Request.ServerVariables("REQUEST_METHOD") = "POST" then%>
<!--it is requested from "Application_Form.asp, do something-->
<%else%>
<!--Application_Result.asp refreshed itself(such as user clicks on the
browser Refresh button, do something else-->
<%end if%>
However, in both cases, the IF statement above all evaluated as true. how to differentiate this two different behavior (Page Refresh versus Page requested by another Page) ?
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