|
Q333 How can I load another document in the current document in Internet Explorer?
irt.org | Knowledge Base | JavaScript | File | Q333 [ previous next ]
Q333 How can I load another document in the current document in Internet Explorer?
You can in Internet Explorer 3 and 4 use a floating frame.
<IFRAME
ALIGN=ABSBOTTOM | ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
BORDER=pixels
BORDERCOLOR=color
CLASS=classname
DATAFLD=colname
DATASRC=#ID
FRAMEBORDER=NO | YES | 0 | 1
FRAMESPACING=pixels
HEIGHT=n
HSPACE=pixels
ID=value
LANG=language
LANGUAGE=JAVASCRIPT | JSCRIPT | VBSCRIPT | VBS
MARGINHEIGHT=pixels
MARGINWIDTH=pixels
NAME=window_name | _blank | _parent | _self | _top
NORESIZE=NORESIZE | RESIZE
SCROLLING=AUTO | NO | YES
SRC=url
STYLE=css1-properties
TITLE=text
VSPACE=pixels
WIDTH=n
>
|
You can alter to the contents of a floating frame using:
frames[0].location.href = 'newfile.htm';
|
where 0 means the first floating frame in the page.
|
|
Copyright © 1996-2009 irt.org, All Rights Reserved.