Hi,
Would you know why I have this javascript error : “TypeError: parent.writeFastMenu is not a function” ?
For information, I convert my app from SC7 to SC8, and I applied the SC8.1 updates.
I checked in the index.php scripts, they all have this bloc, but I don’t understand what it referred to :
[INDENT][SIZE=10px]<?php
[…]
if(…){
[…]
?>
<script type=“text/javascript”>
link_atual = new Array (<?php echo $rastro ?>);
[/SIZE][SIZE=10px][SIZE=11px]parent.writeFastMenu(link_atual);[/SIZE][/SIZE]
[SIZE=10px] </script>
<?php
}
else
{
?>
<script type=“text/javascript”>
[/SIZE][SIZE=10px][SIZE=11px]parent.clearFastMenu();[/SIZE][/SIZE]
[SIZE=10px] </script>
<?php
[…][/SIZE][/INDENT]
Thank you for your help,
Best regards,
C.L.