[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New windows load & netscape.ini access
Lourdes Yero wrote:
> newWindow = open(url, windowname)
>
> how can the script know when the page url is completely loaded in the new
> window (new window red light goes off)?
>
> 2) With beta6b javascript: is it possible to access (modify?) values in
> netscape.ini (options menu, preferences, etc.)?
Check the JS documentation available through the Handbook. But here is the quick and
dirty. Try:
msgWindow=window.open("url","window_title","width=380,height=400,toolbar=no,directories=no
,menubar=no,location=no")
NB: the list of characteristics which controls width, height, toolbar, etc., the list is
deliminated by commas and NO spaces.
_________________________________________________________________
Seth D. Palmer VISA LA FRANCE
sdpalmer@panix.com - Don't leave your chateau without it.
DIGI.INTELLIGENTSIA, LTD.
Technologies Avancees-Solutions Creatrices
http://www.panix.com/~sdpalmer/iphil
Home of the Israel Philharmonic Orchestra home page
_________________________________________________________________