I am using Dreamweaver, asp vb script, and am creating a table. My
table is currently populated with database records and I need some
help. Here is a sample copy of my code:
<div id="Layer5" style="position:absolute; width:200px; height:115px;
z-index:15; left: 231px; top: 162px;">
<table width="95%" border="0" cellspacing="0" cellpadding="3">
<tr>
<td>
<form name="form1" id="form1" method="post" action="">
<%=(rs_activemealplan.Fields.Item("SatB").Value)%>
<input type="submit" name="Submit" value="Submit" />
</form></td>
</tr>
</table>
</div>
This is actually only one cell of my table. Ok, so here's my
dillemma. As you can see I have the record set value set up as a
link to "Inext.asp", I also have the cell populated with a record
set. I want the user to click on the button and have the following
action occur: I want the application to insert into member.db, the
name of the recordset, where column "username" is equal to the
Session Variable "MM_Username" and column "date" is equal to the
cookie "Date" and where column "Saturday" is equal to the button
value "Saturday". As you can see in code, I don't have the value of
this button set to "Saturday". I don't know how. I am an ASP novice,
and I would really appreciate some direction from an advanced student
of ASP. How do I write the appropriate code? Do I need to tell you
more info? Where can I go to get the answer? Where in the code page
do I actually insert the code? Please help. All of your assistance
is greatly appreciated. Thanks
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/