is there a way to link to top or link to a part of page with out using link anchor ? i meant using javascript ?
regards,
regards,
| phicha wrote: |
| is there a way to link to top or link to a part of page with out using link anchor ? i meant using javascript ?
regards, |
| Code: |
| window.location = 'http://www.google.com'; |
| Code: |
| window.location.hash = 'top'; |