asgxd.htm

来自「apache技术手册」· HTM 代码 · 共 3,138 行 · 第 1/5 页

HTM
3,138
字号



<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080><BR></FONT>



<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

parent: Loads in the parent window.</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080><BR></FONT>



<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

top: Loads in the top window.</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

The AREA element is allowed within the following element:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

MAP</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

The element is allowed inside the following:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

None. The AREA element is not a container.</FONT>

</TABLE><BR>

<A NAME="E69E222"></A>

<H4 ALIGN=CENTER>

<CENTER>

<FONT SIZE=4 COLOR="#FF0000"><B>Example of </B><B>AREA</B></FONT></CENTER></H4>

<BR>

<P>Note that the USEMAP option requires a # sign (just like a local HREF) before the name of the fragment containing the map coordinates:

<BR>

<PRE>

<FONT COLOR="#000080">&lt;AREA SHAPE=RECT COORDS=&quot;56,7,106,86&quot; HREF=&quot;#b&quot; ALT=b&gt;

&lt;AREA SHAPE=CIRCLE COORDS=&quot;219,63,23&quot; HREF=&quot;#e&quot; ALT=e&gt;</FONT></PRE>

<BR>

<A NAME="E68E198"></A>

<H3 ALIGN=CENTER>

<CENTER>

<FONT SIZE=5 COLOR="#FF0000"><B>B</B><B> (Bold)</B></FONT></CENTER></H3>

<BR>

</TABLE><P>The B element provides emphasis by rendering its contents in boldface. The B element requires a closing tag.

<BR>

<P><B> <A HREF="javascript:if(confirm('http://docs.rinet.ru:8080/Apachu/xdasg03.gif  \n\nThis file was not retrieved by Teleport Pro, because it was redirected to an invalid location.  You should report this problem to the site\'s webmaster.  \n\nDo you want to open it from the server?'))window.location='http://docs.rinet.ru:8080/Apachu/xdasg03.gif'" tppabs="http://docs.rinet.ru:8080/Apachu/xdasg03.gif">Figure D.4. The </B><B>B</B><B> element.</A></B>

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Syntax:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

&lt;B&gt;...&lt;/B&gt;</FONT>

</TABLE><P>The B element is allowed within these elements:

<BR>

<UL>

<UL>

<P>A, APPLET, B, BIG, BR, CITE, CODE, DFN, EM, FONT, I, IMG, INPUT, KBD, MAP, SAMP, SCRIPT, SELECT, SMALL, STRIKE, STRONG, SUB, SUP, TEXTAREA, TT, U, and VAR

<BR>

</UL></UL>

<P>B is allowed inside the following:

<BR>

<UL>

<UL>

<P>A, ADDRESS, B, BIG, BLOCKQUOTE, BODY, CAPTION, CENTER, CITE, CODE, DD, DFN, DIV, DT, EM, FONT, FORM, H1...H6, I, KBD, LI, PRE, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TD, TXTFLOW, TH, TT, U, and VAR

<BR>

</UL></UL>

<BR>

<A NAME="E69E223"></A>

<H4 ALIGN=CENTER>

<CENTER>

<FONT SIZE=4 COLOR="#FF0000"><B>Example of </B><B>B</B></FONT></CENTER></H4>

<BR>

<PRE>

<FONT COLOR="#000080">&lt;B&gt;Bold&lt;/B&gt; can be used on normal text.&lt;BR&gt;

&lt;PRE&gt;

You can also use &lt;B&gt;Bold&lt;/B&gt; on preformatted text.

&lt;/PRE&gt;

&lt;BR&gt;

You can even use &lt;B&gt;Bold&lt;/B&gt; and &lt;I&gt;Italics&lt;/I&gt; &lt;B&gt;&lt;I&gt;together&lt;/I&gt;&lt;/B&gt;!&lt;BR&gt;</FONT></PRE>

<BR>

<A NAME="E68E199"></A>

<H3 ALIGN=CENTER>

<CENTER>

<FONT SIZE=5 COLOR="#FF0000"><B>BASE</B></FONT></CENTER></H3>

<BR>

</TABLE><P>The BASE element provides an absolute URL from which to interpret any relative URL links specified in the document. This allows the original document to be moved, while preserving all relative links. The default base address is the URL used to access the document; however, when the document is moved or copied elsewhere, the default base URL is not correct. The BASE element is very useful in ensuring that hyperlinks don't break when a page is moved or is mirrored by an user.

