Thanks woja, your explenation makes sense!!! window is a default so it will be best and safe like you said to choose:
"window.top2.location.href". Thanks Again!.
use what kaht wrote +
to automate it do:
var x;
function movediv()
{
//basicly here you change the div corodinations
//as if the starting place was x from left and y from top //now set x to x=x+1 and y to y=y+1 or in any other way
}
function repeat() // this repeats the movediv()
//to stop this...
Hey All! this is what I got-
"parent.window.top2.location.href='a.html';"
(the code is in the main page along side the frames declerations)
there are 2 other ways to code it:
"parent.window.top2.location.href='a.html';"
-or-
"window.top2.location.href='a.html';"...
Hey, if you want it to just fly horizantaly- put the imgae between "<marquee>" and "</marquee>". I think is should work also inside tables + you can adjust the marquee width and behavoir.
Hey all. I got another 1 of thoes tricky problems. let's say you have 3 frames, natrually the browser will load the first top frame. How Can you change that habit and let the browser first load the last 3rd frame?? well I know how to do this if frames were images instead => you can load them in...
hey people. I came across a bothering kina-of-theoretical problem. I just made me a nice horizetal menu bar! and it works well. here is the problem- when I click on the drop down menu, I want it to be opened below without loading again the menu code. It Can't be done with frames!- when having...
I didn't look at the script all to much when I replied I just saw it works and now know why my reply was stupid cause you can use "pinkBananas". Thx again.
Thx you all-
jammer1221 : Thx for giving it a try! I think you're right about the JS file.
GUJUm0deL :I too think the problem lies in calling of the functions and it has to do with some basics of javascript document.() functions. I don't think I would have an error if it was made in C++. and...
I really need help people. I have checked my script from all ways it can be checked and my problem is with the document.write() code. I start off by writing my whole 'body' with the document.write() . at this stage all is fine!. but now, I want to rewrite the whole document again completly from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.