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: PBE3
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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()...
  4. 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)...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. PBE3

    update error

    Hello all, I apologize if I am writing to the wrong forum, but if someone could help me out that'd be great. I have this update statement and it's not working. update ACSPRDDTA.AAPCUST, ACSPRDDTA.AAPACCT set AAPCUST.AAFNAM='Mike', AAPCUST.AALNAM='cool', AAPCUST.AAADDR1='123 Applied...
  11. PBE3

    MouseOver ff vs ie

    Hello....I am doing a simple page that consists of 3 entry fields, one CVV Code, I added a mouseover() which shows a picture... My problem is that it works fine in FireFox, but when opened in IE it doesnt work. Can anyone help me...Thanks much... Code.. <SCRIPT language="JavaScript"...
  12. PBE3

    Radio Button Help....when just one it wont select

    Hello all! I am having a bit of trouble with radio buttons. I have a form in which populates records from a table and then are displayed on the next page with radio buttons, which allows the user to select an row to edit. Now in my javascript to find out which radio button is selected only...
  13. PBE3

    radio button

    (java & jsp & servlets) I have created a program in which the user selects from 3 fields acct num, first name, or last name and enters data inwhich to search by. After hitting enter the data is printed out on the next page. How can I add a radio buttonn or allow the user to select a row from...

Part and Inventory Search

Back
Top