D
Dot*Star
hi guys,
in html, for a link on the same page,
i use an anchor <a name="whatever"></a>
and to arrive at that, just use #whatever appended to the page url, or alone
if fired from the same page.
note that it doesn't seem to work on php pages. my php page is mostly just
html with a php tag at top to setcookie and prevent a video from repeating.
anyway, if I send a link to a friend,
http://whateversite.com/index.php#whatever, it just opens the page
disregarding the #whatever.
(oops. IE8 does read the anchor. FF & OPERA, NO)
any comments appreciated..
Star
in html, for a link on the same page,
i use an anchor <a name="whatever"></a>
and to arrive at that, just use #whatever appended to the page url, or alone
if fired from the same page.
note that it doesn't seem to work on php pages. my php page is mostly just
html with a php tag at top to setcookie and prevent a video from repeating.
anyway, if I send a link to a friend,
http://whateversite.com/index.php#whatever, it just opens the page
disregarding the #whatever.
(oops. IE8 does read the anchor. FF & OPERA, NO)
any comments appreciated..
Star