I have a curious problem. Now that I can show my cart, of the four buttons that are supposed to be there, only one of them, the 'Checkout Now' button shows.
http://www.mparam.com/cgi-bin/ca0000....com/acatalog/
For example, "continue_shopping.gif" does not display, but it in fact is present in the acatalog directory. Some of the actions are in fact enabled as you can blind click them.
Below is the source code from the page, I see the sord "disabled" in some. Does this have some bearing on the matter perhaps?
<TABLE BORDER="0" CELLPADDING=0 CELLSPACING="0">
<TR>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" DISABLED>
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" DISABLED>
</TD><TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:RESTOREBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_GET" SRC="retrieve.gif">
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CONTINUEBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_CONTINUE" SRC="continue_shopping.gif">
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CHECKOUTBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_BUYNOW" SRC="checkoutnow.gif" DISABLED>
</TD>
</TR>
</TABLE>
</P>
<!-- <SPAN CLASS="actxsmall"><P><A HREF="http://www.mparam.com/acatalog/">Continue shopping</A><P></SPAN>
<INPUT TYPE="HIDDEN" NAME="PAGE" VALUE="CART"> -->
</TD></TR>
</TABLE>
http://www.mparam.com/cgi-bin/ca0000....com/acatalog/
For example, "continue_shopping.gif" does not display, but it in fact is present in the acatalog directory. Some of the actions are in fact enabled as you can blind click them.
Below is the source code from the page, I see the sord "disabled" in some. Does this have some bearing on the matter perhaps?
<TABLE BORDER="0" CELLPADDING=0 CELLSPACING="0">
<TR>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:UPDATEBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_UPDATE" SRC="update.gif" DISABLED>
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:SAVEBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_SAVE" SRC="save.gif" DISABLED>
</TD><TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:RESTOREBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_GET" SRC="retrieve.gif">
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CONTINUEBUTTON"> -->
<INPUT TYPE="IMAGE" NAME="ACTION_CONTINUE" SRC="continue_shopping.gif">
</TD>
<TD align="center">
<!-- <INPUT TYPE="SUBMIT" NAME="ACTION" VALUE="NETQUOTEVAR:CHECKOUTBUTTON" DISABLED> -->
<INPUT TYPE="IMAGE" NAME="ACTION_BUYNOW" SRC="checkoutnow.gif" DISABLED>
</TD>
</TR>
</TABLE>
</P>
<!-- <SPAN CLASS="actxsmall"><P><A HREF="http://www.mparam.com/acatalog/">Continue shopping</A><P></SPAN>
<INPUT TYPE="HIDDEN" NAME="PAGE" VALUE="CART"> -->
</TD></TR>
</TABLE>
Comment