How to Populate an In-Line Frame

J

JCO

Is there anyway to populate an inline frame by having the viewer select
options.
I'm display player statistics. I would like the viewer to select the
player. When the link is selected, I thought it would be good to bring it
up in an inline frame.

Thanks
 
T

Thomas A. Rowe

You have to load a page into the IFrame, so your link would point to a page with a target value of
the name of the IFrame.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

JCO

Ah yes! I see that now.
Thanks

Thomas A. Rowe said:
You have to load a page into the IFrame, so your link would point to a page with a target value of
the name of the IFrame.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top