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. artdirectoreric

    Your basic online store

    It's been so long I couldn't tell you exactly what I had to do to make it work. Even then I've decided to give up on web design and concentrate on things I'm already good at. Sorry.
  2. artdirectoreric

    Compare database entries to list of files in a folder on server

    To avoid using up all of the space available for one of my sites, I want to generate a list of images that I no longer need. I want to be able to read the files in a directory, compile all of the entries in all of the databases on our site that call for those images and compare the two lists to...
  3. artdirectoreric

    Your basic online store

    Thanks. I'm going to check that out. I found out that I CAN use Nopcart with an Access database with a little experimentation. My main hurdle was using CDONTS instead of formmail.
  4. artdirectoreric

    I need to create a list of filenames

    I need to create a list of the filenames in a certain folder on the website. How can I do this?
  5. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    It's an ASP page. There's a DETAILS page that displays the company data from our database. I've read about Queries that might be able to do what I want to do... I think I can have a query search a field for info, and if it finds it it can build the title, add a <br>, then put the field info...
  6. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    Well, it would need to be automatic instead of user-controlled. A section would be visible on a page if there was a database entry to fill it. For example, say I have several records of companies, some with additional plant locations, some without. In their listings I would have a title that...
  7. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    So in my case I would need a javascript instance to test for whether or not JacketID was NULL, and if not, turn the visibility ON for the Jacket DIV, otherwise leave it invisible. Wow. Seems like a pretty useful tool. I can think of several ways this can help some of my other sites. Thanks...
  8. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    Okay, I figured out why things weren't working the way I wanted them to. It was because I had put table info OUTSIDE the DRW area. I'm experimenting with a redesign where I put everything INSIDE the DRW and it seems like it's doing what I want it to do now. I don't know if it will behave...
  9. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    So far all I can find is how to make dynamic menus and pop-up windows. There has to be a better way. If this was BASIC it'd be a snap... 10 if JACKETID<>&quot;&quot; Then GOTO 30 20 GOTO 100 30 HTML code to draw table 40 HTML code to display JACKETID 50 HTML code to display JACKETPRICE 60...
  10. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    I've done some research and now know that DIV means Division, as in dividing up an area of your HTML to make it its own &quot;division&quot;. I'm off to do more research.
  11. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    I was with you up until &quot;set a DIV class visible.&quot;
  12. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    I explained this further in another technical forum. I'll copy and paste my message from there to here: ________________________________________________________ At first glance you'd think this was a database issue, but it goes beyond that. I want a section of HTML to be skipped if a certain...
  13. artdirectoreric

    How do I display this section of HTML IF a variable is NOT NULL

    I'm learning more and more each day. My latest puzzle is How can I have my website skip a section of HTML if a variable is NULL? I have some database results that are formatted in tables that will contain some shopping cart controls, but I don't want that section displayed if there's no...
  14. artdirectoreric

    Random SET of images

    I figured it out, or at least found a way to do it. <SCRIPT LANGUAGE=&quot;JavaScript&quot;><!-- var now = new Date(); var secondscheck = now.getSeconds() + 1; var imagefolder=0 if (secondscheck <= 15 && secondscheck >=1){ imagefolder=1; } if (secondscheck <= 30 &&...
  15. artdirectoreric

    Random SET of images

    Basically, here's what it needs to do. 1) Generate a random number from 1 to 7 once each time the page is loaded 2) Place that number in a variable 3) Allow me to place that variable in several image tags without generating a new random number.
  16. artdirectoreric

    Random SET of images

    Well, I might as well not bother. I just tried a few different scripts from sites I found and tried to alter them to do what I wanted them to do. What's left on my test page is just gibberish.
  17. artdirectoreric

    Random SET of images

    You assume correctly. I'll get the code up here once I get to work.
  18. artdirectoreric

    Random SET of images

    I have a site that the client wants to change the background image in the upper left randomly. This image needs to be broken up for reasons I won't get into. I've found tutorials on how to make a random image, but not on how to make a random SET of images. I've created 4 folders of images and...
  19. artdirectoreric

    Will Frontpage Extensions interfere with CGI scripts?

    Specifically I need to use a shopping cart script that calls the formmail script. I've found a webhost that tells me that it allows use of the formmail script and that it uses Frontpage Extensions. The Extensions are optional, though, and I've been told that FP Extensions can interfere with...
  20. artdirectoreric

    Strange spacing problem

    I tried and tried to make this work. I've saved the good page over the bad page and when I use the DRW to change what table to retrieve the information from then it changes the colspan and fp_iDisplayCols fields from 9 to 1. Gaaah!

Part and Inventory Search

Back
Top