Search results

  1. D

    PHP Calculations

    I have been working on this form to the best of my abilities. I had it programmed in javascript but I do not know php. The code below is my best try but I cant seem to get it to work. I receive a couple errors and all results are 0. Any help is greatly appreciated. <?php $GASPrice =...
  2. D

    Promo Codes with Paypal Buttons

    I like paypal cart over google cart and now you can make your own promotion codes for paypal cart. I use the code below and it works great. If you are worried about security you can place the script in a .js file and secure the include folder. I hope this helps out some of you useing paypal...
  3. D

    Javascript form to PHP

    I have a lot on my plate lately and I do not have time to learn PHP to convert my form over. This form was all on one page and now I am converting it over a small form with a pop up window for results. I am offering 150 credits for anyone that wishes to finish this code for me. Original Form...
  4. D

    Free Search Engine No Advertizments

    Im not positive on how to change it since I have not worked with phpbb a lot but im sure it is just a matter of editing the templates. If you post in programming help im sure someone would be glad to help you and others with this.
  5. D

    Free Search Engine No Advertizments

    I was out looking for a search engine for my website since I hate all the google advertisement on mine. I actually found a free amazing search engine that works with PHP and MySQL. http://www.sphider.eu/ I am still in the process of editing it all for my new site but I can tell you it works...
  6. D

    select onchange

    Freecrm that code would work but it throws all kinds of flags when using IE. I don't want my customers to have to click allow popups to view the content. xPlozion That was exactly what I needed thanks
  7. D

    select onchange

    I am looking to use the code below on my website but I have not been able to figure out how to open the links in a new window. I do not mind if I have to use another language. If anyone can help me out I would highly appreciated. Thanks <form action="" id="sites"> <select name="sites"...
  8. D

    PHP And HTML Div Tags

    Why are you placing the include inside the div. I usually just place the div inside the include.
  9. D

    Selection box size

    I think you are all right. I have been looking everywhere and come up with the same conclusion I guess those that use IE will just have to deal with the large box. You can close this thread
  10. D

    Selection box size

    I have not been able to find it on google that is why I asked on here.
  11. D

    Selection box size

    I don't want to change the hight of the box selection box. I want to change the height of the list that pops up when you click the selection box.
  12. D

    Selection box size

    I have a selection box with about 50 options. Is there a way to adjust the height of the option box so that it does not take up the height of the screen in Internet Explorer.
  13. D

    Javascript form to PHP

    Thanks I don't know how i did not think of doing that but I guess I need to sleep before I think next time. You may close this thread.
  14. D

    Javascript form to PHP

    I have a form that collects 2 variables "radius" and "zip" My current code is <script type="text/javascript"> function openWin(zip, radius) { window.open("http://www.mywebsite.com/stations/results.php?zip=" + zip + "&radius=" + radius, '_blank', "width = 400px, height = 500px...
  15. D

    [req][300 creds]banner needed

    Thanks for working on the banner for me allinone. It is a good banner but does not completely match the rest of the site. I decided to go ahead and make my own banner. I went ahead and purchased Macromedia Flash and Dreamweaver. I have been doing everything with Notepad and photoshop so i...
  16. D

    [req][300 creds]banner needed

    I need a good looking banner as soon as possible. I have bumped the credits up to 400
  17. D

    Please vote on new site!

    i have a post in marketplace for a new banner design. I know the old logo is not good for the new coloration but we need to redesign all company logos.
  18. D

    form script help please

    If you would like the information sent to your email you can use something like this. It is just a small email form using php and it is easy to use and adjust. Make a form like this <form action="send.php" method="post"> <div> Name<br /> <input type="text" size="10" name="Name"...
  19. D

    no scroll

    IE is the worst thing in the world I have tried everything to get rid of the scrollbar in the past and I have only found one call it easy way out. 1. There are some posts out there about how to do it with javascript that are extremely hard to work with but don't always work because people turn...
  20. D

    html rounded borders and IE

    I did not feel like reading through all your coding so try the following. One of my first sites was designed similar to the way yours is. I ran in to the same errors in IE. There are a couple things to try 1. Make sure image border= 0 2. Make the cols and rows 2px larger then the image and...
Top