Hi,
(--1--)
I'm trying to find a way to jump to a link (<a href="ref"></a>) in a
page
that is generated with javascript.
The source view of the page only shows the javascript methods.
The HTML is *not* visible in the source view.
Passing the "#ref" on the URL doesn't work.
Changing window.location to "ref" neither.
Is this actually possible?
(--2--)
The scrollTo(x,y) function with javascript generated HTML seems
also problematic with IE, not with Mozilla. Well I'm having probs
with scrollTo(x,y) on IE in all cases, even static HTML...
Thanks!
(--1--)
I'm trying to find a way to jump to a link (<a href="ref"></a>) in a
page
that is generated with javascript.
The source view of the page only shows the javascript methods.
The HTML is *not* visible in the source view.
Passing the "#ref" on the URL doesn't work.
Changing window.location to "ref" neither.
Is this actually possible?
(--2--)
The scrollTo(x,y) function with javascript generated HTML seems
also problematic with IE, not with Mozilla. Well I'm having probs
with scrollTo(x,y) on IE in all cases, even static HTML...
Thanks!
Comment