هذا الكود خاطىء
اقتباس:
| <script type='text/javascript'>
document.write(location.href)
</script> |
الكود الصحيح
كود PHP:
<script type="text/javascript" >
var hash = window.location.href.substring(window.location.href.lastIndexOf('#')+1);
alert(hash);
</script>