Closed Thread Icon

Preserved Topic: ATTN: DocOzone. This is for you. (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=17725" title="Pages that link to Preserved Topic: ATTN: DocOzone.  This is for you. (Page 1 of 1)" rel="nofollow" >Preserved Topic: ATTN: DocOzone.  This is for you. <span class="small">(Page 1 of 1)</span>\

 
Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 05-19-2000 16:34

I've just gotta ask Doc Ozone a question. I was at the Ander Qvicker AQ Art and Design site the other day ( http://www.aqa-d.se for anyone who doesn't know <IMG SRC="http://www.ozones.com/forum/wink.gif"> ) and I read a thing on his site that says that his javascript was originally written by you. I want to know, because even if you didn't do this bit, you may still know how to do it, how you get images to change in different frames. For example, AQ has a thing that, say, you click on his 'Fun With Filters' link, the set of link buttons on the top frame appears, and if you click on a different link, they change. So I want to know how do you get that kind of effect? I'd love to do that with the interface that will come up at the end of this message. So you could click one of the links on it, and a new set of buttons comes up in a different frame. Here is the interface...<P> <IMG SRC="http://www.geocities.com/freizah/remote3.jpg"> <P>So...what do you think of it. Feel free to comment.<P><P>------------------
/_-=SKAARJJ=-_\
Education is like a highly contagious, sexually transmitted disease. It rules you out from every job you want, and then you have the urge to pass it on.
-Terry Pratchett

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 05-19-2000 18:20

Generally speaking, it's done like this:
You set up an HTML file containing the link buttons and whatever else.
When you make the anchor tag for the button you're clicking on in your left (or whichever) frame, you do it like this:<P>a href="blah.html" target="head"<P>where "blah" is the name of your html file, and "head" is what you name the top/right frame that your buttons appear in.<P>if you want to access it through Javascript, then it's like this: parent.head.src="blah.html"<P>does that help?<P>------------------
What care I how time advances? I am drinking Ale today. -- Edgar Allen Poe

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 05-19-2000 23:37

Ws that what you after Skaarjj? Changing the whole page content in another frame? If so, that was a simple and neat answer. If you want to leave the page the same, and change just an image there, you would refer to it in javascript like...<P>parent.framename.imagename.src ="newimage.gif";<P>Or possibly using an image from an array. I'm starting to hide a lot of my core javascript variables up inside the frameset document, and then referring up to them with either "parent.functionname()" or "top.functionname()". It's a nice way to save variables when you need to move around in a site, but want to hold the values from page to page.
<P>------------------
<IMG SRC="http://www.ozones.com/forum/siggie.gif">

DocOzone
Maniac (V) Lord Mad Scientist
Sovereign of all the lands Ozone and just beyond that little green line over there...

From: Stockholm, Sweden
Insane since: Mar 1994

posted posted 05-19-2000 23:42

Oh, OK. I was still in "techy" mode. Let's look at the design, OK? The colors are a bit too basic for my taste, strong primal colors, but no real theme. Start with a background color or image, and then your basic foreground interface thing. Make the colors work together. Then pick a highlight theme that goes with both of them. You'll probably also want a good higlight color for special things, and a mouseover theme as well. Think this out early and stick to it, it'll make things look better all around. The bright blue, yellow, green, etc... don't work for me, try and be a bit more subtle. I try and make my interfaces into things you'd like to hold in your hand, won't that bumpy surface be kind of scratchy? Smooth it out a bit, try and design an object, not an image. Good start, but now it needs work and refinement. The shape is hard to judge without seeing it in context, will it work in a page? Try it out on a blank page, try it on for size, you'll get a better grasp of things, and so will I. I'll wait for version 2!<P>------------------
<IMG SRC="http://www.ozones.com/forum/siggie.gif">

« BackwardsOnwards »

Show Forum Drop Down Menu