jscript - frames - refresh 
Author Message
 jscript - frames - refresh

We have code that currently runs on Netscape but not on I.E.   We use
two framesets.   Our form is initially divided into two frames ( A and
B). Frame B is later divided into two frames ( C and D).   The code
works on I.E. just fine until we use the refresh button.

Frame D is called from frame C  by pressing tehesubmit button with the
following  call:
<form name=critform method=post TARGET="D" action="/cgi-bin/webdriver >
<input type=hidden name=MIval value=aa-genelister.apg>
This works fine.   ( We are using Informix databse and Informix web
datablade )_

When the refresh button is pressed from I.E. 5 running on a MAC , the
following message is generated:

Requested URL /sgi-bin/webdriver was not found on this server.

When the refresh button is pressed from I.E. 5 running on a wondows 98
PC, the following message is generated:

Requested method POST is not allowed for the URL /cgi-bin/webdriver.

The reload button on Netscape works fine.

All of our forms that consist only of frames  A and B work fine on all
systems.

Thank you in advance for your suggestions,
Judy



Sun, 20 Jul 2003 06:29:06 GMT  
 jscript - frames - refresh
Judy,

Just a guess, but there's no closing quote on the "action" property - could
be making the URL invalid.

Tony Spratt
JLT Management Services


Quote:
> <form name=critform method=post TARGET="D" action="/cgi-bin/webdriver >
> <input type=hidden name=MIval value=aa-genelister.apg>



Sun, 20 Jul 2003 20:00:22 GMT  
 jscript - frames - refresh

Quote:

> Judy,

> Just a guess, but there's no closing quote on the "action" property - could
> be making the URL invalid.

> Tony Spratt
> JLT Management Services



> > <form name=critform method=post TARGET="D" action="/cgi-bin/webdriver >
> > <input type=hidden name=MIval value=aa-genelister.apg>

Tony,

Thanks for the guess but that was just a cut and paste typo.

Judy



Sat, 26 Jul 2003 01:29:10 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Help to Refresh a frame from another frame

2. refreshing a frame from another frame

3. getting query string from frame in jscript and getting frame name from another frame

4. 'refresh' button will refresh which frame if I have 3 frames?

5. InLine Frames wacks-out after refresh

6. refresh inside of frame

7. frame Refresh

8. frame refresh from popup

9. Frames refresh

10. Frame Refresh

11. Refreshing a page/frame with javascript

12. refreshing two frames in a frameset (when clicking a link)

 

 
Powered by phpBB® Forum Software