Navigating the pages using layout

S

Suna

Hi i am creating a web site first time. i am not well versed with front page.

Help me to create my website.

I am creating a page with layouts. am spliting the page like frames. now i
have some buttons in the left hand side, if i click the buttons the contents
should be displayed in the right hand side of the layout.

How to do this?
 
S

Stefan B Rusynko

Set the nav frame target or hyperlink properties to target the content frame

PS
It is recommended that you Don't use Frames for your layout
- there are many disadvantages and problems with frames for users

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hi i am creating a web site first time. i am not well versed with front page.
|
| Help me to create my website.
|
| I am creating a page with layouts. am spliting the page like frames. now i
| have some buttons in the left hand side, if i click the buttons the contents
| should be displayed in the right hand side of the layout.
|
| How to do this?
 
S

Suna

thanks Stefan,

but i already created a hyper link for that content page....

the prob is i dont know how to set the target frame??

if i use the frame then we have the id for that frame...

but i am using only layouts ant not the frames....

then hw can i navigate????
 
T

Trevor Lawrence

Suna said:
thanks Stefan,

but i already created a hyper link for that content page....

the prob is i dont know how to set the target frame??

if i use the frame then we have the id for that frame...

but i am using only layouts ant not the frames....

then hw can i navigate????

If you have to use frames, then use
target="framename" in the hyperlink
e.g
<a href="content.html" target="xxx" title="Content Page">

It is fairly easy to do this using the Code tab and typing it in.

But in Design mode,
Right click the link
Select Hyperlink Properties
Select Target Frame
Type frame name into the "target setting " box
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top