Tomasz
|
| Posted: 04/12/2002, 5:31 AM |
|
2 forms: search and grid
They are on the bottom of the page, user have to scroll down.
When he/she makes search, page reloads and is again displayed from the
top.
I put anchor on the beginning of the search form, and change form
action like this:
$sActionFileName = "$sActionFileName#something";
After search page reloads with 'mypage.php#something' in adress line,
but with no jump to anchor.
Does anybody has any idea?
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 04/13/2002, 5:27 AM |
|
This is possibly caused by incorrectly created anchor.
--
Alex
CodeCharge Developer
"Tomasz" <tomasz@REMOVENOSPAMmax.pl> wrote in message
news:Xns91EE93AB37478tomasz@66.180.229.147...
> 2 forms: search and grid
>
> They are on the bottom of the page, user have to scroll down.
> When he/she makes search, page reloads and is again displayed from the
> top.
> I put anchor on the beginning of the search form, and change form
> action like this:
>
> $sActionFileName = "$sActionFileName#something";
>
> After search page reloads with 'mypage.php#something' in adress line,
> but with no jump to anchor.
>
> Does anybody has any idea?
|
|
|
 |
Tomasz
|
| Posted: 04/13/2002, 9:56 AM |
|
.... Zdaje się, że w So, 13 kwi 2002 12:22:45 GMT Alexey Alexapolsky
napisał (a):
> This is possibly caused by incorrectly created anchor.
>
no, anchor is correct.
it works in netscape 6.2, but in explorer 5.5 and 6 not.
test it by your side.
|
|
|
 |
|