Website question

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

Shinon`

19x sshot!
Aug 21, 2002
5,910
0
Sprang-Capelle, NL
I'm making this website with a group of fellow students, for our project we have to presentate in Oktober.
But we're stuck tbh.

we've got 4 frames (menu, logo, text and home).
it's barely in stage 1 atm.

the question:
We click a link in the menu (we got no links atm, but we will soon :P) we want that link will be opened in the left submenu frame and when we click a submenu there, we want to open a new text page. All offcourse in the same page, not frame.

here's a picture for a better example, and i also added the pages (example.htm is the one with all the frames ordered in).

I beg for your help,

$au$je
 

Attachments

  • HowTo.JPG
    HowTo.JPG
    21.6 KB · Views: 194
  • Example.rar
    877 bytes · Views: 36
Try
Code:
<Frame name="$een naam" src="$standaard pagina">
For the link use
Code:
<a target="$framename" href="$deze pagina laad in het frame">
 
Please use a CSS driven website. Frames are lame. I'm sorry, i couldn't resist.

If you really want to resume with this, read w3schools.com.
 
K guys let's keep it on topic. Everybody started simple with building webpages. Not everyone is specialised and geeky enough in this business. Making fun of it is no way to help each other. Off Topic and non serious posts have been removed.

ps. If you're all so clever then it's a simple question for most of you ;)
 
Last edited:
thanks zombie, settings look good atm :)
i'll if i can make anything tomorrow, if any probs i post again here :P

p.d. Are you ever online msn zombie, cause i still have you on my list from the last time i asked about website, but i don't see you much online :angel:
 
Saus you should send Relax a message. The uber websitebuilder from Sprang-Capelle! (oh wait he lives in Waalwijk now, THE TRAITOR!)
 
thanks zombie, settings look good atm :)
i'll if i can make anything tomorrow, if any probs i post again here :P

p.d. Are you ever online msn zombie, cause i still have you on my list from the last time i asked about website, but i don't see you much online :angel:
yes mate, just sent me a message on there :)
 
saus take another look at the rar file (in this post)
iv had more time to do it for ya.
think this is more what u wanted.
any problems just msn me, i should b on for the rest of the day.
 

Attachments

  • 23sep.rar
    4.2 KB · Views: 39
Question!?

i'm stuck in some weird way ( i guess )

i've added some buttons, and some new links...
when i open index, it looks ok (apart that there is yet nothing shown below :P )
then i click 'Over Pro Patria' and the menuheader is gone :|
but when i click the button 'Organisatie' i lose my left menu also..

Help me please, zombie?! :angel:
 
it would of helped if u posted the files so i coudl take a Quick look for you, or pop on msn.... only going to b on for about the next 10 mins, cause Footballs on tonight.
 
i'm stuck in some weird way ( i guess )

i've added some buttons, and some new links...
when i open index, it looks ok (apart that there is yet nothing shown below :P )
then i click 'Over Pro Patria' and the menuheader is gone :|
but when i click the button 'Organisatie' i lose my left menu also..

Help me please, zombie?! :angel:
take a look at The "Home" button and see how thats done, same with "MenuProPatria.htm"
Remember to set where u want the page to open.
Btw what program are u useing? i use "Macromedia Dreamweaver"
 

Attachments

  • 27sep.rar
    145.8 KB · Views: 34
Frontpage... i will download Dreaweaver today ;)

Frontpage :spit:

While Dreamweaver aint bad, I recommend using just notepad and none of the fancy WYSIWYG programs.
That way you'll actually learn html instead of clicking on things and no clue whats going on in the background.
Pages you create yourself tend to be smaller than dreamweaver-generated pages due to useless/double html.
Also frames are a big no-no. Search-engines dont like you then.

All you need: W3 schools - HTML

Although I advise going with XHTML instead of HTML.