- From: Trejkaz <trejkaz@trypticon.org>
- Date: Wed, 16 Feb 2005 19:31:16 +1100
- To: "Adeel Javed" <adeel.research@gmail.com>, www-html@w3.org
Received on Wednesday, 16 February 2005 08:31:06 UTC
On Tuesday 15 February 2005 22:20, Adeel Javed wrote:
>
> Now this portion of the webpage could be accessed from another webpage by
> simply linking to this particular section of the page, using the LINK tag.
> ---------------------------------------------------------------------------
> <!-- where you want to display the information -->
> <LINK url="url of the source page" sectionId="stockReport"/>
> ---------------------------------------------------------------------------
>
> webpage b
>
> This is a better way according to me for external linking.
The existing way would be:
<link ... href="otherpage.html#stockReport" />
or...
<a href="otherpage.html#stockReport">the stock report</a>
I don't immediately see any advantage to your suggestion. If anything it adds
overhead.
TX
--
Email: Trejkaz Xaoza <trejkaz@trypticon.org>
Web site: http://trypticon.org/
Jabber ID: trejkaz@jabber.zim.net.au
GPG Fingerprint: 9EEB 97D7 8F7B 7977 F39F A62C B8C7 BC8B 037E EA73
Received on Wednesday, 16 February 2005 08:31:06 UTC