window.open is not getting the gaf when using & instead of &
<script type="text/javascript">
<!--
window.open('{$_SERVER['PHP_SELF']}?fn=gal&gaf=bot&gid=1','bot','',true);
-->
</script>'
<script type="text/javascript">
<!--
window.open('{$_SERVER['PHP_SELF']}?fn=gal&gaf=bot&gid=1','bot','',true);
-->
</script>' this is needed to get a section of the control panels working correctly. i would prefer to use & since it will validate and & wont. however, when i use & all it gets is the fn. the gaf is not picked up and the gid... i can't tell.
POSIX. because a stable os that doesn't have memory leaks and isn't buggy is always good.






Suzanne posted this at 15:25 — 13th May 2004.
She has: 5,512 posts
Joined: Feb 2000
& should only be needed for written urls -- not for programming code?