RagingPenguin
Mon 22nd Aug '05, 6:11pm
What is the purpose of the following in STANDARD_REDIRECT (3.0.8)? There doesn't seem to be any control code for it, instead, it's just spit out. Wouldn't it be better to just skip the JS?
<script type="text/javascript">
<!--
document.write('<div style="margin-top: $stylevar[cellpadding]px;">');
document.write('<input type="submit" value="$vbphrase[proceed]" accesskey="s" class="button" onclick="window.location=\'$url\'; return false;" />');
document.write('</div>');
//-->
</script>
</td>
<script type="text/javascript">
<!--
document.write('<div style="margin-top: $stylevar[cellpadding]px;">');
document.write('<input type="submit" value="$vbphrase[proceed]" accesskey="s" class="button" onclick="window.location=\'$url\'; return false;" />');
document.write('</div>');
//-->
</script>
</td>