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 Mike Lewis 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. 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

    Thanks vacunita. It's not a whole lot of HTML code that is being saved, but I think I will take your advise and seperate the layout code from the data code. You make a good point about if I wanted to change the look of the site, than I wouldn't have to go into the DB to alter the fields...
  5. 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...
  6. milo3169

    Dynamically insert keywords in ALT element

    Good, so it's safe to do that. No, I am not going to do something that would be considered spamming. I just want to add a keyword to each 'alt' when the thumbnails are dynamically created. Thanks for your help. I really appreciate it.
  7. 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...
  8. milo3169

    Radio button values not sending through AJAX

    Thanks feherke, I removed the for loop, and it works great. Thanks for all of your help.
  9. milo3169

    Radio button values not sending through AJAX

    Hi Diancecht, I want to use an XMLHttpRequest because I have a page that has tab navigation on it with different forms. I didn't want to reload the whole page when the form is submitted. That way I can have only parts of the page reload. I am also doing it for learning purposes.
  10. 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...
  11. 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...
  12. milo3169

    keyCode events with autocomplete

    Thanks for the tip Scott, but the problem that I'm having is that the autocomplete list(DIV) are being dynamically created in my PHP script. So the IDs are being created when that PHP script runs. What I can't seem to figure out is on how to get that ID to pass it into the autocomplete...
  13. milo3169

    keyCode events with autocomplete

    Thank Scott and Dan, you both are on the right page. The more I look at those links I'm getting a better understanding. What you said is exactly what I'm trying to learn. Thanks again.
  14. milo3169

    keyCode events with autocomplete

    Hi Dan, Thanks for the tips, but I was looking for code tutorials to help me figure out how to use for example using the up and down arrow keys after the drop list populates in the Ajax autocomplete list that I have. The keyboard commands don't seem to be working when that application is in...
  15. 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...
  16. milo3169

    Display value from an array after form validation

    Thanks tsuji & southbeach for all of your help. That worked!
  17. 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...
  18. milo3169

    Problem with sending values with AJAX

    Hi jpadie, Yes, I figured that out and it work like a charm. Thanks again for all of your help.
  19. milo3169

    Problem with sending values with AJAX

    Thanks Jpadie, Thanks a lot for your help. What you did seems to work as far as submitting the values of the form, but it submits the form. I put a "return false" on the onsubmit event, but that doesn't work. It still submits the form. Is that the wrong place to put it? This is just the...
  20. 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...

Part and Inventory Search

Back
Top