<BR>

<P>This element is only allowed within a HEAD element.

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Syntax:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

&lt;BASE HREF=<I>url</I> [TARGET=<I>window</I>]&gt;</FONT>

</TABLE><P>Options include the following:

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Option

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Description</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

HREF

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the base URL</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

TARGET

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Netscape 2.0 extension that allows to define a named target window for each hyperlink in the document that doesn't set an explicit TARGET attribute.</FONT>

</TABLE><P>The BASE element is allowed within these elements:

<BR>

<UL>

<UL>

<P>Not applicable. Element is not a container.

<BR>

</UL></UL>

</TABLE><P>The element is allowed inside the following:

<BR>

<UL>

<UL>

<P>HEAD

<BR>

</UL></UL>

<BR>

<A NAME="E69E224"></A>

<H4 ALIGN=CENTER>

<CENTER>

<FONT SIZE=4 COLOR="#FF0000"><B>Example of </B><B>BASE</B></FONT></CENTER></H4>

<BR>

<PRE>

<FONT COLOR="#000080">&lt;BASE HREF=&quot;http://www.somewhere.com/files/&quot;&gt;

&lt;BASE HREF=&quot;http://www.somewhere.com/files/ TARGET=_blank&gt;</FONT></PRE>

<BR>

<A NAME="E68E200"></A>

<H3 ALIGN=CENTER>

<CENTER>

<FONT SIZE=5 COLOR="#FF0000"><B>BASEFONT</B></FONT></CENTER></H3>

<BR>

</TABLE><P>The BASEFONT element alters the base font that is used as a default for any nonspecifically formatted text.

<BR>

<P><B> <A HREF="javascript:if(confirm('http://docs.rinet.ru:8080/Apachu/xdasg04.gif  \n\nThis file was not retrieved by Teleport Pro, because it was redirected to an invalid location.  You should report this problem to the site\'s webmaster.  \n\nDo you want to open it from the server?'))window.location='http://docs.rinet.ru:8080/Apachu/xdasg04.gif'" tppabs="http://docs.rinet.ru:8080/Apachu/xdasg04.gif">Figure D.5. The </B><B>BASEFONT</B><B> element.</A></B>

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Syntax:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

&lt;BASEFONT COLOR=<I>color</I> NAME=<I>name</I> SIZE=<I>n</I>&gt;</FONT>

</TABLE><P>Options include the following:

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

COLOR=<I>color</I>

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the color of the base font. Colors are specified using hexadecimal notation for each component in the RGB channel in the following format: #RRGGBB, or by specifying one of the Microsoft Internet Explorer predefined colors: Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, Navy, Olive, Purple, Red, Silver, Teal, Yellow, White.</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

NAME=<I>name</I>

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the name of the font.</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

SIZE=<I>n</I>

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the size of the base font to be one of seven predefined sizes. The default size is 3, and the largest is 7. You can specify sizes relative to BASEFONT using the FONT element. <I>n</I> can range in size from 1 to 7, inclusive.</FONT>

</TABLE><P>The BASEFONT element is allowed within these elements:

<BR>

<UL>

<UL>

<P>None. BASEFONT is not a container element.

<BR>

</UL></UL>

<P>BASEFONT is allowed inside the following:

<BR>

<UL>

<UL>

<P>A, ADDRESS, B, BLOCKQUOTE, BODY, CITE, CODE, DD, DT, EM, FORM, H1, H2, H3, H4, H5, H6, I, KBD, LI, P, PRE, SAMP, STRONG, TT, and VAR

<BR>

</UL></UL>

<BR>

<A NAME="E69E225"></A>

<H4 ALIGN=CENTER>

<CENTER>

<FONT SIZE=4 COLOR="#FF0000"><B>Example of </B><B>BASEFONT</B></FONT></CENTER></H4>

<BR>

<PRE>

<FONT COLOR="#000080">Here is some unadultered normal text (no basefont).

&lt;P&gt;

&lt;BASEFONT SIZE=4&gt;

This is some text after BASEFONT size is set to 4.

&lt;BR&gt;

&lt;FONT SIZE=+1&gt;Here is size +1.&lt;/FONT&gt;&lt;BR&gt;

&lt;FONT SIZE=+2&gt;Here is size +2.&lt;/FONT&gt;&lt;BR&gt;

