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

  • Users: abc73
  • Order by date
  1. abc73

    Show multiple images in JSP page

    I have one concern if I add my ArrayList to session is there a possibilty of loosing a session, and how do I make sure my session remains valid.
  2. abc73

    Show multiple images in JSP page

    Thanks Venu I'll try this and will let you know. Thanks again.
  3. abc73

    Show multiple images in JSP page

    In the following line I am passing an image name a time to a servlet that returns me the image and I am showing it in a page. If I have 500 image-names in the hashtable the following line will execute 500 times. Here is what I am doing. ..................... ...
  4. abc73

    Show multiple images in JSP page

    I looked into the thread but I am getting Images from database and it can be huge number of them. So don't know if it's wise to store them in an ArrayList. As I haven't used the taglibs before so believe there's a learning curve but I don't have enough-time. I am hoping if I can atleast tweak my...
  5. abc73

    Show multiple images in JSP page

    I have an Application in which I am showing images in a jsp page from a Database. It takes forever to load over 400+ images and sometimes it only shows half and the rest just small boxes. I have a bean in which I get the imagenames from DB based on the query and stores in a hashtable then...
  6. abc73

    Disabling Browser Bars

    well then it's no use. Thanks for the tip.
  7. abc73

    Send POST Request from a FORM

    Hi, Is there a way to send a POST Request from a FORM. I have an Oracle Form and inside FORM a user clicks on a button and it opens a webpage that accepts some parameters that are also passed when a button is clicked. I don't want the user to see the querystring parameters i.e. can I make a POST...
  8. abc73

    Disabling Browser Bars

    Can someone help me how to disable all browser bars: scroll, tool, links, address, menu etc. All I want is the close button in the Browser and everything else disables or hidden in any browser. The user comes to the page by clicking a button in an Oracle Form. So when the page is opened I want...
  9. abc73

    Disable all Browser Bars

    Can someone help me how to disable all browser bars: scroll, tool, links, address, menu using JSP. All I want is the close button in the Browser and evrything else disables or hidden. Thanks
  10. abc73

    EDIFIX 5.0

    Download Oracle B2B Integration Server you will get the EDIFECS.
  11. abc73

    NCPDP Batch Standard Version 1.1

    Hi, Can someone please provide a guide for NCPDP Batch Standard Version 1.1. Or how does the structure looks like. Thanks
  12. abc73

    Image display problem in IE 6.0 using JSP/Servlet app.............

    I have that in the code just a typo here. Folloing is correct [code] <img src="http://servername:port/contextpath/servlet/show?name=<%= img[i] %> width=640> [code] thanks
  13. abc73

    Image display problem in IE 6.0 using JSP/Servlet app.............

    I have an application that gets an images from the DataBase and displays it in a browser. Everything worked fine in IE 5.5, but recently I upgraded to IE 6.0 and now the images are not shown. If I use the IE 5.5 it works fine. Is there any issue with IE 6.0. I have JSP page and in a loop calls...
  14. abc73

    Help needed in using edifecs tool

    Hi, I installed OracleAS Inetgration B2B along with Edifecs Spec Builder. Can someone please tell me how does this edifecs translator works and how do I start the translation process. I looked into the documentation but all I see is how to build the document. Now if I have an incoming EDI 835...
  15. abc73

    Error when installing Oracle Integration B2B

    I am trying to install Integration B2B but get the following errors. My Repository is registered in OID. The only time I receive a prompt for a password is for the ias_admin user. Output generated from configuration assistant "Integration B2B Configuration Assistant"...
  16. abc73

    Problem installing OracleAS 10g asking for (OID)

    Hi, As you can figure out I am pretty new to Oracle and am trying to learn. So please bear with me. I am trying to install OracleAS 10g portal and wireless. I have installed metadata repository and when I install portal and wireless it asks me for the username and port where Oracle Internet...
  17. abc73

    10g DB startup error

    I followed the above sequence of shutting down and starting the database the results: SQL> shutdown immediate Database closed. Database dismounted. ORACLE instance shut down. SQL> startup ORACLE instance started. Total System Global Area 171966464 bytes Fixed Size 787988...
  18. abc73

    10g DB startup error

    Hi, I installed 10g but when I get the following on Enterprise Manager: The database status is currently unavailable. It is possible that the database is in mount or nomount state. Click 'Startup' to obtain the current status and open the database. If the database cannot be opened, click...
  19. abc73

    Win32/Daemon.pm ERROR.

    Can someone please help how to manually install Daemon.pm. What are steps for installing manually. I tried the following PPM install http://www.roth.net/perl/packages/win32-daemon.ppd but I keep getting connection timeout. So I want to install it manually but how? Any help is appreciated...
  20. abc73

    Install Oracle 10g Database and App. Server on same Machine

    Hi, I am learning oracle and have a question: Can I install Oracle 10g Database and Oracle 10g Application Server (Portal and Wireless) on the same machine. How much RAM do I need to run them properly. Is there a link that can guide me to install both step by step. Thanks

Part and Inventory Search

Back
Top