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.

View Replies


ADVERTISEMENT

Unwanted Characters In CSV

I am trying to prepare a report to export data to a csv file and, in addtion to the charaters present in the DB the csv file also contains some charaters which i do not understand (some square type characters), i tried to copy them here but they seem to changing to spaces when copied here.

View Replies View Related

Closing Unwanted Pop Ups

My website has been targetted by a web scam. They have sent out an email, which looks as if it's come from me (the email tells them that they must update their information). There is a link in the email which, when clicked, opens up 2 windows: my site in the background and a small window on top with form. This forms asks the customer to submit sensitive information. Is there any script I can use to close down other windows when my site is opened? I can't think of any other quick solution at the moment.

View Replies View Related

Unwanted Comma

I'm testing the output of variables passed from my 1st ASP to my 2nd ASP. Code:

View Replies View Related

Prevent Unwanted Comma

This may not be possible on the server side, so apologies if this is the
wrong group for this post.My form consists of an unknown number of pairs of text boxes. They are named textbox_a and textbox_b. I then split the comma separated list
that gets posted:

textbox_a = split(Request.Form("textbox_a"),",")
for i = ubound(textbox_a)
...insert into db

then do the same for textbox_b

If anyone puts a comma into one of the text boxes, this will result in
unmatched pairs. How can I deal with the comma, or prevent it?

View Replies View Related

Unwanted Session Timeout

I have a simple form connecting to an Access database where users log in,
fill out the form, and submit. Everything works fine.

However, sometimes it takes a user 20 minutes or more to fill out the form.
When the user then hits "submit" he is given the login page instead of the
response page I have built in. If the user fills the form out in less than
20 minutes or so, it works fine.

I have Session.Timeout=720 (2 hours) but this hasn't changed anything.

Does anyone know what I'm missing? I'm pretty new at asp so forgive me if
it's something simple.

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

Stripping Out Unwanted Characters From A String

I'm trying to strip out none alphanumeric characters (and a couple of punctuation marks) from a string before inserting into a database.

I've put in my code below, basically I thought I'd loop through each character in turn and pass it through a regular expression to check its validity. If it passes I'll add it to a global variable ('validString') if it fails I'll remove it.

But I can't get my Mid() function to accept 'i' as a value so it won't loop. Code:

View Replies View Related

How To Filter Out Unwanted Selection In Rs Paging Link

Since The recordset paging didn't work as I had posted in my previous thread, I decided to look for a new sample code on paging. Thank God it worked. But I'm trying to figure out what to write in the page links: Code:

View Replies View Related

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?

View Replies View Related

Refresh

How can I refresh one webpage from another?

View Replies View Related

Refresh

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

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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

View Replies View Related

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?

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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?

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

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>

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

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:

View Replies View Related

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?

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

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 Replies View Related

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:

View Replies View Related

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?

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

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!

View Replies View Related

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.

View Replies View Related

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?

View Replies View Related

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

View Replies View Related







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