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">a nchor1</a>
....
<a name="anch1> fsdfdsfdsfsdfdd fsdfs </a>
in FF it works, but in IE it doesn't...
[ index.php?page= aboutus.php#anc h1] doesn't work
please help...
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">a nchor1</a>
....
<a name="anch1> fsdfdsfdsfsdfdd fsdfs </a>
in FF it works, but in IE it doesn't...
[ index.php?page= aboutus.php#anc h1] doesn't work
please help...
Comment