<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.4712.0">
<TITLE>How do i stop a page from loading?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><SPAN LANG="sv"><FONT FACE="Arial">I have a page that will be posted if a certain thing is true when page loads, </FONT></SPAN>

<BR><SPAN LANG="sv"><FONT FACE="Arial">thus i want the page to submit its data to the next page:</FONT></SPAN><SPAN LANG="en-us"></SPAN><SPAN LANG="en-us"></SPAN>
</P>

<P><SPAN LANG="en-us"><FONT FACE="Arial">document.write(&quot;&lt; / FORM&gt;&quot;); </FONT></SPAN>

<BR><SPAN LANG="en-us"><FONT FACE="Arial">document.quizzVars.action=&quot;macQuizzQuestionNS.asp?qnr=&lt;%=currentQuestionNr%&gt;&amp;last=-1&quot;; </FONT></SPAN>

<BR><SPAN LANG="en-us"><FONT FACE="Arial">document.quizzVars.submit(); </FONT></SPAN>
</P>
<BR>

<P><SPAN LANG="sv"><FONT FACE="Arial">That works fine, now my problem is that most of the time, the page still continues to load for a while, sometimes up to 15 seconds,</FONT></SPAN></P>

<P><SPAN LANG="sv"><FONT FACE="Arial">before the next page which i submitted to starts loading. My question is if there is any way to stop the first page loading so it can faster </FONT></SPAN></P>

<P><SPAN LANG="sv"><FONT FACE="Arial">start working on the next one?</FONT></SPAN>
</P>

<P><SPAN LANG="sv"><FONT FACE="Arial">I hope you understand my question (its getting late hehe=)</FONT></SPAN>
</P>

<P><SPAN LANG="sv"><FONT FACE="Arial">/Nisse</FONT></SPAN><SPAN LANG="en-us"></SPAN>
</P>

</BODY>
</HTML>