What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Transferring [cart] to Database

This WebDNA talk-list message is from

1997


It keeps the original formatting.
numero = 15263
interpreted = N
texte = Here is add customer form:
<!HAS_WEBDNA_TAGS>
<HTML>
<BODY BGCOLOR="#FFFFFF">

<FORM ACTION="ReviewAddCust.tmpl?cart=[cart]" METHOD="POST">
<P>[include file=custHeader.inc]
<CENTER>
<BR>
<!-- Transfer the cart number into a field -->
<INPUT TYPE="HIDDEN" NAME="TEMPSKU" VALUE="[CART]">

<DIV ALIGN=CENTER>
<TABLE BORDER="3">
<TR>
<TD WIDTH="155" ALIGN=RIGHT><B>First Name:</B></TD>
<TD WIDTH="265"><INPUT TYPE="text" NAME="firstname" SIZE=43 MAXLENGTH=55></TD>
</TR>
<TR>
<TD ALIGN=RIGHT><B>Last Name:</B></TD>
<TD><INPUT TYPE="text" NAME="lastname" SIZE=43 MAXLENGTH=55></TD>
</TR>
</TABLE>
</DIV>

<INPUT TYPE="submit" VALUE="Send Information">
</FORM>
</BODY>
</HTML>
*****************************************
Here is next URL - ReviewAddCust.tmpl

<!HAS_WEBDNA_TAGS>
<!-- Put the submitted values into the tempcust database -->
[APPEND db=tempcust.db]
sku=[tempsku]&firstname=[firstname]&lastname=[lastname]&company=[company]
[/APPEND]
<A HREF="d2mcustEdit.tmpl?cart=[cart]">Go Back</A>



*******************************************
If after I click on Go Back, and look at the tempcust.db with BBedit, I do not see any value in SKU.



Is there something special that I have to do to have the cart number saved as the SKU for this database?


Thanks.

LO
Associated Messages, from the most recent to the oldest:

    
  1. Re: Transferring [cart] to Database (Kenneth Grome 1997)
  2. Transferring [cart] to Database (Larry Orchier 1997)
Here is add customer form:
<!HAS_WEBDNA_TAGS>
<HTML>
<BODY BGCOLOR="#FFFFFF">

<FORM ACTION="ReviewAddCust.tmpl?cart=[cart]" METHOD="POST">
<P>[include file=custHeader.inc]
<CENTER>
<BR>
<!-- Transfer the cart number into a field -->
<INPUT TYPE="HIDDEN" NAME="TEMPSKU" VALUE="[cart]">

<DIV ALIGN=CENTER>
<TABLE BORDER="3">
<TR>
<TD WIDTH="155" ALIGN=RIGHT><B>First Name:</B></TD>
<TD WIDTH="265"><INPUT TYPE="text" NAME="firstname" SIZE=43 MAXLENGTH=55></TD>
</TR>
<TR>
<TD ALIGN=RIGHT><B>Last Name:</B></TD>
<TD><INPUT TYPE="text" NAME="lastname" SIZE=43 MAXLENGTH=55></TD>
</TR>
</TABLE>
</DIV>

<INPUT TYPE="submit" VALUE="Send Information">
</FORM>
</BODY>
</HTML>
*****************************************
Here is next URL - ReviewAddCust.tmpl

<!HAS_WEBDNA_TAGS>
<!-- Put the submitted values into the tempcust database -->
[APPEND db=tempcust.db]
sku=[tempsku]&firstname=[firstname]&lastname=[lastname]&company=[company]
[/APPEND]
<A HREF="d2mcustEdit.tmpl?cart=[cart]">Go Back</A>



*******************************************
If after I click on Go Back, and look at the tempcust.db with BBedit, I do not see any value in SKU.



Is there something special that I have to do to have the cart number saved as the SKU for this database?


Thanks.

LO
Larry Orchier

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Giving out error pages (1997) NetSplat and WebCat2 (1997) [WebDNA] Multiple e-mail sending (2011) Eudora Plugin (1999) [SHOWIF] (1997) Cookies and webcat (1997) [WebDNA] [append] does not add the newline char at the end of the new record?! (which causes subsequent [search] to fail.) (2009) Possible Bug in 2.0b15.acgi (1997) Running 2 two WebCatalog.acgi's (1996) Calculating multiple shipping... (1997) Make sure I understand this??? (1997) An easy one (1999) Size/Color Options (2002) Sample Tearoom Search Error (1997) executive server side java within webDNA (1997) Re1000001: Setting up shop (1997) FYI: virus alert (1996) Authenticate Questions (2003) OT: Limit on # of Pulldown entries (1997) Standalone Testing (1998)