I have an asp page in which I use the �time() function but that just gives the time at the moment the page is loaded. I need to reload/refresh the page once every second so the seconds increase by one continuously.
How would I go about updating a page without a form submit?when a user types the number 1 in textbox1 and the number 2 in textbox2, textbox3 automatically displays 3.
i am updating client's table(i.e insert one new client) from one asp page and after that it is being redirected to html page on that page i have one link which selects records from client's table and then displays it in the form of list. The problem is that when a new client is added it is not shown in the list. If anyone can please guide me on how to refresh the asp page after every database updates.
I have a clickable graph that resides on page 1. If user clicks a data point on the graph, the page runs again yeilding a 2nd graph that shows a more detailed graph.
Problem is, I have a recordset table on the 2nd graph page and because the user gets to it by clicking the graph, the page doesn't properly post to render the recordset table. I can click "Refresh" on 2nd page and table displays fine.
Is there an ASP refresh command that I could possibly run to mimick a "Refresh" or F5?
There's an access database on an iisserver and asp makes updates to it. The database got moved to a newer server. The users used to be able to open the database and use the asp pages at the same time. Now when the database is open the asp pages won't update.
I have a page with 2 frames. The first one has a link that loads a page in the second frame. This page has a button on it. When the button is hit, the page does some processing and loads another page in the same frame (the second).
I use ASP and response.redirect or javascript in the onclick event of the button to do the redirection. When I refresh the page by clicking the button on the browser (IE), the second frame becomes empty. Please note that the src attribute of the frame is not set.
If I set the src attribute of the second frame to some asp page and then navigate to another page inside the same frame, when I refresh the page, the initial asp page is loaded in the frame regardless of the asp page currently loaded into the frame.
It seems that when you refresh the page, the frames are reinitialized no matter what pages are currently loaded in the frames.
I solved the problem by redirecting to the main page in the top frame, passing some parameters and resetting the src of the frame to the desired asp page. Thus, when the page is refreshed, all the frames are properly refreshed too.
When the Form is submitted I use the Date() and Time() functions to put the date and time into the Body part of the e-mail. The time reported is three hours earlier than the time at which the Form is actually submitted.
I understand these functions are evaluated on the server so the server must be in a time zone three hours earlier than where I am . Is there any way I can get the local time at the location where the user is actually located. ?
I have a main window which shows all records from a table. When a user clicks on "Edit" for a record, a popup showing information of the selected record is displayed.
The user then changes the information on the popup and clicks "OK" button which calls an ASP page to update that record in the table. Everything works with no problem up to this stage.
My problem start after the update process. I need to know how to close the popup and then refresh the main window showing the updated information....
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) ?
THinking that the reasone why it's not UPDATING all was because the the page holds 10 records at a time right? I tried blocking all the codes which have to do with pageing but it's not working. Can you show me what I missed (if that's the reason why it cannot UPDATE all at once)? Code:
But as i carry some data from previous previous page, when i use (window.opener.location = window.opener.location), it can't capture my data as it just load the page. It will pop up error as no data captured :
Microsoft VBScript runtime error '800a000d' Type mismatch: '[string: ""]'
I have a website that I subscribe to that allows me to track tasks. I have an extra computer with a big monitor that i want to always display the task list. the problem is after so many hours I get logged out.
I need to need to reload that sign in url every few hours Code:
I want to insert the element selected by the user from the drop down box in the DB(Access).Once the user hits submit i want it to insert this in the DB + i want to update one of the fields from True to False . how can i perform both these at the same time?
I'm working on an update function but I keep getting this error, and I don't know how to fix this. It's probably something small I'm missing. The id of this order needs to match up to the session variable send allong with the previous page, I'm thinking this is what's causing the error. That's the only thing new I've never done before. I've also cut down the update part of the script to the first field, because about 25 fields need to be updated, so this would have elliminated any typos or other errors related to those fields, just in case I'll add those as soon as I can get this problem out of the way. This is the session script on the page before this one. This doesn't give me any problems.
1. I have a Severity dropdown (1, 2, 3, 4 and 5) in my script 2. Date (dateref)(varchar) 3. time (timeref) (varchar)
I want to do this, but have no clue how to write the script to do it.
It must Automatically update date and time as per severity rating
a. Severity 1. Date to be same day, Time + 1hour b. Severity 2. Date +1 day. Time to be current time c. Severity 3. Date + 3 days. Time to be current time d. Severity 4. Date + 5 days. Time to be current time e Severity 5. Date and time to default blank.
If I select any severity, it must changed the time and date that is on the same form, and save it to the table.
I have a form on a website for logged-in customers to update their contact details, when the customer update their contact details it should update the record in the database and at the same time the updated contact details should be sent to me by email.
I'm not an expert in ASP 3.0 and therefor I'm using dreamweaver 8 to create asp pages(ASP 3.0 VB), but dreamweaver does not have such kind of fuction(server behavior) to do this and so I have to create this by hand.
Now I already have page with the form that updates the record in the database, and I also have another page that does the mailing(CDONTS), first it updates the record in the database and in dreamweaver I have set "after insert the record go to mail_processing.asp" , but this does not work.
I can only get one to work, either only update the record or only mail the form data.
How can I make it to update and mail at the same time?
I want to make a function that connects to my mysql database and ranks the users who have achieved the most points during that day. How would I structure something like this?
I guess a web server can be configured in many different ways around the Globe, I know the Date() Function can show several different shapes. But will the Time() Function in vbs always return 6 numeric characters, like 15:12:04.
(Hours:Minutes:Seconds.) If this is so then I could rely on this in my code right? Or should I expect Seconds:Minutes:Hours, or perhaps 4:3:12. I know I can use the FormatDateTime Function if the answer to my question is negative.
Can anyone think of a short piece of code which does he following: ------------------------------------- if Current Time is LESS THAN 19:30 then Write: Open For Business
Else
Write: Sorry - Closed ------------------------------------- and ------------------------------------- if Current Time is Between 12:00 and 14:00 then Write: Away to Lunch Else Write: Open For Business -------------------------------------
It's actually for a call centre app, just the above scenario is much easier to explain.
I have a page (with a form on it) and when the form is submitted, if there is an error the page is redirected to an error page (i.e. your attempt was unsuccessful..etc) Once the user is redirected to the error page, after a few seconds the page automatically takes him back to the previous page he/she was on.
This is exactly what I want, HOWEVER, when the user is redirected back to the previous page, I would like for the page to be refreshed so the form can be cleared without the user having to click a reset button or anything like that. Does anyone have any clues to how may be able to go about achieving this?
I'm using Windows 2000 Pro SP4 and Office 2000 Pro Sp3.
I have some dynamic database pages that I do not want a user to see from their local cache of pervious visits to this page.
When these individual pages are called, I would always want them refreshed from the server. This is no matter what setting is used by the local browser.
The closest KB article I found was Q200131, but that was not helpful to me.
If a page by page determination of an automatic server refresh (rather than local cache refresh) is not possible, may I just set my entire web to be a forced server refresh for every page, thereby superceding the user's local browser settings.
When a link on page A is clicked, a window is popped open through javascript and this window contains page B. After doing some modifications in page B(in the popup-window), the user hits 'submit' (in page B) and then the page B window is closed.
Right before page B's window is closed I'd like page A to be refreshed because the modifications the user performed directly modifies the information visible to the user on page A.
My question is divided into two parts:
1 - is it possible to do this? Can the error be detected? 2 - if the answer to 1 is yes, then question 2 is: how?
I want to insert the selected name in my action list. for that first add the person name & then select the name & then want to inser them. but i am getting problem here ...
In Asp I have opened a popup window, from current window. And on closing that new popup window I have to refresh the current window ( parernt window from which i open this pop up window ) It is Refreshing but I am facing one Problem. that Windows Retry Option of Refreshing is Coming...
i want to remove this option & let the page auotomatically refresh .. but how ..?
I have a simple page that has a dropdown and I need to populate a textbox with the onchange event. How can I do that? My page refreshes, but I don't know how to 'get' the value of the dropdown. Here is some of my code ....
Your place changes all the time as users set up their pages.
I have a default.asp page that populates info depending on the directory name.
To get the directory name I use FSO
Set fso = CreateObject("Scripting.FileSystemObject") Path=request.querystring("") Set ts=fso.GetFolder(Server.MapPath("")) Set folder = fso.GetFolder(Server.Mappath(""))
Set subFolders = folder.SubFolders For Each folderObject in SubFolders strDirectory = folderObject.Name 'make dir name string for db
How can I get a form to refresh a page.I want to add a login script as an include file on all my pages.The script needs to reload the current page that the visitor is on.
I have a form in an ASP page wich later connects to a database, but before that i need to refresh the page so a mandatory function can work (by mandatory i mean, "the refresh function has to be there just because I say so"). But the problem is, when the page is refreshed I loose the data that so far has been written by the user. How do i refresh a page without losing data entered in the form.