|
Posted by Beauregard T. Shagnasty on 07/13/07 02:52
Neredbojias wrote:
> Suppose I have a normal link like:
>
> <a href="some/path/ululation.php#fragg">Click Dis</a>
>
> Now, in the target page, "ululation.php", I know how to get the
> pathname and I even know how to get a possible query name (-not shown
> here.)
>
> Does anyone know how to address the hash ("fragment" in php)? I've
> tried $_SERVER['PHP_SELF'] and $_SERVER['REQUEST_URI'] and things
> using referer - all to no avail.
You should have: <a name="fragg"></a> or <div id="fragg">
somewhere in ululation.php, right? S'far as I know, it should jump
right to that part of the page.
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|