Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

frames and opening pages.

Status
Not open for further replies.

Jon99

MIS
Feb 17, 1999
23
US
This is probably blindingly obvious but I have been staring at this problem for too long.

I have a page with frames. In the main frame ("content") I have a page loaded that is a preview page with a submit button. On clicking submit the preview is approved - the frame must then load up the page listing other items awaiting approval (from which the approval page was called. So I can't use an ordinary link which would load the page in by default to the same frame, so I call a function from onSubmit().

How do I call the items awaiting approval page into the main frame within the function?

Thanks,

Jon
 
can u explain that again :) or put up a link to the page which is the problem...

if you have a submit button and you want to go to another page, can't you just do:

Code:
<FORM action=&quot;approvalpage.html&quot;>

that would automatically load within the same frame.
or am i missing something??

 
Like I said - &quot;wood for trees, etc&quot; Thanks for reminding me though ! : )
 
doh! and i thought u actually wanted to do something far more complicated an i just wasn't gettin it...lol :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top