developer155
Programmer
Hi I place an anchor on a form like this
<a name="formstart"></a>
and then at the bottom I have a link to the anchor like this
<a href=\"#formstart\" onClick='DoSomething()'>Edit</a>
the Edit link is supposed to jump user to top of the form and execute a JS function
The issue is it does not jump to the position of the anchor unless I do this to the anchor, place an acual wording. But I do not want the anchor to say anything
<a name="formstart">HERE</a>
Dont anchors work without the actual wording?
thanks!
<a name="formstart"></a>
and then at the bottom I have a link to the anchor like this
<a href=\"#formstart\" onClick='DoSomething()'>Edit</a>
the Edit link is supposed to jump user to top of the form and execute a JS function
The issue is it does not jump to the position of the anchor unless I do this to the anchor, place an acual wording. But I do not want the anchor to say anything
<a name="formstart">HERE</a>
Dont anchors work without the actual wording?
thanks!