Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
 
  HOME    TRACKER    ASP




Drop Down Box Refresh


i am having one application for the i need help like in my application i have one form and that have one drop down box and beside that i am having one more link if i open that link and if i add text that must came to the drop down for that i dont want to loose the preves valuse witch enterd in main window for that i need to refresh only that drop down not all the fields in that form any body.




View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread
Dynamic Drop Down W/ No Refresh?
I have a dynamic drop down being populated by a db and then the second drop down is populated depending on what was selected in the first. When it does this though the page refreshes. Is there a way to do this without a page refresh?

I dont think using javascript and arrays is an option cause I am doing this with states and cities and there are about 75,000 records in the db that it is lookin through. Code:

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.

Using Refresh Button On The Menu Bar To Refresh Two Frames.
I have an ASP site that uses frames two frames. (yes I
should be using include files, but we started ou using
frames so we have been stuck with frames.)

When I get a page expired warning (I am not caching pages)
and a user clicks refresh from the menu bar the user is
taken back to the home page! The home page is a frame with
a top frame that is repeated on each subsequent asp pages

The lower half of the home page is a login screen.

After login the next page is shown in the lower half of
the frame. Refreshing within the individual frames is ok.

But when the Refresh from the menu bar is used the home
page is returned any ideas why?

Display Drop Down Options Based On The Selected Item From Another Drop Down
The code that I have has 2 drop down boxes dd1 (visible) and dd2 (hidden). Based on the option selected in dd1, dd2 should be visible and populate options. I think I can have OnChange script but how could I return the value and put it in the SQL query (see variable in red in thecode)? Code:

Refresh
How can I refresh one webpage from another?

Refresh
How can I get an ASP page to automatically refresh on load.

Refresh
Why do I need to close and open my browser to see the changes made to the code(javascript)?? How can make the page refresh without closing the browser.

Do I Have To Refresh Every Second
I have this asp page called create project . In this page, there will be a list of clients (pulled from db) for the user to select.

User could also click on the create client button to open up a seperate page/window to create a new client. After they have created the client, the page will be closed. How do I tell my create project page that a new client has been created and so, refresh the page? Do I really need to set my Create project page to refresh every second?

Refresh?
I have a asp page where i display all the records i create a hyperlink with that records and when any one click on that link a popup window will appear where user enter the new data and click on update button then i update the fields and the popup window will close but my problem is that when i click on update button i also want to refresh the parent(previous) page please tell me how can i refresh that page ....

Refresh
My page uses code like this to redirect to other pages for the purpose of allowing errors and confirmatory statements to be seen by Administrators and Users alike.

Response.Write("<meta http-equiv=""Refresh"" content=""4; URL=AdminSelectAction.asp"">")

The problem is that this does not allow the refresh button to be pressed because it does not change the address in the address bar in Internet Explorer. Response.Redirect does change the address. Is there a way to make a pause before changing the page that WILL change the address in the bar?

Refresh
On my form,the user puts in ref no,and clicks submit. a new window gets opened. but when I click on refresh on the browser. the same action takes place(new window opens). whats going on. i dont want this to happen. the page should reload.

Refresh
im trying to create one page. which let user to fill in data... then when click on submit button. it pop up one "small windows", which content are:"Thank you for fill in...". den when the user close da window. the parent window can refresh itself automatically.

how to write the codes of once close da "small window", the parent window itself can refresh?

Refresh
I've just uploaded a new ASP web site for a client. Some of their customers are still seeing the old .htm web page. I know it's obviously been pulled from the cache. How do I get the browser to pull the new page and not the cache?

I've now added this code to the top of the index page...

<%
Response.Expires = 60
Response.Expiresabsolute = Now() - 1
Response.AddHeader "pragma","no-cache"
Response.AddHeader "cache-control","private"
Response.CacheControl = "no-cache"
%>

...but will this code force customers browsers to fetch the new page?

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?

Force Refresh
My main page shows a table to which a user can add data to by clicking on a button, this in turn loads up a pop up window where the data to be entered is typed. Once the data is submitted the popup window is closed via Close button, but the table on the main IE page only shows the updated information if the refresh button is clicked.

All i want to know is, is there a way of forcing refresh of the main page when the close button in the popup window is clicked. Code used for the close button:

