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 strongm 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. rudy23

    How to specify a Network Interface for a certain port.

    Thanks a lot daFranze. It sure helps. Cheers
  2. 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...
  3. 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
  4. rudy23

    Access Microsoft Exchange in php

    I would like to access(Read/Write) mail,calendar,notes...
  5. rudy23

    Access Microsoft Exchange in php

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

    Preload Image and Give error if Image is Unavailable

    One last question Our site is being monitored by Keynote which detects if there is a hit to the site and reduction in availability. If I use onerror will I see a hit in availability or no. Also a lot of times the image is not displayed because of a timeout. When does onerror kick in? does it...
  7. rudy23

    Preload Image and Give error if Image is Unavailable

    Hey Billy sorry for the late response but that works perfectly for me. I only care about IE and Netscape and havent seen any problems at all. Thanks a tonne again. Hey gelnmac thanks for you suggesstion too. Pretty useful. Do you know if i can display an alternate image instaed of none? thanks
  8. 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...
  9. rudy23

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

    Create my own Back Button? How do I do that? Are you saying use a gif or something like that? That wouldnt solve the problem when users click the actual browser back button. Also I myself am against disabling of the Back Button. What surprises me most is that nobody seems to have a solution for...
  10. rudy23

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

    I think you dont understand the point of this thread. If the user wants to intentionally save the page I cant do anything about it accepted. but if I put these two tags <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-STORE"> The pages dont get...
  11. rudy23

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

    Forms is fine. I can always give autocomplete=off for that. I dont want to cache it on the Disk. Or maybe use Pragma No Cache and then Use Javascript to redirect users to previous page when they click back to prevent the Web Page expired. Any ideas ?
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. rudy23

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

    Einstein47. Thats working. Doesnt hurt to add another function to the main page. Thanks
  17. 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...
  18. rudy23

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

    Nopes. I even tried passing a hard coded value. It can pass it to a text box but not to a Hidden Form Field.

Part and Inventory Search

Back
Top