473,320 Members | 1,863 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

reload frame

The page has Top frame (input) and bottom frame (result)

The input html page send input to asp to generate result to bottom frame.

The page works. But i wish to refresh bottom frame once i click the submit
button to see the result by the java function

<script language =javascript>
function button1_onclick()
{
window.parent.mainFrame.location.reload();
}
</script>

But the bottom frame does not reload.

is my logic wrong? is it conflicted with form action or method? Thanks.

tony
Aug 22 '05 #1
1 5044
tony wong wrote on 22 aug 2005 in
microsoft.public.inetserver.asp.general:
The page has Top frame (input) and bottom frame (result)

The input html page send input to asp to generate result to bottom
frame.

The page works. But i wish to refresh bottom frame once i click the
submit button to see the result by the java function

<script language =javascript>
function button1_onclick()
{
window.parent.mainFrame.location.reload();
}
</script>

But the bottom frame does not reload.

is my logic wrong? is it conflicted with form action or method?
Thanks.


This has nothing to do with [serverside] ASP,
so you better ask a clientside NG.

ASP does not know about frames and form submitting.

[btw: I would use an javascript onsubmit with return true]

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Aug 22 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: WL Yang | last post by:
Hi all, I am a new comer, and also a beginner for web page making. I am making a page with 2 frame, a button was added on the left-side frame( called frame1 ) to reload the page on the...
2
by: Patrick BARON | last post by:
Hi I want to be able to reload a frame only when an address specific is called using Netscape 4.x. I thus introduced into the page the following script (which does not work...): < script...
3
by: KathyB | last post by:
Hi, Been reading a LOT about frames, variables, etc. I realize you can NOT use server.transfer with target frames (which are client)... I have a Parent frame containing Left and Right frames....
6
by: Stefan Mueller | last post by:
After my web page has been loaded I'm doing some tests with a JavaScript. If I figure out that something is wrong I'd like to reload the whole frameset. With Internet Explorer and Mozilla Firefox...
9
by: permanent.tourist | last post by:
I'm having a hell of a job getting this to work in Safari: the only thing I can think of is that one can't use reload() across to another frame for security reasons. Does anyone have a concrete...
5
by: David T. Ashley | last post by:
Hi, I have an application where I use a left frame to navigate to another page in the main frame. After I've done this, when I use "RELOAD" in the browser, it goes back to the original page...
7
by: Raffi | last post by:
I'm facing a tricky (at least for me) page reload/refresh scenario and need some help. I'm working on a web application which is primarily used with MSIE. The application has a main window with...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.