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. goldensunrise

    Multiple options.value (Javascript & PHP)

    I mean, how can I compare the two different Option Values? I am using a combination of Javascript and PHP to get the entire job done. This is only a small part of the job and I'm stuck!
  2. goldensunrise

    Multiple options.value (Javascript & PHP)

    So, I have a major case of Mommy brain today and have this project I have to finish like 6 months ago. Hopefully someone will have pitty on me and give me a little help that will send me in the right direction. I thank you in advance. Now on to my question, I know it should be an easy fix, just...
  3. goldensunrise

    Integrating with PayPal

    Hey guys....don't know what happened but, somehow I ended up uploading the wrong page. It's fixed now.
  4. goldensunrise

    Integrating with PayPal

    Hi, I am really stuck on the following code. I know that I need to add some IF statements but, at this point I am tired (I have a 10 month old son) and frustrated with the whole code thing. I know it should be simple but, I just can't get it to work. Basically, when a person clicks "add to...
  5. goldensunrise

    Take a look at what I am working on

    almost working version located here: http://malleyz.com/photoalbum/category_listing3.cgi
  6. goldensunrise

    Take a look at what I am working on

    Justice, I tried changing the form action to the following: filelisting.cgi?mainCat=$dir&subCat=$_ I can get the what's in $dir to show but, not what's in $_. Thank you
  7. goldensunrise

    Take a look at what I am working on

    Justice, Thank you soooooooo much. That code worked perfectly. Thank You
  8. goldensunrise

    Take a look at what I am working on

    #CHECKS TO SEE IF $DIR[$I] STARTS WITH A DOT IF IT DOES, IT WONT PRINT. if ( $dir[$i] !~ /^\./ ) { print ('<CENTER><OPTION'); #WHEN YOU CLICK THE SUBMIT BUTTON, THIS CODE MAKES THE OPTION YOU CHOSE BE SELECTED. if ( param(&quot;mainCat&quot;) && param(&quot;mainCat&quot;) eq...
  9. goldensunrise

    Take a look at what I am working on

    I had tried using javascript but, couldn't get it to work right since I was dynamically populating the list box with elements from an array.
  10. goldensunrise

    Take a look at what I am working on

    Take a look at what I am working on: http://malleyz.com/photoalbum/category_listing2.cgi HERE'S THE QUESTION: How do I change what shows up in the second box based on what is chosen in the first box? I've tried some javascript stuff but, have had no luck. Any help would be apreciated. Here's...
  11. goldensunrise

    Dynamically Populated Drop Down List Box

    rosenk, Thanks for the help. With a little tweaking that bit of code works perfect.
  12. goldensunrise

    Dynamically Populated Drop Down List Box

    Can anyone help me out?? I can't seem to get this to work right. It always goes back to the first item in the list. I would be greatful for any help. to see it (not) working, go here: http://malleyz.com/photoalbum/category.cgi *********** THE CODE *********** print...
  13. goldensunrise

    IFRAME &amp; JavaScript

    go look at it...uploaded it to http://members.home.net/adhardc/booktest/index.html I feel real dumb cause i know this is an easy prob to fix and i can't seem to fix it. :)
  14. goldensunrise

    IFRAME &amp; JavaScript

    that doesn't seem to work.
  15. goldensunrise

    IFRAME &amp; JavaScript

    well almost, what i want to do is have my index page take up the whole page....kinda replace the booktest.html page.
  16. goldensunrise

    IFRAME &amp; JavaScript

    first have a look at this: http://members.home.net/adhardc/booktest/index.html The problem is this, when i get to the end or the begining of the pages i want that window that pops up to display inside the first window...basically i want to break out of frames but the stuff i have tried hasn't...
  17. goldensunrise

    Question on DISTINCT in a looped query

    Thanks Guys. I got it figured out.
  18. goldensunrise

    Question on DISTINCT in a looped query

    Why does this not work? <CFLOOP INDEX=&quot;Loop&quot; FROM=&quot;1&quot; TO=&quot;9&quot;> <CFQUERY NAME=&quot;Loop&quot; DATASOURCE=&quot;Project&quot;> SELECT DISTINCT Catagory.CatagoryID, Catagory.Catagory, SiteListing.* FROM SiteListing, Catagory WHERE...

Part and Inventory Search

Back
Top