Similar Threads
1. css for margin for left & top margins
I'm trying to use as much css as possible in the site and have looked in the
inspector for where I would apply top and left margins to a style. I see how to
do it in page properties but would like to know how to use it in css.
2. IE margins artificial margins within tables - Adobe Dreamweaver
3. passing info from one dynamic array to another dynamic array in seperate asp pages
I am trying to pass information from an array in one asp page to an
array in a different asp page. The arrays on both pages are built as
part of a while loop. I was wondering if anyone could help me with
this problem. I am still very new to asp and VB Script.
This is where I am creating the first array. This page works fine. It
is connected to a database and pulls all information for the creation
of a roster. I would like to take the array that is supposed to be
created from this page and pass it to another page that just shows a
few fields that appeared in this roster. I would also like to sort
them based on the radio button selected.
<!--Roster.asp--!>
<%
Do While not objRS.EOF
%>
<tr><td colspan="3" width="250"><%Response.Write objRS( "NAME"
)%> </td>
<td width="61"><%Response.Write objRS( "GD" )%> </td>
<td width="132">B tng</td>
<td width="153"><%Response.Write objRS( "dte_ent_b_tng"
)%> </td></tr>
<tr><td width="97">SSN</td><td colspan="2"
width="194"><%Response.Write objRS( "SSN" )%> </td>
<td width="61"> </td>
<td width="132">6 mo from b tng</td>
<td width="153"><%Response.Write objRS( "DATE_ELIG_PROM"
)%> </td></tr>
<tr><td width="97">UPC</td><td colspan="2"
width="194"><%Response.Write objRS( "UPC" )%> </td>
<td width="61"> </td>
<td width="132">Break in Mil Stat</td>
<td width="153"><%Response.Write objRS( "break_mil_stat"
)%> </td></tr>
<tr><td width="97">AUPC</td><td colspan="2"
width="194"><%Response.Write objRS( "AUPC" )%> </td>
<td width="61"> </td>
<td width="132">Mnem</td><td width="153"><%Response.Write
objRS( "trans_mnem" )%> </td></tr>
<tr><td width="97">Clearance</td><td width="49"><%Response.Write
objRS( "scty_clnc" )%> </td>
<td width="145">Date Asg Loss Rsn</td>
<td width="61"><%Response.Write objRS( "date_asgn_loss_rsn"
)%> </td>
<td width="132">Rec Stat</td>
<td width="153"><%Response.Write objRS( "rec_stat"
)%> </td></tr>
<tr><td width="97">Required</td><td width="49"><%Response.Write
objRS( "scty_reqd" )%> </td>
<td width="145">Tng Pay Ret Cat</td>
<td width="61"><%Response.Write objRS( "tng_pay_ret_cat"
)%> </td>
<td width="132">Date Rec Stat</td>
<td width="153"><%Response.Write objRS( "date_rec_stat"
)%> </td></tr>
<tr><td colspan="2" width="146">Reason for Disapproval</td>
<td colspan="4" width="380"> </td>
</tr>
</table></br>
<input type = radio name = PromSelect<% = count %> value = "prom">
Promote
<input type = radio name = PromSelect<% = count %> value = "deny">
Deny</br>
<hr>
</br>
<table width = "670" border = "1">
<%
nominee(count, 0) = objRS( "NAME" )
nominee(count, 1) = objRS( "UPC" )
nominee(count, 2) = objRS( "SSN" )
objRS.MoveNext
count = count+1
Loop
This is the code that I have on the second page that I want to display
only a few selected fields from the first asp page. I limited the
while statement to five so that I can test to see if I am succeeding or
not.
<!--ShortList--!>
<body>
Empty the Array</br>
<%Do while count <> 5 %>
<%
nom(count, 0) = Request.form ( "nominee(" &count& ", 0)" )
nom(count, 1) = Request.form ( "nominee(" &count& ", 1)" )
nom(count, 2) = Request.form ( "nominee(" &count& ", 2)" )
%>
<% = count %>
Name<% = nom(count, 0) %> SSN<% = nom(count, 2) %> UPC<% = nom(count,
1) %></br>
<% count = count+1 %>
<% Loop %>
</body>
If any of this is unclear, let me know and I will try to better explain
what it is that I am trying to do. I do not know if this is perhaps a
little to ambitious or not but if it is technically possible then I
would like to do it. If some one knows that it is definitely NOT
possible could they tell so that I can find a work around.
4. Alternatives to dynamic tables for displaying dynamic data - Adobe Dreamweaver
5. ANN: Learn to go dynamic with WebAssist Dynamic Site 101
6. Binding dynamic data vs. Server behaviors dynamic text - Adobe Dreamweaver
7. Dynamic Data: Dynamic Table
Hey guys,
probab;y a simple solutino, but after trying a few extensions, they either
don't work, or I get an error saying can't apply as it would require changing
code from a template.
so how does one alternate the row colors of a dyanamic table without doing it
by hand?
thanks, Mark
8. Learn to go dynamic with WebAssist Dynamic Site 101 - Adobe Dreamweaver