Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Frames question


Message #1 by Rich <ejbquestions@y...> on Tue, 18 Dec 2001 12:05:44 -0800 (PST)
Hi !

Can you send onLoad code ?

Oleg

-----Original Message-----
From: Rich [mailto:ejbquestions@y...]
Sent: December 18, 2001 3:06 PM
To: javascript
Subject: [javascript] Frames question


Hi,

I have 2 frames in a html. One of the frame is hidden.

<html>
<FRAMESET BORDER=0 COLS="100%,*">

     <FRAME SRC="FrameA.html" NAME="FrameA"  BORDER=0 
SCROLLING=no>

     <!-- Hidden frame -->
     <FRAME SRC="FrameB.html" NAME="FrameB" BORDER=0 
SCROLLING=no>
</FRAMESET>
</html>

Both FrameA.html and FrameB.html have a form and I am
submitting the forms on their respective onLoad event.
But somehow only FrameA gets submitted and and the
form in the hidden frame doesn't get sumitted. Any
idea what's going wrong.

Thanks,
Rich



__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com


  Return to Index