Scroll Position On Refresh Of Page

I have an asp page that shows dynamic data. I have it refreshing every 10 seconds. It is a very long page and when it refreshes it goes back to the top. I want the page to refresh and keep its same position.

View Replies


ADVERTISEMENT

Reset Document Position After Form Refresh

I have an asp form. The page is kind long. After user scroll down and make some change on the items, the form needs to be refreshed with new selections (some controls may disabled based on the selection).

My question is, each time after the refresh, the form always go back to the top position. Since the form is quiet long. User may get frustrated if he/she have to scroll down the page to find the current position each time after make a selection change. Is there a way to remember the document postion before refresh the form, and reset the position after the refresh? I guess some javascript code may be able to do it. But so far I have no clue at all.

View Replies View Related

Force Scroll To Bottom Of Page?

I have a page that does a postback using ASP.NET and VB.NET. Basically, there is a form item that changes the settings on the page and it is near the bottom of the page. If you change it, the page has to refresh to display the changes to the page, but when it does, the refresh causes the page to be displayed at the TOP of the page.

Is there a way to force the page to either A: scroll to the bottom or B: (even better) scroll to a certain focus point on the page by giving the name of a control or something?

View Replies View Related

Frame Doesn't Refresh Properly When Manually Refresh Page

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.

View Replies View Related

What Is The Bext Way To Scroll Through Elemtns In My Page Checknig The Id Attribute

I am trying to scroll through all elements in my page testing each element for a particular id I have set a <td> tage :

<td id="myvalue">blah</td>

does anyone have any JS I can use to scroll through elements checknig the id attribute???

can I wrap the <td> in a <form> and use :

<code>
numelements = document.form1.elements.length;
for (var j=0; (j < numelements); j++)
if (document.form1.elements[j].id == "saletotal") {
alert("INSALETOTAL");
strsumsaletotal = document.form1.elements[j].text;
break;
}
</code>

View Replies View Related

Position Within Page....

I've just gone to Google and there's a link saying "add world cup live
scores..."

I clicked on that link and there are a whole lot of boxes containing content
that I can pick up and drag around, changing their relative position on the
screen.

Fantastic - but how do they do this (were can I read up on this?)

View Replies View Related

Hold The Position On Next Page

We have a page that loads a long list of things. Each row has an onclick where you can open a window for more information. When you do that the parent page refreshes to the top of the page....so if you were near the bottom, you would have to scroll back down to get back to where you were. I would like the parent page to hold its position when the child opens.

View Replies View Related

Differentiate Page Requested Versus Page Refresh

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

Refresh Parent Page From Child Page

This is my coding:

window.opener.location.reload(); window.close();

I don't want the IE to pop up the alert msg to false retry or cancel to reload the page.

I have tried:

1. window.opener.location = window.opener.location
2. window.opener.history.go(0)

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: ""]'

Any suggestion?

View Replies View Related

On Page Load - Refresh Page

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?

View Replies View Related

Automatic Page By Page Web Refresh

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.

View Replies View Related

How To Refresh A Page?

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?

View Replies View Related

Refresh The Page Value

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 ..?

View Replies View Related

How To Refresh Page

how can i actually refresh a page after a successful addition of record.

View Replies View Related

Page Cant Refresh

I trying to refresh the page after 6 second after the Name is displayed. But doesnt seem to refresh after 6 seconds. Code:

View Replies View Related

Get Value On Page Refresh

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 ....

View Replies View Related

FSO Refresh For Page

I am writing a site that i structured like:

mysite.com/yourplace

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

Then I call from the database the info I want

Code: ....

View Replies View Related

Refresh Same Page

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.

<form action="reload.current.page" method="post">

View Replies View Related

Refresh Page

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.

View Replies View Related

Refresh The Page

I'm doing a page which gathers some text in the form of a text box in a <form>. This text is saved to a text file, notices.txt and I want to be able to display the saved text on the page, as soon as they click the SUBMIT button - is this possible?

At the moment I have a hyperlink called "back" which, once they have entered the text and they click SUBMIT, the "back" hyperlink will refresh the page and it displays the newly entered text. However, I want to avoid them having to press two things in order to see the text they have entered..i.e., can the submit button also totally refresh the page and display the newly entered text?

View Replies View Related

Refresh Page ASP3

I am working with asp 3.0.i am getting data from the databse but whenever I view the page,it does,nt show me the latest data from databse rather it shows the page last viewed.i have to click the refresh button in the browser to view the latest updates?

View Replies View Related

Page Refresh Using Frames

I have a page which contain 2 frame. On the 1st frame which contain a header and a drop down box and the 2nd frame contains information. I would like to know how to refresh a whole page from a click of a button which will then refresh a new value base on Session ID?

View Replies View Related

How Do I Refresh A Frame In Another Page?

I have a pop-up window that allows editing of items displayed in a frame on the parent page. When the user edits or deletes an item in the pop-up window, I'd like it to automatically refresh the frame in the parent page so that the change is more real time and the user doesn't have to refresh to see their changes. Any ideas on how to accomplish this?

View Replies View Related

Page Onload/refresh

Is there a way to determine if a page was refreshed? I have a function that is called when the page loads, but when the user refreshes the page it calls the function again. Is there a way to call the function only when the page initially loads? I don't want it to load when the user clicks the refresh button.

View Replies View Related

Page Won't Refresh When Changed

I just installed IIS on my Windows 2000 system. I tried to place a .ASP page on my C:Inetpubwwwroot directory, and it seems to work.

However, when I change the page content (the code, or even the text), the page doesn't seem to refresh... (It doesn't seem to be a IE cache problem). Is there something I'm forgetting in my IIS configuration ? (or in the global.asa file ?)

View Replies View Related

Preventing Refresh Page

I have a form that sends info to a preview page, then to a thank you page. The thank you page gets the data passed from the rpeview page and sends an email.

How can I prevent the user from refreshing the page, so it doesn't send the email again.

View Replies View Related

Frame Refresh From ASP Page

Is there a way that I can refresh a particular frame on the ASP page from the server side ...

View Replies View Related

Auto Refresh A Page

Is the any way i can refresh a asp page once everytime i click the link to the page or redirect to the page? I want it to refresh once only...

View Replies View Related

Update Db Without Doing A Page Refresh

I want to update a database but, NOT do a page refresh.

Like how they do it on Netflix with the "was this review helpful?" you choose yes or no.

I just want to capture the yes or no, without doing a page refresh so the user can make a number of interactions on the page.

View Replies View Related

Update A Page Without A Refresh

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.

View Replies View Related

Detect The Refresh Of A PAGE

How can i detect the refresh of an ASP Page? I want to kill my session variable value, when the user refreshes my page.

View Replies View Related

Auto Refresh Page

i have an asp website and have an update information page. After i have updated their information, i am unable to see the updated info unless i hit the refresh button. Is there an alternative for the refresh button that will automatically refresh the page?

I have tried the meta tags but they dont work. also i am currently testing the website on my local server. Is there a possibility that this problem will go away once i upload the website on some other server?

View Replies View Related

Handling Page Refresh

I have some javascript code which executes once the page is loaded. But When user refreshes the pages this javascript is executing again resulting in additional data. I want to prevent this reexecution of data. I tried doing this javascript in many ways But I filed miserabley.

I tried using Session variables also but they are not working properly.

View Replies View Related







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