A Conversation for The H2G2 Programmers' Corner

HTML Help - Frames

Post 1

Captain_SpankMunki [Keeper & Former ACE] Thanking <Diety of choice> for the joy of Goo.

I have used Frontpage to put a crappy site together for myself here: http://www.liam-graves.pwp.blueyonder.co.uk

I have two problems.

1) The MMM forum is done in frames - I need some sort of navigation bar so that I can go back to the index. How do I setup the links in the top right hand corner so it opens in the whole page, not just that frame.

2) That you will have noticed if you investigated 1) - the navigation links in the top right hand corner of the MMM forum are off the screen - how do I set that cell up so that it fits whatever size the screen is?

smiley - cheers

Liam.


HTML Help - Frames

Post 2

Pastey

1) eh?

do you mean that you'd like the start a new forum and post to a forum to break out of it's frame and use the whole window?

2) huh?

I didn't see any link off to the right hand sidesmiley - erm

smiley - rose


HTML Help - Frames

Post 3

Captain_SpankMunki [Keeper & Former ACE] Thanking <Diety of choice> for the joy of Goo.

Ah - you've experienced the problem. Your screen is not as wide as the frame and I haven't allowed scrolling.

The problem I'm having is that the link back to the index page takes that frame to the index page - not the entire page. That is, the index page is then displayed in the top frame - but you can't scroll because clever boy here has turned it off.

Liam.


HTML Help - Frames

Post 4

Pastey

make use of the TARGET element in your links. target="new" will put it into a new window, and I think target="parent" will put it into the main window. Not sure off the top of my head there though.

smiley - rose


HTML Help - Frames

Post 5

Pastey

As for the menu in the top, try using this and playing around with the pixel settings. This will put the image and the spans in a fixed position...


THIS IS CODE, IT'S NOT SUPPOSED TO DO ANYTHING






[ Home | Photo Gallery |
Search | Post ]



smiley - rose


HTML Help - Frames

Post 6

Captain_SpankMunki [Keeper & Former ACE] Thanking <Diety of choice> for the joy of Goo.

smiley - cheers I'll give it a go tonight.

Thanks for your help.

Liam.


HTML Help - Frames

Post 7

Pastey

You're welcome smiley - smiley

smiley - rose


HTML Help - Frames

Post 8

DoctorMO (Keeper of the Computer, Guru, Community Artist)

I thought the target in the anchor tag was '_top' for top most frame and '_new' for a new window, because if you just try and put top or new it will look for frames and child windows called top and new.

just a thought.

-- DoctorMO --


HTML Help - Frames

Post 9

Pastey

It has been a while since I used frames... smiley - winkeye

smiley - rose


HTML Help - Frames

Post 10

Ion the Naysayer

DoctorMo has it right. You have to use "_top" for a link to open in the current window.

Generally the browser will create a new window with the name you supplied in target="" if it doesn't find the window/frame you specify.


HTML Help - Frames

Post 11

julyflower

Can all you scarily clever people help me, please please please.

I just would really really like, one flower scrolling prettily across the screen under my picture.

I have tried, honestly I have. For two days. I worked out how to look at someone else's, I looked at Hati and Englander's butterflies, but 2 flowers flitting about looked very very silly.

I have looked everywhere for codes for "move across screen"

Thank you, humbly, for your help!

smiley - rose


HTML Help - Frames

Post 12

Pastey

This here makes a rose go back and forth across the screen...






<SMILEY TYPE="rose" />






smiley - rose


HTML Help - Frames

Post 13

Ion the Naysayer

Note that (as far as I'm aware) this only works in Internet Explorer.


HTML Help - Frames

Post 14

lw - ck

Indeed it does as it is not approved HTML and is an internet explorer gimmick


More info here: A789942

CK


HTML Help - Frames

Post 15

lw - ck

julyflower: all the info you need is at A789942


CK


HTML Help - Frames

Post 16

DoctorMO (Keeper of the Computer, Guru, Community Artist)

Yay and just to prove it, I'm in mozzila and It dosn't move at all.

you got to involve yourself in JavaScript if you want it to work multi browser (although I don't like the effect anyway so I'll shut up smiley - winkeye)

isn't there aq way to open windows with JavaScipt? and I didn't know it would open a browser window if you fed it a wrong name, it normaly just complains to me. Oh well.

-- DoctorMO --


HTML Help - Frames

Post 17

julyflower

Thank you so much Pastey and CK and the link to the site was really helpful, if only I had known it was called a "MARQUE" smiley - silly
I'll go and play around with my space now !


HTML Help - Frames

Post 18

Pastey

No worries, just shout if you need anything else smiley - smiley

smiley - rose


HTML Help - Frames

Post 19

julyflower



It works, I'm going to keep experimenting though
smiley - online2long


HTML Help - Frames

Post 20

DoctorMO (Keeper of the Computer, Guru, Community Artist)

atualy, I've never tried to use JS in H2G2's GuideML.

-- DoctorMO --


Key: Complain about this post