| ok
I clicked ignore on script error and looked at the source of the page,, see attached...
in the debug tool it showed ths.
<script type="text/javascript">
<!--
window.opener.vB_Editor[''].init_smilies(fetch_object('smilietable'));
actual page has closing tag..
<script type="text/javascript">
<!--
window.opener.vB_Editor[''].init_smilies(fetch_object('smilietable'));
//-->
</script>
the page by itself loads, but not clickable.. something in the process is messing it up.. but only in the gallery.. in regular forum it works fine..
|