|
Please dont flame me for wrong forum post etc i did look.
If its a frontpage/javascript prob and not client please forgive.
I have a webpage where upon clicking a link the user is pointed further down the SAME PAGE.
Yes im ignorant scripting but im doing the following.
I load a php page with the javascript in the head. This page has the javascript routine in which is:
function gothere() {
window.location = "#message";
}
This page then loads another php page.
The second page has the bookmark <a name="message">txt etc</a>
Testing all on 1 page worked fine in frontpage(so i dont know if frontpage/javascript/php/firefox etc).
Firefox tho jumps to the bookmark but then jumps top of page. This makes me think its firefox.
Any response is appreciated
Last edited by traitor : 03-23-2008 at 06:46 PM.
Reason: Wurked in ie so removed
|