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 TouchToneTommy 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: rudy23
  • Content: Threads
  • Order by date
  1. rudy23

    How to specify a Network Interface for a certain port.

    Hi all. We are working on deploying a Java based tiered application on the Solaris Platform. I would like to get some information on multiple interfaces and how to specify which interface to use for a certaion request. The Machine itself has 3 Network interface cards. Each Card is on a...
  2. rudy23

    Access two databases from one entity bean instance

    Is it possible to access two databases from a single entity bean instance?Is it possible for both CMP & BMP ?If yes then how can we do that
  3. rudy23

    Access Microsoft Exchange in php

    Is there any way to access Microsoft Exchange information in php.
  4. rudy23

    Preload Image and Give error if Image is Unavailable

    I am sure this can be done in Javascript but am not finding the right way to do it. My page has an image in it which actually is an external url calling the image froma remote server. Now this image gets updated frequently in its location and hence sometimes I get an error or the red cross...
  5. rudy23

    Anyway to not store pages on Hard Disk w/o Pragma No cache Tags?

    Hi Most of the pages on my site contain sensitive information so I cant cache them or store them on the users HDD. Currently I use these two tags. <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE"> However the user experience is horrible as...
  6. rudy23

    Anyway to not store pages on Hard Disk w/o Pragma No cache Tags?

    Hi Most of the pages on my site contain sensitive information so I cant cache them or store them on the users HDD. Currently I use these two tags. <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE"> However the user experience is horrible as...
  7. rudy23

    Pragma No Cache. Expiring page. Any alternative?

    Dunno if this the Right palce to post this question but here goes. I have these two tags in all my pages <HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> and "Cache-control: no-store" The problem is that any page with Post data gets expired. Hence if the user goes to a different page and clicks...
  8. rudy23

    Populationg drop down in Parent with values from popup Window.

    Dunno how complex this is gonna be. Hers what I have right now. Window A is the Parent window. After I make a selection in it from a dropdown it opens a popup window which has another dropdown menu populated with some data from the database. When a user selects an option from the popup it gets...
  9. rudy23

    Can I avoid nested tables in this page? (screenshot attached)

    Hi Guys. Am struggling to find a way to eliminate nesting tables due to this line on my page. Page Layout As you can see there is a Blue Line Running along the left side of the page. Just for this line I have to nest all the remaining tables within the top most table causing performance...
  10. rudy23

    Pass value from Pop-up to Hidden Form Field on Parent window

    This topics been covered before but it wasnt resolved. So can this be done at all? I need to pass a value from the child window and assign it to a hidden form field in the Parent window. Here is the sample code. (not mine just took it from a previous post) Main Window <html> <head>...
  11. rudy23

    Hide/Show Jsp generated tables using Javascript? (screenshot)

    Hi Guys. Am relatively new to Javascript. Below is a screenshot of what my Client wants. http://38.117.162.2/new/hideshow.jpg These are 3 Individual reports. The have been created by using JSP’s which query the database and generate these reports. What he wants is for reports to...
  12. rudy23

    Best way to Implement Relative Positioning for a PopUp Menu?

    Hello everybody, I am currently implementing a popupmenu for a demo site. Screenshot http://38.117.162.2/new/popupmenu.jpg The Problem is that the table cells keep moving along a Horizontal Line and hence the XY co-ordinates of the Popup must change accordingly. I can pass the X and Y...
  13. rudy23

    Dynamic Dependant Dropdown Menus from Database using Javascript

    Hello Everybody Saw some solutions but they didnt seem to fit what I needed. Heres what I need to do. 1. User chooses STATE from Drop Down List 2. QUERY database: STRIP all cities associated with that STATE. 3. Create 2nd dropdown based on results. I do not want to prepopulate these values...

Part and Inventory Search

Back
Top