&lt;FONT SIZE=+3&gt;Here is size +3.&lt;/FONT&gt;&lt;BR&gt;</FONT></PRE>

<BR>

<A NAME="E68E201"></A>

<H3 ALIGN=CENTER>

<CENTER>

<FONT SIZE=5 COLOR="#FF0000"><B>BGSOUND (Background Sound)</B></FONT></CENTER></H3>

<BR>

</TABLE><P>The BGSOUND element is a Microsoft Internet Explorer 2.0 extension which defines the audio file to be played as a background to the document.

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Syntax:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

&lt;BGSOUND SRC=<I>url</I> LOOP=<I>n</I>&gt;</FONT>

</TABLE><P>Options for BSOUND include the following:

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

SRC=<I>url</I>

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the URL of the audio file to play.</FONT>





<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

LOOP=<I>n</I>|INFINITE

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Specifies the number of times the source sound will play while the document is displayed. The default is to play once, but you can also specify infinite for unlimited playback. There's no way of disabling the audio, except for turning off the volume or traveling to another page.</FONT>

</TABLE><P>The BGSOUND element is allowed within these elements:

<BR>

<UL>

<UL>

<P>None. BGSOUND is not a container element.

<BR>

</UL></UL>

</TABLE><P>The element is allowed inside the following:

<BR>

<UL>

<UL>

<P>A, ADDRESS, B, BLOCKQUOTE, BODY, CAPTION, CENTER, CITE, CODE, COMMENT, DD, DFN, DT, EM, ENTITY, FONT, FORM, H1...H6, HEAD, I, KBD, LI, MARQUEE, P, SAMP, STRIKE, STRONG, TD, TH, TT, U, and VAR

<BR>

</UL></UL>

<BR>

<A NAME="E69E226"></A>

<H4 ALIGN=CENTER>

<CENTER>

<FONT SIZE=4 COLOR="#FF0000"><B>Example of </B><B>BGSOUND</B></FONT></CENTER></H4>

<BR>

<BR>

<PRE>

<FONT COLOR="#000080">&lt;BGSOUND SRC=&quot;/sounds/my.mid&quot; LOOP=INFINITE&gt;</FONT></PRE>

<BR>

<A NAME="E68E202"></A>

<H3 ALIGN=CENTER>

<CENTER>

<FONT SIZE=5 COLOR="#FF0000"><B>BIG</B></FONT></CENTER></H3>

<BR>

</TABLE><P>The BIG element specifies that the enclosed text be rendered one size larger than the current font. The BIG element requires a closing tag.

<BR>

<P><B> <A HREF="javascript:if(confirm('http://docs.rinet.ru:8080/Apachu/xdasg05.gif  \n\nThis file was not retrieved by Teleport Pro, because it was redirected to an invalid location.  You should report this problem to the site\'s webmaster.  \n\nDo you want to open it from the server?'))window.location='http://docs.rinet.ru:8080/Apachu/xdasg05.gif'" tppabs="http://docs.rinet.ru:8080/Apachu/xdasg05.gif">Figure D.6. The </B><B>BIG</B><B> element.</A></B>

<BR>



<TABLE  BORDERCOLOR=#000040 BORDER=1 CELLSPACING=2 WIDTH="80%" CELLPADDING=2 >

<TR>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

Syntax:

</FONT>

<TD VALIGN=top  BGCOLOR=#80FFFF ><FONT COLOR=#000080>

&lt;BIG&gt;...&lt;/BIG&gt;</FONT>

</TABLE><P>The BIG element is allowed within these elements:

<BR>

<UL>

<UL>

<P>A, APPLET, B, BIG, BR, CITE, CODE, DFN, EM, FONT, I, IMG, INPUT, KBD, MAP, SAMP, SCRIPT, SELECT, SMALL, STRIKE, STRONG, SUB, SUP, TEXTAREA, TT, U, and VAR

<BR>

</UL></UL>

<P>BIG is allowed inside the following:

<BR>

<UL>

<UL>

<P>A, ADDRESS, B, BIG, BLOCKQUOTE, BODY, CAPTION, CENTER, CITE, CODE, DD, DFN, DIF, DT, EM, FONT, FORM, H1...H6, I, KBD, LI, P, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TD, TEXTFLOW, TH, TT, U, and VAR

<BR>

</UL></UL>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?