Preview a post
-
I cant seem to preview a post. When i press the preview button it submits the post. Either I am having really bad aim with my mouse at the moment, or something is wrong. -- David Wengier Sonork ID: 100.14177 - Ch00k
-
I cant seem to preview a post. When i press the preview button it submits the post. Either I am having really bad aim with my mouse at the moment, or something is wrong. -- David Wengier Sonork ID: 100.14177 - Ch00k
-
What version of IE are you using? I just viewed the source of this page (the reply page that is) and this is what I get for the preview button:
<script>
document.write("<input class=formButton type=submit name=preview value=Preview onclick='return void(0); '>" );
</script>Its not calling the Preview() function (unless I am looking in the wrong spot). Maybe its a browser detector disabling it in some versions of IE. I am using IE 6 btw. -- David Wengier Sonork ID: 100.14177 - Ch00k
-
What version of IE are you using? I just viewed the source of this page (the reply page that is) and this is what I get for the preview button:
<script>
document.write("<input class=formButton type=submit name=preview value=Preview onclick='return void(0); '>" );
</script>Its not calling the Preview() function (unless I am looking in the wrong spot). Maybe its a browser detector disabling it in some versions of IE. I am using IE 6 btw. -- David Wengier Sonork ID: 100.14177 - Ch00k