[eluser]jupiter1031[/eluser]
Code:
.
.
.
function moveWindow()
{
[removed].hash="<?php echo $this->session->userdata('hash')?>";
// translates to a18 for example
}
[removed]
</head>
<body>
.
.
.
.
.
.
<a name="<?php echo ">prj_index ?>"></a> //a18 for example
this code works without a problem in chrome but not in firefox or ie.
Does anybody have a suggestion to resolve this?
I know it is not directly CI related but I also know there are very knowledable and helpful people out there. Maybe you can help me out.