Ordinary URL for frames file:
|
http://eilc.org/index.html
|
HTML code:
|
<frameset rows="100,*">
<frame name="Navbar" src="eilc_navbar.html" scrolling="no"
frameborder="0" noresize>
<frame name="Main" src="home.shtml" scrolling="auto"
frameborder="0" noresize>
</frameset>
|
URL submitted to the Quotation Ring:
|
http://eilc.org/quotes.html
|
HTML code:
|
<frameset rows="100,*">
<frame name="Navbar" src="eilc_navbar.html" scrolling="no"
frameborder="0" noresize>
<frame name="Main" src="quotes1.html" scrolling="auto"
frameborder="0" noresize>
</frameset>
|
Both URLs point to frames files. The first URL refers to the ordinary entry file
(index.html), while the second URL refers to an alternate entry file (quotes.html)
that loads a page (quotes1.html) with the Quotation Ring fragment in one of the
frames ("Main"). The result is that the quotes page appears first to visitors who
enter the site through a Quotation Ring link, while it works as usual to other
visitors.
The requirements prescribe that "the HTML code is to be inserted on just the
page that your submitted URL points to". That rule applies to how it appears on the
screen. Consequently, this site fulfils the Quotation Ring Requirements.
|