Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Please Check My code:Frame


Message #1 by "Jagmohan Singh" <jsnegi@s...> on Sat, 31 Mar 2001 22:41:25 +0530
This is a multi-part message in MIME format.

------=_NextPart_000_0039_01C0BABA.6FA5E3C0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Specify target=3D_parent or _top in your frame tag.
  ----- Original Message -----
  From: Jagmohan Singh
  To: HTML Code Clinic
  Sent: Saturday, March 31, 2001 10:41 PM
  Subject: [html_code_clinic] Please Check My code:Frame


  Dear Developers ,
              Accoring to ur instruction i work that way also but was 
not able
  to find the solution of my probelm
  my main file code is that:
  <html>
  <frameset rows=3D"150,*" FrameBorder=3D"0" FrameSpacing=3D"0" 
Border=3D"0">
  <frame src=3D"banner.html">
   <frameset cols=3D"25%,75%" FrameBorder=3D"0" >
    <frame src=3D"main_user.html" Scrollbars=3D"no">
    <frame src=3D"main_india.html" Scrollbars=3D"no">
   </frame>
  </frame>

  and when I press submit button from main_user.html the new site open 
only in
  that frame not in whole . I want to open it in Whole.

  Thanks for your help
  Please help me
  jsnegi@s...



hsgrewal@g...
$subst('Email.Unsub')





  Return to Index