Posted by ToMeK on 10/20/36 11:28
hi,
i'm including page in my index file with php's include... so lik to it looks
like:
index.php?page=aboutus.php
now, problem is that i have in "aboutus" page few anchor points...
how can i refer to that anchor points?
when i use:
(aaboutus.php)
<a href="#anch1">anchor1</a>
....
<a name="anch1> fsdfdsfdsfsdfddfsdfs </a>
in FF it works, but in IE it doesn't...
[ index.php?page=aboutus.php#anch1] doesn't work
please help...
Navigation:
[Reply to this message]
|