<TD><a href="javascript:self.close()" title="Close"><IMG align="center" src="http://localhost/***/close.gif" alt="Close Window"></a></TD>

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

Refresh Page
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?

What I shoud do?

Refresh And Session
If I logout of my websie I run the session.abandon command that is supposedly gonna destroys all session variables. Then if try to access a private asp page it actually shows up despite me having :

if not Session("login") = "true" then response.Redirect("login.asp") at the start of every private page.

If I hit refresh on the private page I do get redirect but I dont see why it doesnt happen straight away.

Another thing, kind of the same problem, when I add record to my access database then I goto the page that actually shows does record I sometime need to hit refresh for the new record to show up. Code:


Refresh A Frameset
My frameset has three frames, header, navigation bar and a main page.
I can tell when the server has timed out because the session variables have
been reset but, when that happens, how do I refresh the frameset and all the
frames?

How To Refresh Page
how can i actually refresh a page after a successful addition of record.

Unwanted Refresh
I have a page that update an Access db. When I operate on this page, randomly the screen is refreshed and I loss the data that I have eventually digited and not saved.

META REFRESH
Can someone explain to me why the META Refresh doesn't work in an ASP.NET page? It works just fine in my old asp one! Content value has to be in quotes if not otherwise I get a warning. Code:

Form Refresh
I'm having a small problem with refreshing my form after saving data in my database! here's what i'm trying to do:

* In my UpdateDB.asp form i display my database records and the user can make changes on whatever record he wants;

* after he'll have to save changes by hitting the save button on the form;

* when i receive the "save" action, i update the database; set a session variable that i'll use later to true ( Session("UpdateDB")= TRUE) and DISABLE the Save Button.

*once i'm done with it i reset my session variable to false ( Session("UpdateDB")= FALSE); and WOULD LIKE to "ENABLE" the save button; but i can't.

Everything works just fine but i can't "ENABLE" my save button? how can i refresh the page and get back the save button? i thought that after resetting my session variable to false would help me but i don't know how to use it?

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:

IE Refresh Problem
I seem to be having a wierd problem with IE where when I refresh the page manually, it does something like delete the session variables because it redirects to the invalid login page.

I really don't have a clue what is going on in my ASP, if you have any thoughts, then post 'em up!

Refresh Problem
Just built a site for my football team and have a page that displays news articles that are pulled from a database, it shows the last 5 that have been added. I have a seperate admin page where you can go and add a new article to the database by filling in a form and submitting it.

It all works fine apart from if you add an article and then go to the article page to see it it wont show the one just added unless you refresh the page. Not a major problem I know but very annoying.

I would have thought that after adding the article going back and reloading the article page should reflect the changes just made automatically?

Refresh Problem
i dont want that evrey time i do "back" in the Browser i get "expired" and i have to do refresh. i wrote

Response.Buffer = false

it doesnt workso i worte response.Expires =15

and from some computers i got the expired and from other none.

Refresh Limit?
This code refreshes correctly:

<% Response.AddHeader "Refresh", "5;URL=page.asp" %>

This code does not refresh:

<% Response.AddHeader "Refresh", "1140;URL=page.asp" %>

Is there a limit on how many seconds I can use?

Page Refresh
This is my situation right now. 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?

IFRAME - Refresh
It's me again asking about IFRAME.

With UncleWobby, Steven Burn and Roland Hall's help, I was able to create a
proper IFRAME section on my page.

Now I come to the next problem.

I'd like to be able to:

- manually refresh the IFRAME, and
- set a time interval to auto refresh the IFRAME

I've got <META http-equiv="REFRESH" content="10"> in the child page (src of IFRAME) which refreshes the page in IFRAME every 10 seconds. Is there anyway I can

- change the refresh interval value, and;
- set the page in IFRAME to auto refresh or not;

from the parent page but without submitting a form from the parent page (to avoid refreshing the parent page)?

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

Refresh Window From Another One
How can i refresh window from another by just clicking button ...

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

Signs Out On Refresh
Im having a little trouble with my ASP Page, basically when your are signed in, if you try to refresh the page it will sign you out, it did it ever since i made this log out text.

<a href="index.asp" onClick="<%session("loggedin")=false session("userid")=""%>">Log out</a>

Ive given it a onClick event so the page wont logout unless its clicked but it still occurs. Help will be appreciated.

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

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.

