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 strongm 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. Dirtrocker

    Form Handlers......

    gmann, If I understand this right, you are using your cable Internet Provider's provided space? If so, then you may want to look into some fairly inexpensive web hosting that has cgi-bin and/or php capabilites. Personally, I don't care for formmailers. There are a ton of other options...
  2. Dirtrocker

    On submit, are you sure window pop up?

    I don't want the script to validate anything. I just want an alert to pop up, then if the click cancel, keeps them on the page, if they click ok, goes on. I just need to remind them that specific info is needed. If they choose not to provide that info after that, then it is their problem, not mine.
  3. Dirtrocker

    On submit, are you sure window pop up?

    Any help on this would be appreciated. Here is what I am trying to do. I have a preview message button. I would like to set it up that when they click on the submit button, it pops up a little window that asks if they supplied the information needed? When they click ok, it closes the little...
  4. Dirtrocker

    host opinions please?

    Check http://www.olm.net and http://www.tera-byte.com OLM may fit your needs better. Tera-bytes is a more commercial type setup. But I have had good luck with both of these outfits.
  5. Dirtrocker

    host opinions please?

    I agree with Wullie. My site uses in excess of 50GB bandwidth per month and over 2 GB of space. We got roped into one of those "unlimited" banwidth sites, well.. because of the bandwidth. The server was constantly slow, many down times and alot of hassle. We ended up having to go to...
  6. Dirtrocker

    FTP Question

    Use an FTP program like Ws_FTP to verify the files went where they were supposed to, would be one way.
  7. Dirtrocker

    Color fill and resizing.

    Thanks! I think that will get it. Still a few areas that won't fill, but for the most part, it gets me going. Thanks again.
  8. Dirtrocker

    Color fill and resizing.

    Well, here is what I am trying to do. I have my logo in an .ai format. I got Adobe Illustrator 9.0 and whated to add color to the logo, since it is currently black and white. There are white areas that I want to selectively fill. For some reason, I cannot fill them. I can fill anything black...
  9. Dirtrocker

    Color fill and resizing.

    I am new to Illustrator and I have an image that was done in AI, I want to fill the open areas with color and resize the image. The problem is, I cannot find any option to fill in the areas or to resize it. I can change the areas that already have color, just not the areas that don't. Any help?
  10. Dirtrocker

    spaces between lines of text.

    Here is my dilema. I want a space in my forum program that is between the posts. <br> and <p> both seem to create the same sapce. Is there some way to create like a 1/2 break?
  11. Dirtrocker

    test running perl prgorams?

    Thanks! One more question. It was stated for WinNT, what about Win98? It says it will run on it, but not recommended for a real server, which is fine. I went to their site and went to the download area and there is a ton of stuff. How do I know what I need? I went all over their site and found a...
  12. Dirtrocker

    What does this line of code mean in HTML?

    avinsinanan, Find out from your server what formmail program they are using. It will be like formmail.cgi, fmail.pl or one of those. Then change the red to the path of your mail program. <FORM NAME=&quot;information&quot; ACTION=&quot;/cgi-bin/fmail.pl&quot; METHOD=POST>
  13. Dirtrocker

    how to create a SEARCH in a webpage using html

    A search of a site? or a page? Not likely that it is feasible. The problem is, the search needs a database to read the info from or search from. So if it were possible with standard html, the search would have to physically go thru each page to find anything matching the search preferances...
  14. Dirtrocker

    test running perl prgorams?

    Is there a program that you can run a cgi/perl program locally on your PC to see how it will react or would you need to install an entire server program? There are some programs I want to heavily modify, but the only way I have to test them is to upload them, configure them for that server and...
  15. Dirtrocker

    MySql info for beginner?

    Actually, someone is creating the pages for me. I am just trying to understand how it all works. Like adding the info to the database, so it shows on the pages. You see, I am totally clueless. I am going to have all these PHP pages and no clue how any of it works. If someone has created the...
  16. Dirtrocker

    Web pages: online vs. print

    Here is a cgi program for setting up a page that the images have been removed. http://www.onlinearts.net/downloads/vegi_table/for_unix/ This shows it. http://www.onlinearts.net/workshop/print_view/ Found it today when I was searching for a print program for my site. cgi-resources.com and...
  17. Dirtrocker

    Web pages: online vs. print

    Here is a cgi program for setting up a page that the images have been removed. http://www.onlinearts.net/downloads/vegi_table/for_unix/ This shows it. http://www.onlinearts.net/workshop/print_view/ Found it today when I was searching for a print program for my site. cgi-resources.com and...
  18. Dirtrocker

    Web hosts? Any recommendations?

    Thanks for all the info. BDNFLNC, I do hope they treat you better than they treated us. Still looking for a webhost, but now I have alot more to look at. Thanks.
  19. Dirtrocker

    MySql info for beginner?

    Thanks. Looks like I have alot of learning to do. LOL There is a PHPadmin program on the server, so I guess that is a good thing. Now here is where I lose understanding it. I understand that it is a database, but do you list everything in the database and then configure a page like a cgi page to...
  20. Dirtrocker

    MySql info for beginner?

    We have someone helping us to change over some of our site to MySql. He is doing a great job, but the problem is, I have no clue what is being done. I understand that the info is being put into a database and being called from the page, but what I don't understand is how it gets put into the...

Part and Inventory Search

Back
Top