Javascript help
Moderator: Edi
Javascript help
How do I make the browser allow scripts in frames to access pages from other domains in other frames? Trying to make an auto-login page for nukezone, local test copy seems to work, but fails when trying to do so on the online page.
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
-
- Sith Acolyte
- Posts: 6417
- Joined: 2002-09-12 10:36am
Not Java Kelly, Javascript.
I believe you can call another frame's stuff with
For example, if you wanted to change the location of another frame, you could do:
Hope that helped.
I believe you can call another frame's stuff with
Code: Select all
parent.nameofotherframe.whateverpropertyyouwant
Code: Select all
parent.framename.location.href='whatever.html';
BoTM, MM, HAB, JL
-
- Sith Acolyte
- Posts: 6417
- Joined: 2002-09-12 10:36am