[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using onLoad



If you want to change current URL of frame you should use
"location" property instead of "history" object (history.go()
requires integer value of steps).

Example :

parent.frame2.location.href="http://www.sun.com";

regs.
Yuri.

freebird@gnu.ai.mit.edu writes:
 > I am trying to load a page on one frame by using the loading of 
 > another (seems rather useful<s>).  I've already tried:
 > 
 > parent.frame[x].history.go('...')
 > and
 > parent.frame.framename.history.go('...')
 > 
 > with only errors for my troubles, any ideas?
 > --Lee
 > 
 > Web Site Maintainer for Nurses' Call
 > http://www.npl.com/~nrs_call/

/----------------------------------------------------------------------\
|                                 |                                    |
| Yuri Alkin                      | A specialist is someone who learns |
| yuri@yuri6000.stil.scitex.com   | more and more about less and less, | 
|                                 | and ends up knowing everything     |
| Libraries and desktop support   | about nothing...                   |
| Scitex Corporation Ltd.         |                                    |
|                                 |                                    |
\----------------------------------------------------------------------/