Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Urgent

Status
Not open for further replies.

emuye

MIS
Aug 23, 2004
41
US
I have to different system that i would like my customer to choose from,English System and Metric System. Under each System i have a pdf and zip files to select from.this is how it look like in a simple chart.

English System Metric System

.pdf1 .zip1 .pdf1 .zip1
.pdf2 .zip2 .pdf2 .zip2
.pdf3 .zip3 .pdf3 .zip3
etc etc etc etc

this is how it look like and i am just wondering if someone has an idea how i can approach this problem.I do not have much experiece and it would be fine if i get an example for this..
thank you




 
Can someone help on this problem.i really appreciate your help.
 
Show some of the code you've written so far so we can get an idea what you have and how you're seeing this.

Lee
 
As you can see on the code i have two system and each system will have a pdf file and zip file to select.i did it this way but i have more than one pdf and zip files for each of them and i do not know how i can approach that.




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<html>
<head>
<title>Bid Letting Website Homepage</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<!--Your Header information should be copied into this location replacing the information between the first <head> under the <html> and the </head> right under this statement. -->

<STYLE TYPE="text/css">
<!--.nound{text-decoration:none}-->
</STYLE>
<style type="text/css">
<!--
a {
text-decoration:none;
}
a:hover {
color:#8b0000;
font-style:normal;
font-family:Arial;
}
body {
font-family:Arial, Helvetica, sans-serif, Geneva, Swiss, SunsSans-Regular;
}
.format1 {
font-weight:bold;
}
clr {
color:#ffffff;
}
-->
</style>
<link href="css/css.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" src="js/topnav.js" type="text/javascript"></script>
<script language="JavaScript" src="js/maps.js" type="text/javascript"></script>
</head>

<!--This style code defines a class named "nound" which is easier to type than 'style="text-decoration:none"' -->

<body bgcolor="#FFFFFF" background="/images/templates/blue.gif">
<table border="0" cellspacing="0" cellpadding="3" summary="">
<tr>
<td width="132" align="left" valign="top">
<!--#include virtual="/ssi/logo.html" -->
<!--This is where you can insert your own navigation items. Begin Here. -->
<!--#include virtual="ssi/leftnavigationgreen2.html" -->
<!--This is where you can insert your own navigation items. End Here. -->
<hr width="128" size="5" align="left"><br>
<!--#include virtual="/ssi/main.html" -->
</td>
<td valign="top" align="left">
<!--=====================================main content here=========================================-->
<table border="0" width="52" height="177">
<tr>
<td height="125" width="608">
<p align="center">
<img border="0" src="images/headerlogo1.jpg" width="600" height="116" alt="Bid Letting Website Logo">
</td>
</tr>
<tr>
<td>
<script language="JavaScript" type="text/javascript">
<!-- hidden from old browsers
document.write(topnav);
//-->
</script>
</td>
</tr>
<tr>
<td bgcolor="#93C9FF"><img src="../html/images/spacer.gif" height="1"></td>
</tr>
<tr>
<td align="center" class="format3">Transport Item List </td>
</tr>
<tr>
<td bgcolor="#93C9FF"><img src="../html/images/spacer.gif" height="1"></td>
</tr>
<tr>
<td>
<table border="0" width="600" background="../images/countyspot.gif">
<tr>
<td class="special2">
<table border="0" width="600" background="../images/countyspot.gif">
<tr>
<td>
<ul>
<li>Master Trns*port Item List for Mn/DOT projects
using English Items and Spec. Year 2000.(This list
went into effect with the 2000 Spec. Book.)</li>
</ul>
<ul>
<li>Master Trns*port Item List&nbsp;for Mn/DOT projects
using Metric Items and Spec. Year 2000.(This list
went into effect with the 2000 Spec. Book.)<br>
<br>
<br>
<br>
The METITM01.CSV (Comma Separated Value) file in the
METITM01.ZIP file can be imported into a
spreadsheet.</li>
</ul>
</td>
</tr>
<tr>
<td align="center">
<form name="frmForecast">
<input type="radio" name="forecast" value="engitm00">English
<input type="radio" name="forecast" value="metitm01">Metric&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </input>&nbsp;
<input type="button" value="View in PDF format" onclick="forecasts();" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" value="Download Zip file" onclick="forecasts();" /></form>
</td>
</tr>
<tr>
<td align="center">Contact: Todd&nbsp; (651)296-8535<br />
<a href="mailto:mark.levenson@dot.state.mn.us">todd.ber@dot.state.mn.us</a></td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center"><br />
<blockquote>&nbsp;</blockquote>
</td>
</tr>
<tr>
<td bgcolor="#93C9FF"><img src="../html/images/spacer.gif" width="1" height="1" /></td>
</tr>
<tr>
<td align="center"><script language="JavaScript" src="js/footer.js" type="text/javascript"></script><br />
<!--#include virtual="/ssi/footer.html" -->
</td>
</tr>
</table>
<!-------------------------------------------main content end here--------------------------->
</td>
</tr>
</table>
</body>
</html>
 
troll-

have a look at the post he made yesterday.
thread216-963584

*cLFlaVA
----------------------------
[tt]insert funny quotation here.[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top