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: *

  • Users: PBE3
  • Order by date
  1. PBE3

    iframe problem

    Thanks I will try that. The iFrame is for all pages not just for the slideshow. Home Page, Exec Board, etc. will all show in the iFrame. If this doesn't work I can give you my URL. Thanks again! Kudos.
  2. PBE3

    iframe problem

    Hi - I am try to make a js slideshow on my page, the index has an iframe where the slideshow would be when the home page is visited. The slideshow will not work when it is in the iframe I get an error of document.images.SlideShow is undefined. The complete line is...
  3. PBE3

    Go Back, with selected criteria

    The website allows users to generate a report so they select a date range and locations to get certain data from a database. When the report shows up I would like a link that will that the user back to the criteria page and have the locations and the date that was selected originally to still...
  4. PBE3

    Go Back, with selected criteria

    Hello all - I know there is a simple javascript function to go back a page, but what about going back with previously selected information. I have a form with a few drop downs, calendar, etc and when a user hits submit it takes them to a results page, I would like to add a link or button on...
  5. PBE3

    Only retrieves last string

    I am trying to spit out all names into an array, but I keep getting just the last object. for($i=0; $i<count($allLoc); $i++){ //$allLoc is query results if($allLoc[$i]['storecode']!=$allLoc[$i]['orig_store'] && $allLoc[$i]['storecode']==$currStoreLoc){ $store=array()...
  6. PBE3

    move to second select onchange/onclick

    Thanks...that works great. Just one thing is that if something that is already in the second select box is selected again it clears the entire second box instead of just removing that one option. I'll repost the finish product. Thanks! :-)
  7. PBE3

    move to second select onchange/onclick

    Hello all! I have seen posts for moving/adding options from a select box with buttons, but I am working on a script to allow options to be moved/removed onclick of option. Below is my code. My problem is after 2 options have been selected and placed into the second select box (saved options)...
  8. PBE3

    Ajax Newbie

    If I do that then when val isn't 0 it won't submit. My I feel like I have tried everything. I'm so confused.
  9. PBE3

    Ajax Newbie

    It's currently on my server's ip, it wouldn't be able to connect via browser. :-( On submit it goes to the function. <form name="add" legend="Add a new user" method="GET" action="/map/users/pp_addUser.php" onSubmit="return fields();" >
  10. PBE3

    Ajax Newbie

    I have tried that as well. The only way it will give me a response to the email existing or not, is when val==0 It just doesn't make sense. If I val>0 it doesn't give me a response. :-( Thanks again for helping.
  11. PBE3

    Ajax Newbie

    Thanks alot! I appreciate your help. I've discovered something weird that is happening and maybe Ajax experts can help me solve my problem. My Ajax works when I use is soley, but as I integrated in my applications it stops working. In my script I have added an alert if one of my select...
  12. PBE3

    Help!! Removing an option from multiple select via selection in first

    Hello all - I have written a function in which upon select places the option selected into a second select box. If the option is selected and it is already in the second select box I am trying to have it remove the option from the second select box. It places the options in the second box but...
  13. PBE3

    Ajax Newbie

    No I get a response when I go to the php page that I am calling, but in the javascript httpObject.responseText is empty. I do not understand why.
  14. PBE3

    Ajax Newbie

    My php if fine. Going to the url I get a response, it's the ajax I am not too keen with. I am writing 'echo' in the php, but I don't think I am grabbing it correctly from the ajax function. When I alert(httpObject.responseText) it is blank.
  15. PBE3

    Ajax Newbie

    I can't get the response from the php page.
  16. PBE3

    Ajax Newbie

    Thanks for the reply! I do get a response, sorry forgot to mention that, and its running on a server.
  17. PBE3

    Ajax Newbie

    Hello all - I am trying to do what I thought would be simple Ajax function. I am trying to compare what is in a text box to what is retrieved from a mysql table, but I can not get the js to read the response given from my php page. It is blank. Here is my code. Thanks ahead of time...
  18. PBE3

    cant get simple HelloWorld to work

    I am trying to get a simple HelloWorld example to run on my host and I cannot figure out the problem. I create a dir under my cat_home /usr/share/tomcat5/webapps/MyFirst And placed the java class under /usr/share/tomcat5/webapps/MyFirst/WEB-INF/classes/HelloWorld.class I have my web.xml and...
  19. PBE3

    exception trying to load keystore

    I've seen this error before but I can't fix it this time. Any ideas? Created MBeanServer with ID: vau5wz:fgf4fngz.0:pp-webtwo.rewardforloyalty.com:1 19-May-08 9:57:01 AM org.apache.tomcat.util.net.jsse.JSSESocketFactory getStore SEVERE: Exception trying to load keystore...
  20. PBE3

    tomcat errors when started

    Hello all, my server came installed with Redhat Enterprise 5. When I go to startup the server I get errored out. Can anyone help me? I am new to this. 8-May-08 10:25:56 AM org.apache.catalina.startup.ContextConfig applicationWebConfig SEVERE: Parse error in application web.xml file at...

Part and Inventory Search

Back
Top