Re: Basic DHTML question
- From: "Jonathan N. Little" <lws4art@xxxxxxxxxxxxx>
- Date: Sat, 03 Feb 2007 23:25:09 -0500
liamo wrote:
i use dhtml on my anchor links to have the page scroll down to the
place.
A link with a fragment, example:
<a href="http://www.example.com/sample.html#anchorName">To Anchor</a>
the bit after the '#' is the fragment if found on 'sample.html' a named anchor:
<a name="anchorName"></a>
or any element with 'id' set to that anchor name:
<p id="anchorName">Lorem ipsum dolor sit amet, consectetuer...
if the above link is clicked then the browser will scroll page to put such anchor in view. No DHTML required.
its just javascipt and html , no? should be jhtml..?
As above no JavaScript required, just HTML and the browser will do the rest. I have no idea what 'JHTML' has to do with anything, Java also is not required.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
.
- Follow-Ups:
- Re: Basic DHTML question
- From: liamo
- Re: Basic DHTML question
- References:
- Basic DHTML question
- From: btower
- Re: Basic DHTML question
- From: Jonathan N. Little
- Re: Basic DHTML question
- From: Jukka K. Korpela
- Re: Basic DHTML question
- From: Jonathan N. Little
- Re: Basic DHTML question
- From: liamo
- Basic DHTML question
- Prev by Date: Re: Basic DHTML question
- Next by Date: Form action with a fragment identifier?
- Previous by thread: Re: Basic DHTML question
- Next by thread: Re: Basic DHTML question
- Index(es):