| free hosting image hosting hosting reseller online album e-shop famous people | ||
![]() ![]() |
||
In the above example, the selected link page is loaded into the same window or frame.
In the function NewWindow, the variable idx is assigned the index number of the selected link.
where FrameName = the name of the frame in your frameset where the destination page will load.use the first example of code
change self.location.href to parent.FrameName.href
onChange="parent.Fred.location.href ........"
x = the frames index numberThe first frame in a frameset is frames[0].
Hence the second frame is frames[1].the menu is in the left frame the destination page loads into the right frame
Click here for frames example