I have an asp page which takes approx 1 min to load over the network due to how much data it has to deal with. If someone was to press stop on the browser i assume it doesnt close the connection to the database is there anyway to ensure it does?
Would like a loading page to appear for asp searchs/form submitions similar to the sheddev search, whilst the results are being returned you go to a different page saying "please wait whilst page is loading" and when the results are returned you are directed back.
I have put together a logon page and successfully tested it on localhost, but once uploaded, it ceases to behave normally. Instead of displaying the page, Internet Explorer puts up a download file box, asking if I want to Open or Save it. If you'd like to this in action, go to www.bpfe.org.uk/mtdlogon.asp. I'm sure I've seen this before but I can't remember what causes it.
What I would like to do is having a page on the server that automaticaly load itself every X hours. Is there anyway of doing this? I need this in order to update my database and execute some asp code.
I have a HTML Page with iframe in iframe I am loading some another domain website from our webserver but at the client it is taking to load. Can some body let me know how show a loading message for it and when i will know by programming that site fully loaded.
I have made this frameset for my site, 4 frames in it, and each one holds a html page. The mainframe however holds an asp page. Each time I try and load the frameset and preview it, in the mainframe I see all the asp code of the page, not the compilation of it. When I try and open the asp page separately, I can see the compilation just fine, tables and everything.
I have a problem which gives lot of headache and hard to find.
I have:
Page1--->which is used for user to enter details on submit i am sending that page to another page
page2---> i am doing the database insert/update functions.
page3--->and redirecting that page to a confirmation page saying "your record has been successfully added" and auto refresh it and redirecting that to page1.
my requirment is as such i have to do like this.
but what happens is not always, but sometimes that record has been added twice, which i couldn't find out for this is not happening always but sometimes.....
I am running a query from MS FoxPro and displaying a table after the query is ompleted. I assume the query of the criteria takes longer than displaying the table...but in this case it's reversed.
After the Query is complete, it takes about 10-20 seconds to display the table, which consists of just information from the database. i.e. customer name, number, vehicle make and model, date it was purchased. Those simple items. Is there a way to make it load/display faster? I am using ASP and MS FoxPro.
Getting data from an database and displaying it on a web page is some thing I have done for years. Now instead of getting data from a database, I want to get the text of a file and display that on the web page. The file choice is determined by a user click on a anchor link.
So far I have considered using fso to read a line at at time and doing Response.Write for each line read. Seems to me there should be a more elegant solution. Should I build an array of text line while reading and do only one response write? Or is there another solution that I have not discovered.
I have made this frameset for my site, 4 frames in it, and each one holds a html page. The mainframe however holds an asp page.
Each time I try and load the frameset and preview it, in the mainframe I see all the asp code of the page, not the compilation of it. When I try and open the asp page separately, I can see the compilation just fine, tables and everything.
I have a stored procedure that is large and accesses the database a lot which slows down the loading of the home page. Is there anyway to load the whole HTML page and then load the stored procedure inside the page?
While not rs.eof <td><%=rs("InvoiceNo")%></td> <td><%=rs("Name")%></td> <td><a href="InvoicePrint.asp?WInv=<%=rs("InvoiceNo")%>"></a></td> <td>Print this invoice</td> rs.MoveNext Wend
Now user needs to click the link to open the invoice, and then select File--Print from the menu to print it out, and then return back to print another. As the table is very long, they need to scroll again to find the next one.
I want to make the user more comfortable, that they simply click the "Print" button in the end of the row, without opening the page, print the invoice no they want. Is it possible?
when i try to load my asp pages i always have to face error .like " The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."
I first noticed this in my own app. Images would show up missing [red X] randomly on IE 6.0.2800.1106 on Windows 2000 server.
I then was able to repro this problem on Microsoft's website!!! The page I used was http://www.microsoft.com/windows/ie...sp1/default.asp After pressing [F5] to refresh the page six times, I noticed missing images on the page.
This problem seems to be very reproducible. I coded a sample ASP page which references the same images 10 times on the same page. Loaded in IE. Upon pressing [F5] several times, the images will be identified as missing [red X]. Refresh the page again, it's fine.....etc.
I'm up-todate with all latest MS patches. Has anyone else seen this problem?
I have a input with type checkbox. I want it to be automatically checked if the value from the corresponding field in the database is also checked. I tried this: Code:
I have built an app that takes some time to load some ASP pages, is there anyway i can display a loading icon or even some interesting pictures and text while this is loading?
I've got a list of variables which have data. Most of them are empty at the time of testing, so it could only be worse if they had data....
Here's the code below. Basically what I want it to do is:
There are a list of variables with data in them (some blank, some not) There is a list of those variables' names that is created into theArray. I want each variable in that array to be run through DocClean in order to convert the JavaScript link. Code:
I found a posting for below error in the forum but could not found any solutions.
I am also facing the same error, though most of my ASP pages are working fine I get this error on a page where in I am trying to create an excel file out of the resultset fetched on the page. Page has a button, on click of which i get this error:
<LI>Error Type: Server object, ASP 0177 (0x80029C4A) Error loading type library/DLL.
/ami/includes/lib_offload_to_Excel.asp, line 86Has it something to do with the permissions of the logged in user?
well i m developing application in asp when i want to access these pages from ie5 it shows error HTTP Error 403 - Forbidden in internet explorer http://localhost/Mail/email.htm .
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue.
If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard error page displayed by IE (you know, the 'cannot find server or dns error' page).
Turning off 'show friendly http error messages' alleviates this. (Unfortunately this is the Windows default setting!)
We have a web server running IIS 5.0 that will not load any file with an .asp file extension. The server loads .html just fine, but all links to an .asp file end up timing out.
Is it possible to create a loading bar with ASP? I am thinking of displaying the loading bar while my customers' requests are being processed (databse update).
I've got an asp page that is set up in with two frames. The problem in question pertains to the main frame which contains a simple 'response.redirect' line that redirects the visitor to a different location. Other than this line, everything else are tags and no asp-oriented code.
I've tested this on a couple of computers, and it works fine. However, there are a few other computers in my office where the redirect just hangs and doesn't load the redirected page (i.e. the status bar states 'Open http://someurl.com' and stays like that)
Is this a problem with using the asp line, or is it a computer setting/browser setting I'm overlooking?
I have an ASP file that eastablishes two connections to a SQL Server and produces two Record Set objects. I am using IIS to develop and the SQL Server database is on the same computer.What I am developing is a message board, so there is a form on which information is submitted. The first connection and recordset puts information from the form into the database table, and the second connection and recordset pulls out 10 records from that same table and should write out some information from the recordset. The problem is when the form is submitted, it takes forever for the next page to load. I am not even sure how long it takes, because the longest I waited was about 5-10 minutes for it to load, and it still would not load so I closed the browser. Are the two connections or two recordsets too much for the server to handle, or am I doing something else wrong?