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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stretcher012599

    Error in My Code

    I'm getting a T_STRING error in this line of code: $solved_link = '&nbsp;<a class="topictitle" href="' . append_sid("{$phpbb_root_path}viewtopic.$phpEx", "f=$forum_id&amp;t=" . $row['topic_id'] . '&amp;p=' . $row['topic_solved'] . (($u_hilit) ? '&amp;hilit=' . $u_hilit : '') . '&amp;#p' ...
  2. stretcher012599

    Populate Textboxes by Clicking Checkbox

    Here is my code: <TABLE class=wrapper cellSpacing=1 cellPadding=2 width="710" border=0> <TBODY> <TR> <TD width="175" noWrap class=title>Serial #</TD> <TD noWrap class=title><div align="left">Ordered Qty</div></TD> <TD noWrap class=title><div align="left">Received Qty</div></TD>...
  3. stretcher012599

    Populate Textboxes by Clicking Checkbox

    My page displays 10 lines of items in my order. I have different quantities for each line item that have been ordered. I also have a empty textbox for each line item. I would like it where if I click a checkbox it fills each textbox with the quantity ordered. I am using Javascript and ASP.
  4. stretcher012599

    Populate Textboxes from Dropdown Database

    I have the following code, it builds the arrays but it does not populate the dropdown. I'm looking to populate the dropdown from the database and based on the selection of the dropdown it populates the text boxes. Can someone please let me know what's wrong, thanks. <%@LANGUAGE="VBSCRIPT"%>...
  5. stretcher012599

    Online Ordering System

    Im looking to setup online ordering for my client. They have an intranet setup at their company running ASP and SQL server. There are 4 separate databases for 4 internal companies on the SQL server. They have a website for each of the 4 companies which is hosted on the outside. What I need to do...
  6. stretcher012599

    Radio Buttons Sub Total Script

    I have a form that has 10 radio buttons, each radio button represents a product. For each product, there is a different dollar value assocciated with each product. The form also has 3 text boxes, sub total, discount and total. The user will select 3 products from the list, and the product that...
  7. stretcher012599

    Great Plains 9 Install Error

    I have a Windows 2000 Server with SQL server 2000 with all service packs installed. I had Great Plains 8.0 installed on the server. I upgraded to 9.0 and had a few errors. I decided to uninstall both Greatplains 8.0 and 9.0 using the add/remove program from control panel. I created a new...
  8. stretcher012599

    Roaming Profile

    I setup a new user on my Windows 2000 server. I have a Dell Dimension 4100 computer with a fresh copy of Windows 2000 Pro with all Hot Fixes and Service packs installed. When I log into the Dell PC with the newly created user name and password, I login fine. When I logoff, the profile does not...
  9. stretcher012599

    Sessions Multiple Logins

    I have 4 similar web applications on one server.
  10. stretcher012599

    Sessions Multiple Logins

    I have 4 different companies using 4 different databases. Each company is separate. The following can occur: users can open up 4 browser windows and login to each company. Sometimes a user will open up 2 or 3 windows and login to the same company so they can have different parts of that company...
  11. stretcher012599

    Dividing Numbers Evenly

    I am trying to make an error check to notify the user if they try to order an item with a quantity ordered not divisable by the pack quantity. This is what I have so far: If Request.form("Quantity")/objRS3("CaseQty") <> 1 then response.write("<font size=2 face=Verdana, Arial, Helvetica...

Part and Inventory Search

Back
Top