Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Frames


Message #1 by krunch97@m... on Wed, 23 May 2001 11:47:17 -0400
With Flash or Java how do I implement it in a web page.  Any information to help me 
in the direction of learning how it is done is greatly appreciated.

Cordially,

Fredrick J. Krantz


HTML Code Clinic <html_code_clinic@p...> wrote:
> Javascript is simply a client side scripting language allowing us to do 
some interesting things on the client side, such as adding up values, 
validating forms, displaying popup's etc.
Flash is a tool by Macromedia (recently merged with Allaire) that 
allows you to design 'cartoon' like movies that can be shown inside a 
webbrowser.

> -----Original Message-----
> From: krunch97@m... [mailto:krunch97@m...]
> Sent: 24 May 2001 16:26
> To: html_code_clinic@p...
> Cc: krunch97@m...
> Subject: [html_code_clinic] RE: Frames
> 
> 
> Looked at site, now where does java script come into play and 
> how is flash used?
> 
> Cordially,
> 
> Fredrick J. Krantz
> 
> 
> HTML Code Clinic  wrote:
> > take a look at :
> 
> http://bridge-street.members.beeb.net/MYC2001/index.html
> 
> > -----Original Message-----
> > From: krunch97@m... [mailto:krunch97@m...]
> > Sent: 23 May 2001 17:32
> > To: krunch97@m...; html_code_clinic@p...
> > Subject: [html_code_clinic] RE: Frames
> > 
> > 
> > Could you show me some code, I have never used the name to 
> hyper link 
> > between frames.  All I know is how to get started with the 
> > way to divide up 
> > the web page and no more.
> > 
> > just a sample of 1st page and the code to link it into the 
> > proper frame.
> > 
> > You help is greatly appreciated.
> > 
> > Cordially,
> > 
> > Fredrick J. Krantz
> > 
> > 
> > HTML Code Clinic  wrote:
> > > use the TARGET attribute of the  tag
> > 
> > if your frames are called LEFT and RIGHT then you could use the 
> > following in the page in LEFT :
> > 
> > <A TARGET="Link" TARGET="Link" TARGET="Link" href="mainmenu.html" 
> target="RIGHT">MainMenu</A>
> > 
> > > -----Original Message-----
> > > From: krunch97@m... [mailto:krunch97@m...]
> > > Sent: 23 May 2001 16:47
> > > To: html_code_clinic@p...
> > > Subject: [html_code_clinic] Frames
> > > 
> > > 
> > > How do I use frames in html to display 2 frames. left frame 
> > > is 20% and 
> > > right 80%.  I want to hyperlink from left frame to go to 
> > > right frame and 
> > > open the linked web page so I don't lose the list of items to 
> > > select from 
> > > on the lift side.
> > > 
> > > Is there such thing as labeling each frame to send the html 
> > > to the page?  I 
> > > hope you understand what I mean, because it is hard to 
> > > explain without 
> > > pictures.
> > > 
> > > Cordially,
> > > 
> > > Fredrick J. Krantz
> > > 

  Return to Index