I would like to make my website more dynamic/easier to maintain. I have a main menu on my website with links like Products and Services. These main menu items when clicked on, will display thier own submenu items. These submenu items may change over time. Since each submenu page also...
I would like to make my website more dynamic/easier to maintain. I have a main menu on my website with links like Products and Services. These main menu items when clicked on, will display thier own submenu items. These submenu items may change over time. Since each submenu page also...
I have a movie with the following 3 layers (in order):
1. Text Layer
2. Movie Layer
3. Picture Layer
I have a transparent movie playing over top of a picture and then I have a Text layer that should be on top of the movie layer. For some reason when I test the movie, the text layer appears...
...search criteria
dbwhere = ""
Session("dbwhere") = dbwhere
End If
End If
%>
<%
strsql = "select * from [Customer]"
If dbwhere <> "" Then
strsql = strsql & " WHERE " & trim(dbwhere)
End If
if OrderBy <>...
...Request.Querystring("VendorNumber")<> "" then
myVar1=Request.Querystring("VendorNumber")
strsql = "select * from [vendorind] where VendorNumber ="&myVar1&""
If dbwhere <> "" Then
strsql = strsql & " WHERE " &...
I tried this
<%response.write trim(myVar1) & " " & trim(x_CustomerNumber)%>
and
<%response.write myVar1 & " " & x_CustomerNumber%>
for both I got this (the first set should be equal):
1 1
1 3
I have some asp that allows me to click on a CustomerName to see more detailed information about that Customer Grp. ie
CustomerNumber CustomerName Grp
1 Joes Store W23
2 Quick Stop
3 Joes Store #2...
sorry, forgot to add the hidden fields. But still once I added them , it went through and selected all AttendeeFirstNames and all AttendeeLastNames that matched that CustomerNumber
I don't think I can do the javascript function with the rs's, is there another way? I need to send the hidden fields if AttendeeFirstName is checked.
<script type="text/javascript" language="JavaScript">
<!--
function hiddenfields() {
if (...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.