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 dencom 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: milo3169
  • Content: Threads
  • Order by date
  1. milo3169

    onkeypress will change the style class but changes back.

    Hello everyone, I am working on a AJAX autocomplete script and the autocomplete is working, but I would like to add some more functionality to by adding navigation through the list with the UP and DOWN arrow keys. I seem to have the javascript working where when I press down one of the arrow...
  2. milo3169

    Hand Drawn Circle Effect

    I've been looking for a tutorial on how to make a circle/ellipse circle around some text, but to make it look like it's been done with a red pen or something. I have not been able to find anything for Paint Shop Pro. All I find are a couple tutorials in PhotoShop. Does anyone here know of any...
  3. milo3169

    Help finding thumbtack/pushpin tutorial

    Hello, I've been trying to find a tutorial on how to make a Thumbtack or Pushpin in Paint Shop Pro. I've been searching on the web and cannot find anything except for tutorials Photoshop. Would anyone have any ideas of some tutorials for this? Your help would be greatly appreciated. Thanks
  4. milo3169

    Storing HTML in MySQL Question

    I have a question that I would like to get some input on. I have a data table that has saved HTML code along with product information in a field. I was wondering if it would make any difference as far speed goes if I was to just save product info in the DB and use PHP to generate the HTML code...
  5. milo3169

    Dynamically insert keywords in ALT element

    Hello, I am not an SEO pro, but I want to do some of the basics of SEO to my website. I have a page of thumbnails that is dynamically created. I want to add keywords to the ALT element in the IMG tag. The number of thumbnails can differ on the page, so I was thinking of writing a script to...
  6. milo3169

    Radio button values not sending through AJAX

    Hi everyone, I have this form with about 4 radio buttons. When I submit the form through an AJAX request, it's not sending the value. I've tried to search on the Internet to try to find out what the problem is, but I have been unsuccessful. I think I have narrowed id down to the JavaScript...
  7. milo3169

    Paint shop Pro X2 Favicon Plugin

    Hello, Would anybody be able to tell me where I can find a plugin for Paint Shop Pro X2 for Favicons that will work with Windows Vista? I found a plugin on www.telegraphics.com, but it doesn't seem to work with Windows Vista. Would anybody know where I could find a plugin that will work with...
  8. milo3169

    keyCode events with autocomplete

    Hello All, I have been working on a Ajax auto complete for a text field I have in a form. I have been successful in getting the drop down DIV to display the suggestions, but I noticed that the keyboard commands do not work (up arrow/down arrow). I would like to be able to incorporate some...
  9. milo3169

    Display value from an array after form validation

    I hope someone will be able to help me on this. I am validating a form in PHP. If the validation fails, it includes the form to display the errors and the fields that passed the validation have the text that was input from before. However, I have an input field that is generated from an array...
  10. milo3169

    Problem with sending values with AJAX

    I'm a newbie to AJAX and Javascript. I have a simple form that is being submitted through AJAX. I got it working where it will call my PHP file and it would run the PHP script. After that I did a W3C validation and fixed the errors that it came up with, but now my form doesn't work. I think I...
  11. milo3169

    Problem with FOR Loop

    Hi All, I have this function where you can select multiple selections from a Listbox and it will copy those selections into a text area box. function duplicateValue() { var main = document.getElementById('main'); var duplicate = document.getElementById('duplicate'); for(var i = 0; i <...
  12. milo3169

    Getting this error: You don't have permission to access

    I tried to ask this question in the apache forum and after trying to deduct the problem they said that it sounded like a PHP problem and they pointed me here. So I'm going to ask the question to see if this is a PHP prolem Hello, I installed Apache, PHP5, and MySql on my new computer and It...
  13. milo3169

    You don't have permission to access on this server

    Hello, I installed Apache, PHP5, and MySql on my new computer and It seems like the installation was ok. The problem I have I would try to access some files and I would get this error. Forbidden You don't have permission to access /grahamlive/login/< on this server. Apache/2.0.61 (Win32)...
  14. milo3169

    Suggestions/Help with my Code

    Hello, I am a beginner to JavaScript and I am in a dilemma on the way I have coded this Function. I’ve been working on creating a tabbed navigation menu using AJAX and CSS Sliding door technique. All of the AJAX coding works and the CSS Sliding door technique works, but what I wanted to do is...
  15. milo3169

    Trouble with Sliding door Tab Navagation

    Hello, I am trying to create a Tabbed Navigation using the sliding door technique with pictures. What I want to do is when the tab is active has a different color other than the others. I am able to get it working with one color, but when I try to use the second color (picture) I can't get it...
  16. milo3169

    Trouble with javascript:document.textlink.submit()

    Hi, I am working on this project where a sales person can send a Payment Request to a customer where they can pay on-line. So I wrote a PHP script to do that. It would build a dynamic form and send it in a HTML format to the customer. They click on the button and boom; it goes to their...
  17. milo3169

    Trouble with onchange submit() event

    Hi, I'm trying to setup an event to submit this form when I do an onchange from a drop down list. First I created the list dynamically with PHP, but when I do an onchange it comes up with an error saying - document.form1 has no properties. Any idea on why this is coming up with that error...
  18. milo3169

    Passing input type value to a PHP url with AJAX.

    Hi, I am a Newbie to AJAX and I'm not really sure if this is an AJAX question, but in this AJAX script I'm using I'm having problems passing a Dropdown list value to a serverpage url in AJAX. I have this AJAX script where when someone selects a selection from a dropdown list it sends a request...
  19. milo3169

    trouble with arrays anf forms

    Hi, I'm trying to create a form that list row from a database and when I display the results it puts a checkbox and a text field for quantity. I am able to create an array from the checkboxes submitted and then I can display or do what ever I need to with that array. The problem that I'm...

Part and Inventory Search

Back
Top