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

    Display images dynamically with various colors

    Hi All, I don't know this is the right place to post this question. Here is my requirement. We are building an application which supports multiple clients. In our application there are about 50-60 images. As of now we are building all these images for each client because each client uses...
  2. palchuri

    How to detect/set JRE

    Hi All, I have a strange requirement. I have mulitple JRE's installed on my system like microsoft,sun ...etc. I have to connect two external applications, one application works with microsoft while as other only works with sun jre. When I open new popup window, some how I have to set...
  3. palchuri

    How to access URL parameters

    Hi All, I did some research on the internet before posting the question on this forum. I didn't find useful link. Any help is appreciated. javascript function handleOnClose is invoked on body onbeforeunload. In that I would like access value for the action parameter the url...
  4. palchuri

    Expected ; JS Error on SRC tag with external URL

    Hi, I have a requirement to invoke external js on a given JSP. This is how I am including the javascipt. <script language="javascript" src="https://www28.qa.xxx.com/adv_capl/abc/abc.js"></script> I am getting the following error. Line 4 Char 13 Expected ; Code 0 URL xxxxxxxxxxxxx...
  5. palchuri

    How to handle external application unavialability

    <HTML> <HEAD> <TITLE>A document with SCRIPT</TITLE> <META http-equiv="Content-Script-Type" content="text/tcl"> <SCRIPT type="text/javascript" src="http://someplace.com/laucher.js"> </SCRIPT> </HEAD> <BODY> <SCRIPT type="text/javascript"> if(isAppAvailable('code')){ // do something }else{...
  6. palchuri

    clone index in WebSphere5

    How to find clone index in WebSphere5. I do have documentation for was3.5, But I don't find for was5. http://www-128.ibm.com/developerworks/library/it/it-0801art30/

Part and Inventory Search

Back
Top