Your posting really does not contain anything related to your question.
You provide the code of a form and ask about putting the stuff into
a database. What do you want to tell us? You need to write a ZSQL method.
Everything is documented here

<http://www.plope.com/Books/2_7Edition/RelationalDatabases.stx>

-aj

--On 16. November 2006 05:23:08 +0000 oknam park <[EMAIL PROTECTED]> wrote:

Hi All,

I'm trying to add data in mysql database using DTML in Zope.

But, all other fields are okay. But, url fiels does not call URL I
entered. Instead it
generates the url for add dtml method like
http://www.thegateway.org/about/gemingeneral/gemConsortium/memberDirector
y/contactadd.

Could you give me some piece of advice how to handle?
Any advice would be really appreciated. Best regards, Nam

Here is my add dtml method:
<dtml-var standard_html_header>
<dtml-if submit>
<dtml-call contactadd3>
<h2>New Member Information Added!!</h2>
<p>
<a href="memberlist2">View all Member Information</a>|
<a href="selectcall?SiteID:string=<dtml-var SiteID>">View Added
Information</a>
<br>
<a href="edit1">Edit Member Information</a> |
<a href="delete">Delete Member Information</a> |
<a href="contactadd">Add Member Information</a>
<br>

<dtml-else>
<h1>Member Information Add</h1>
<form action="contactadd" method="POST">
<table width="95%" cellspacing="0" >
  <tr>
    <td width="20%"><div
align="center"><strong>SiteID:</strong></div></td>
    <td width="80%"><input name="SiteID" width=30 value=""></td>
  </tr>

<tr>
    <td width="20%"><div
align="center"><strong>Agency:</strong></div></td>
    <td width="80%"><input name="Agency" width=30 value=""></td>
  </tr>

<tr>
    <td width="20%"><div align="center"><strong>URL:</strong></div></td>
    <td width="80%"><input name="URL" width=30 value=""></td>
  </tr>

<tr>
    <td width="20%"><div align="center"><strong>Last
Name:</strong></div></td>
    <td width="80%"><input name="LastName" width=30 value=""></td>
  </tr>

<tr>
<td colspan=2 align=left>
<input
type="submit" name="submit" value="Add">
<input type="reset" name="cancel" value="Cancel">
</td>
</tr>
</table>
</form></dtml-if><dtml-var standard_html_footer>

Here is memberlist2 page:
<dtml-var standard_html_header>
<h2>Member Information Update</h2>
<ul>
<dtml-in selectAllMethod>
<li> <dtml-var SiteID>
<br>

<font size="-1"><a href="editcall?SiteID=<dtml-var SiteID>">Edit</a>|<a
href="delete?SiteID=<dtml-var SiteID>">delete</a></font>

<p>
</dtml-in>
</ul>

<br>
<a href="contactadd">Add a New Member Information</a>
<dtml-var standard_html_footer>

_________________________________________________________________
Get the latest Windows Live Messenger 8.1 Beta version.?Join now.
http://ideas.live.com

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db



--
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
E-Publishing, Python, Zope & Plone development, Consulting

Attachment: pgpfpZyrYqMBw.pgp
Description: PGP signature

_______________________________________________
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db

Reply via email to