Click to See Complete Forum and Search --> : frame targets in *this* code???


drublic
08-07-2003, 08:24 AM
hey, im really pushed for time, and this forum dont let me post too many characters... so heres the post on another forum i made.

basically, its getting the code to let the javascript change the target of the frame so that it stays in one main frame, but changes the pages in another iframe.

possible suggesstions so far have been the DIV tag, BASE TARGET, or something to do with location.MYFRAMENAME.whatever...

http://www.alternativenation.net/forums/showthread.php?t=36306

i dont want to include the javascript in the iframe, so thats the change 'space' bit out the window.

cheers for any replies. drublic

drublic
08-07-2003, 10:22 AM
anyone?! its driving me up the wall!!!!

SlankenOgen
08-07-2003, 10:45 AM
parent.frames[1].document.location.href =

drublic
08-07-2003, 11:45 AM
cheers for the reply man! i recongnise this, as i said in earlier posts, but im totally unsure where to change in the code i posted in theother thread?

what part should i change to my frame name?

thanks again for taking the time to read! (Y) :)

drublic
08-07-2003, 01:37 PM
ok glad i didnt save anything, bloody run time errors...

should it be in the GoTo () function? or the Go () function??

SlankenOgen
08-07-2003, 04:23 PM
In the frameset change the framename and for the url use target = "putyourFrameNameHere"