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 Chris Miller 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: jjfletch
  • Order by date
  1. jjfletch

    Urgent: Need help with filter script

    I'm really hoping someone can help me out with this, it's pretty urgent that I finish this thing and I'm hopelessly stuck! :chomp: I have a page that allows a customer to add products to their shopping cart. For long and boring reasons, a different product number is used for every size and...
  2. jjfletch

    How to incorporate "NEXT" feature into this code?

    I got code below off the internet, and it offers much of what I want, but rather than automatically cycling through the images, I want the user to press a next button to see the next image. I don't know javascript *at all*, but I'm hoping someone here knows it well enough to show me how it's...
  3. jjfletch

    XML & ampersands

    One of the links I'd like use in my rss.xml file includes an &, which XML doesn't like. How can I have a link like this: http://www.someurl.com/index.php?c=111&z=bbb Or, is it impossible?
  4. jjfletch

    Sending variable from Flash to PHP

    I should preface this by saying that I know practically *nothing* about Flash or ActionScript. :) I'm placing a form input field into a Flash banner. I just need to know how to get the input from the banner into PHP for processing. I don't need to send anything back to Flash, I just need to...
  5. jjfletch

    Need help with Collapsible/Expandable Menus

    I've gotten further. How can I show that a menu is an activeMenu without having clicked on it? Please see "THIS IS WHERE I'M STUCK" in the code below: var curURL = window.location.href; var key = new Array(); for (var i=0;i<curURL.replace(/^.+\?/,'').split('&').length;i++) {...
  6. jjfletch

    Need help with Collapsible/Expandable Menus

    The script below allows me to create expandable/collapsible menus. What I'm trying to figure out, and have been brutally unsuccessful thus far, is how to expand the menus upon an initial visit. For example, on the home page, I have a link to "Colors" and a link to "Groceries". When a user...
  7. jjfletch

    Newbie problem with flash actionscript...

    Hi, I just started using Flash within the past week and I'm having some confusion issues here... I have a movie that uses animated buttons for navigation. I'm trying to get the button to stay in a "mousedown" state once the user visits that page. I've been reading stuff re: setting variables...
  8. jjfletch

    Newbie Q: Display multiple form elements?

    :: Sigh :: I wish you could edit posts: Here's a rewrite of what I'm looking for: Hi all, I just started using JavaScript (as in, today) and I need some help.... Apologies, if this long-winded.... I've figured out how to show/hide form elements based on radio button selections, but am...
  9. jjfletch

    Newbie Q: Display multiple form elements?

    DOH! Er, um... ::blush:: Totally didn't make the connection when I wrote it. Can someone help me anyway?
  10. jjfletch

    Newbie Q: Display multiple form elements?

    Hi all, I just started using JavaScript (as in, today) and I need some help.... Apologies, if this long-winded.... I've figured out how to show/hide form elements based on radio button selections, but am confused. :confused: I have two form questions, the responses to which should pull up...
  11. jjfletch

    Please help -- Checkboxes -- So Close, Yet So Far

    Newbie here.... I have a form that has a number of checkboxes. Upon initial submission, the values of the checked boxes are stored as one variable via "implode" and placed into my database. In an effort to make the form editable (that is, a user can select/deselect boxes as they wish) ...
  12. jjfletch

    Need Help with Join Clause

    I've got 2 tables: contacts and comments. Each record in contacts has a field_id (unique) that corresponds to field_id (not unique) in comments. This is what I want to do: Find records with in contacts and comments where the field_id fields match, and where the city field in contacts...
  13. jjfletch

    Newbie Question re: Virtual Hosts

    Hi, I'm brand spanking new at this and am easily confused... If I provide too much information or too little, please forgive. Right now, I have a domain name, an IP, and a dedicated server. The nameservers for that domain point to ns1.netsonic.com and ns2.netsonic.com. Everything's working...

Part and Inventory Search

Back
Top