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 wOOdy-Soft 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: *

  • Users: cloudseven
  • Content: Threads
  • Order by date
  1. cloudseven

    deleting records when checkboxes are checked!!!

    hi there I have a checkbox for each item displayed which contains a cartid for each item. When a button is pressed, I have a function which takes all the values of the checked boxes, and go into the database and delete the items matching the cartid. I got it working, but it only works when a...
  2. cloudseven

    passing a querystring within a form???

    hi there, I'd downloaded a shopping cart script and I'm just playing around with it. It works great and adds the appropriate items, I'm having trouble passing a querystring which holds a value to redirect to a particular page. Here is some code...Any help would be great, I'm scratching my...
  3. cloudseven

    negative recordcount in mysql

    hi there, I'm trying to get a recordcount for one of my tables in mysql, but it keeps on giving me a negative value when there are two records in there. Thanks in advance!!! rs.open sql, c, adOpenStatic, adLockreadOnly, adcmdtext
  4. cloudseven

    comma in mysql database...retrieving sizes....

    hi there, I am working on an e-commerce site and I have different sizes for a line of clothing. Instead of adding different fields for S,M,L. I would like to just add one field that contains all the sizes separated by commas. I don't know how to retrieve it from the database into a selectbox...
  5. cloudseven

    sliding div position help!!!

    hi there, I need help with this slidein/out script. http://cloudseven.www4.dotnetplaygr.../cloudseven.asp the divs right now are absolute positioned, and what I want to do is make it relative to where the text says 'position div here'. but making the z-index of the divs under the table with a...
  6. cloudseven

    OnClick - load asp page....

    hi all, I have a simple question here. I'm playing around with javascript and using an onclick even where when clicked, triggers a layer containing an iframe[index.asp]. right now my layer shows...but it asks me whether to open or save my asp page. Why is that alert coming up? And plus my asp...

Part and Inventory Search

Back
Top