473,405 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

al owens

ggw
al owens
"Tony@TheVolvoSite" <to**@thevolvosite.com> wrote in message news:<bd**********@news3.infoave.net>...
Jeff,
Thanks for the help.
al owens The reason I want static pages that use ASP is because I sell
car parts on the internet. The search engine spiders cannot
properly follow dynamically created links and so my pages
and their content will never be listed on the internet.

Your suggestion is very good.
But here is what I really need.
I will have static pages with a number of tables or related parts,
ex. Brake Rotors. I want to be able to dynamically update the
description cells and the pricing cells in a row based on the
part number that is in that row of the table. I will use the part
number for the lookup.

Any ideas how to do that?

Thanks,
Tony

"Jeff Cochran" <jc*************@naplesgov.com> wrote in message
news:3e****************@news.easynews.com...
On Tue, 24 Jun 2003 13:45:07 -0400, "Tony@TheVolvoSite"
<to**@thevolvosite.com> wrote:
I am setting up some static pages that will use ASP to
get info from a table and then show it to the user.


Static that uses ASP... :)
For example, a series of part number is on the page.
I want to take the part numbers and look up the descriptions
in my table and then finish building the page for the user.

How can I do this?


Well, best is to create the page dynamically, but if you assign the
part number as a variable in the page you can then display it and do
your lookup. Something like:

<% PartNumber = 12345 %>
<HTML>
<HEAD>
<TITLE>Product Number <% =PartNumber %></TITLE>
</HEAD>
<BODY>
<H3>Information for Product <% =PartNumber %></H3>
<P>Here is some information on your product choice:</P>
<%
' Insert ASP lookup stuff here...
%>
</BODY>
</HTML>

Just change the first line to the part number required for each
"static" page.

Jeff

Jul 19 '05 #1
0 1329

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Dennis Owens | last post by:
I want to develop a Client/Server messaging system that does not require Microsoft messaging. I want to use the .Net remoting, but I am having some real problems with the remoting. The remoting...
0
by: Dennis Owens | last post by:
Read below for previous conversation. We are developing an application that will some day run on anything from a computer down to a PDA (this is were the Lightweight comes in). The messaging...
28
by: Dennis Owens | last post by:
I am trying to run a thread off of a form, and every once in a while the thread will raise an event for the form to read. When the form gets the event, the form will place the event into a dataset...
21
by: John Owens | last post by:
I am an ex games programmer who is looking to get into "normal" business C++ programming or move to C# or Java. Does anyone know any good agencies for the London area ( preferably zone 1 or 2 )....
6
by: Glenn Owens | last post by:
As a "newbie" to Javascript I need some help with my latest problem... I have a number of image files that have been pre-selected by the user for downloading. I'd like to be able to have the user...
2
by: James Owens | last post by:
I've just set up an intranet HTTP server with some CGI scripts. This stuff is fairly new to me. I notice that while some of the browsers that visit are identified as Mozilla or IE with details, I...
8
by: James Owens | last post by:
I'm a relative newbie, interested in storing the information from several server directories and subdirectories in XML so that I can present it selectively using XSL (all files updated today or...
6
by: Eric J Owens | last post by:
TIA! I recently moved some forms from an a2k mdb file to an a2k adp. There is now an error when opening one of the forms 'the isnull function requires 2 arguments', but I only find references...
0
by: Mandy Owens | last post by:
Can you please unsubscribe me from this list? Thank you, Mandy Owens JNetDirect (703) 880-3842 www.jnetdirect.com
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.