Ask a Question related to Dreamweaver AppDev, Design and Development.
-
JuliusCP #1
How to add Value Programing to an HTML code (Sum)
Hi guys i wanted to know if you guys had any idea on how to add Math or
Addition to a HTML survey im working on? Like for example in MS Excel you can
add tables with a certain command sum(f1+f2=f3) but i wanted to do that in HTML
here is my source code:
<p align="center" class="style4"><br>
PLEASE NOTE: YOUR ANSWER SHOULD TOTAL 100% FOR EACH MATERIAL</p>
<table width="631" height="165" align="center">
<tr>
<td height="10"> </td>
<td height="10"><div align="left"><strong>Pallet</strong></div></td>
<td height="10"><div align="left"><strong>Box</strong></div></td>
<td height="10"><div align="left"><strong>Filler</strong></div></td>
</tr>
<tr>
<td>End-User</td>
<td>
<div align="justify">
<input name="enduser_pallet" type="text" size="6">
%
</div></td>
<td>
<div align="left">
<input name="enduser_box" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="enduser_filler" type="text" size="6">
% </div></td>
</tr>
<tr>
<td>Warehouse / Employees </td>
<td>
<div align="justify">
<input name="Warehouse_pallet" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="Warehouse_box" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="Warehouse_filler" type="text" size="6">
% </div></td>
</tr>
<tr>
<td>Installer</td>
<td>
<div align="justify">
<input name="Installer_pallet" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="Installer_box" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="Installer_filler" type="text" size="6">
% </div></td>
</tr>
<tr>
<td>Other (<i>Specify</i>)
<input name="other_issues2" type="text" size="20"></td>
<td>
<div align="justify">
<input name="other_pallet" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="other_box" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="Installer_filer" type="text" size="6">
% </div></td>
</tr>
<tr>
<td><div align="right"><i>Total</i></div></td>
<td>
<div align="justify">
<input name="total_pallet" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="total_box" type="text" size="6">
% </div></td>
<td>
<div align="left">
<input name="total_filler" type="text" size="6">
% </div></td>
</tr>
</table>
<p align="center" class="style4"> </p>
<p> </p>
</body>
</html>
Any help is greatly appreciated!!!
[email]3kap@comcast.net[/email]
Juliuscp....:confused;
JuliusCP Guest
-
Generating HTML code in the code-behind
Can I do this? I'm playing with AJAX, and it occurred to me that it'd be a lot easier to make changes to a control on the server, grab the HTML... -
New to Flash/Flex/programing
Hi, I am writting to get some advice. from you guys, I started learning flash 6 month ago, I already got the flash designer and developer... -
Programing code for the Reset Page Origin command
Does anyone know the code for the Reset Page Origin command so I can either add it to an action or include it in a script? Actions do not accept... -
Minor Programing problem... sure u can help this beginner
i want to make a small program, which involved 2 parameters and each of them provides 3 selections for the user parameter A - (1) (2) (3)... -
HTML-code into PHP-code
Hi, I am a beginner in PHP programming. So sorry if I ask a very basic thing. I am using a script with this code: $file = file("test.txt");...



Reply With Quote

