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. GooDog

    Problem with JMS queues

    Hi, I am involved in a project in which i have to send messages from central server to branch servers. I am using jetty server and JORAM. Here i am creating each queue for each branch servers and sending the messages to each queue using a for loop. The problem is the message is received by...
  2. GooDog

    Need help in previewing .eps file

    Hi, Thanks for the reply.Can you tell me the alternative way to display the images in the html file Regards, Prakash
  3. GooDog

    Need help in previewing .eps file

    Hi All, I am involved in a project in which i have to upload images to server.Before uploading i want to display the image in the html page.When i select a gif or jpg files it displays correctly.But when i select a .eps file it is not displaying.Can any body help to overcome this...
  4. GooDog

    Closing window when focus is lost

    Thank you guys for your responses.I have made as KevinAr18's idea.
  5. GooDog

    Closing window when focus is lost

    Hi all, In my project i want to close the popup window when the focus of that window is lost.If i put the self.close() in the body onblur event i am not able to focus the other fields in that window.My aim is to close the popup window if the user make the focus in the main window.Can any...
  6. GooDog

    Displaying frames in Modal window

    Hi Dan, Thanks for your reply.Actually i have three iFrames in a jsp.I am making target these iframes with three different jsps which will take datas from database.So when i give the url of the main jsp to showmodaldialog method all the three jsps open in different windows.I want to make...
  7. GooDog

    Displaying frames in Modal window

    Hi all, Can any one tell me how to display frames in a modal dialog.I have got three jsps getting datas from database and displays in the frame and i want to display this frame in a modal dialog.Can any one tell me how to do it. Regards, Prakash
  8. GooDog

    Jsp and javascript Problem

    Hi Dave, Thanks for your suggestions.Happy New Year. Regards, Prakash
  9. GooDog

    Java Applet reloading problem

    Hi, I am involved in a project in which we are using many images to scroll in a applet.The url of the images are retiriving from the data base and given to the applet using jsp.The problem is when the page is reloaded it takes much time to show the applet again even i am using the archive...
  10. GooDog

    Jsp and javascript Problem

    Hi Dave, Thanks a lot.It works fine.Please let me know some of the other ways to achive this.(Just for knowledge sake). Thanks you very much again. Regards, Prakash
  11. GooDog

    Jsp and javascript Problem

    Hi Dave, Thanks for the reply.Actually i am retiriving the values from the data base and doing some calculations and display them.If that is ok for the user then he will hit the "Print" button.At that time the displayed datas will print and the calculated values will be inserted to the...
  12. GooDog

    Jsp and javascript Problem

    Hi All, I have a jsp page with some javascript fucnctions and with two buttons as "Print" and "Cancel".While opening this jsp i am getting some datas from database and displaying them.When the user clicks the "Print" button i want to insert some of the datas in the data base.For that i am...
  13. GooDog

    Changing the foucs color of a combo box

    Hi mwolf00, Thanks for the reply.It works fine.But my requirement is i am using a combo box filled with different colors(not codes).When selecting a color the defualt focus color ie the dark blue color hides the other colors in the combo box.I want to get rid of that default color.Is...
  14. GooDog

    Changing the foucs color of a combo box

    Hi, Is it possible to change the default focus color of a combo box/List Box.Or making a border to the items in the combo box when the focus is made.If so please let me know how to do it. Thanks in advance, Prakash
  15. GooDog

    Hiding a HTML Page

    Hi All, I want to know how to hide a html page,but the javascript functions in that should work.For more clearly when a button is clicked a html page should open which should not visible to the user.but the javascript function written in that page should work.How to achive this.Any help...
  16. GooDog

    Invoking a system from server

    Thanks sedj for your valuble suggestion
  17. GooDog

    Invoking a system from server

    Just consider a situation that many client machines are connected with a server.I want to invoke any one of those client from the server.I am using http protocol.For more clearly when the server issues an order to the client that client system will do some operations like refresh etc.
  18. GooDog

    Invoking a system from server

    Thanks for the response.In a client/Server model i want to invoke one single client machine from the server.Like if the server sends an order to refresh the machine like that.
  19. GooDog

    Testing a JSP file

    Hi, You can do this with the m3gate,which is freeware. Regards.
  20. GooDog

    Invoking a system from server

    Hi All, I want to know how to invoke a particular system from a jsp or servelt in a client-server model.may be using the name or ip address of the system. Thanks in advance, Prakash

Part and Inventory Search

Back
Top