Auto Refresh
I want to refresh a page every 5 mins without the users' intervention.I'm not sure that this is possible at all.

Refresh Another Window
I have one asp page (main.asp) that opens a window, that allows the user to enter an item. This window is controlled by enter_item.asp, much the same as a modal VB window. Except, when the item is entered in the pop up window, and this window processes the changes and closes, I need the main window to refresh again.

Because the pop up window is there, for an undefinable period, it is not possible to set a refresh timeout on the main window. Is there anyway, the pop up window can send back to the main.asp page, to refresh itself?

Refresh Another Frame
a way to redirect another frame like "response.redirect" in VBScript?

Page Refresh
I am using a form where I have a text box and image of a calendar, after clicking on calendar image JS Calendar will popup and user will select the date which will be displayed in the text box.

i want to refresh the page after the text box gets the date value from JS Calender, also this page should keep the form fields after refresh. someone have a sample code please let me know. I need to finish this task for my project. Here is the code I am using in the form:

<td width="247">
<p align="left"><font face="Verdana" size="1">Week Ending<input type="text" name="date1x" size="13" ><a HREF="#" onClick="cal1x.select(document.forms[0].date1x,'anchor1x','MM/dd/yyyy'); return false;" TITLE="cal1x.select(document.forms[0].date1x,'anchor1x','MM/dd/yyyy'); return false;" NAME="anchor1x" ID="anchor1x"><img border="0" src="images/calendar.jpg"></a></font></td>

Auto Refresh Once
I have a few .asp pages in a framed website. I find that sometimes the .asp page reads from my cache instead of refreshing the Database fields when flipping between pages using a naviagation bar in a different frame. Anyone know a little line of code that I could place at the top of my pages that will maybe automatically refresh the page ONCE - when someone enters the page ?

No-Refresh Links
after reading the article on No-refesh links i was wondering if i could link to an asp page that will simply open a new window without changing the original window. i was wondering if there was a way using

<% Response.Status = "204 No Content" %>
and some script or something?

Image Does Not Refresh
I have an ASP page which allows image uploading. When uploading is finished
an image tag is refreshed to display the new image. It works well for the
first upload, but does not refresh in other uploads, unless a substantial
amount of time passes without viewing the image. I guess it has somthing to
do with caching, but don't know how to solve it.

Refresh And Redirect
I have a framset and I want to refresh the bottom.asp whenever i do a change
in Input.asp so that bottom.asp reflect the changes made? How do I do
this???

I would also like to bee redirected back to where I came from. I use
ONCLICK="window.history.go(-1)" on a button in a form, but how do I do this
on an asp side that only have asp code and nothing that shows to the user?

Iframe Refresh
i have a webpage with two sections. the first : is a list of categories the second: is an Iframe.

when clicking a category the iframe refreshes and showes me the subcats of that category.
when i add a new category, and refresh my page, the iframe still shows me the old subcats... till i right click and refresh the iframe seperatly...

Unusual Refresh Problem.
Currently (and I know this is dumb) I have the CSS rules set out for each asp page.

This morning I decided to put them in an external file and link to them.

What I did was rename the project folder and made a copy of it so if I messed up I could go back.

I made the changes to one page.

I tried changing the rules and it didnt change the page. I clicked refresh - nothing. I deleted all temporary files - nothing.

It wasnt until I made changes to the old file (to see if it was still reading that path) that the changes to the new file were visible. :S

So I decided forget it. So I deleted the new folder and renamed the old folder. And refresh still wasnt working.

The only way to get it working was to rename the file - display it as missing - then name it back. And now it seems to be working.

What may the problem have been? Is it because I was using CSS externally so it was caching the page? Or was it just a glitch?

Blocking The Refresh Button
Does anyone know of a way to disallow a user to refresh a certain page? I ask because I have a page that duplicates itself when it is refreshed and would prefer to not allow the user to refresh at all.

Refresh Parent Window
I want to refresh the parent window from child window.

window.opener.location.reload();

A message pops out and asks me to resubmit the data.
I don't want this message.

Refresh Without "retry
i'm doing a reload() in JS
in the production site i get the message
"send again information...... : retry / cancel"
but in development site works fine
what differencia could be between
the configuration of both IIS
that allow these refresh or reload() ?


Copyright © 2005-08 www.BigResource.com, All rights reserved