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: kuha
  • Order by date
  1. kuha

    Hi All, I am new to the webFoucs S

    Hi All, I am new to the webFoucs Software, Please can any one help me in finding documents which helps me in quick start. I am supposed to work on DB2 database and WebFocus. Thanks Kuha
  2. kuha

    Question on Window.close()

    Hi Friends, I am using window.close() method for one page, this method gives an alert message saying "WebPage u'r view is trying to close, do u want to close it" I don't want this alert to pop up, instead web page must close with out this alert. How do i handle this. Thanks in advance...
  3. kuha

    Hi Friends, Can any one tell me wh

    Hi Friends, Can any one tell me what are the steps to be taken to integrate printer into my java application. My application has an option of printing labels, so i have to incorporate this functionality, please let me know what all the steps i have to take. Thanks in advance for all the help. Harish
  4. kuha

    how do i use Javascript code in Scriptlets

    Hi ToddWW, Yes i am trying to see whether checkbox is checked or not, and i want value to be 1 if checkbox is checked and value must be 0 if checkbox is unchecked. More over i want this value to be accessed in Scriptlet, like request.getParameter("checkbox"). i understood u'r code and...
  5. kuha

    how do i use Javascript code in Scriptlets

    Hi friends, i am trying to get the value of check box , i tried like, request.getParameter("checkbox"); but iam getting null, so i want to try some thing like this String variable = Javascript:'document.checkbox.value;' Is it correct, if not please suggest me how to do this. Thanks in...
  6. kuha

    Passing parameter from one jsp to another Jsp

    Thank You Tracy i am able to get the value now. Harish
  7. kuha

    Passing parameter from one jsp to another Jsp

    function xyz(arg1){ var mfname = arg1; window.name="subwindow"; window.open("/web-inf/jsp/search.jsp?name=+mfname", "Search", "height=334 ); } In the above code iam trying to pass parameter "name".but when subwindow pops up, i am not getting the...
  8. kuha

    how do i access request parameter in window opener

    Hi Friends, I am opening another small window using window.open. I want to access text feild of parent window in child window, that is when i say window.open(subwindow), subwindow opens. iam using window.parentwindow.text.value and it is given me the text feild value in the sub window, but i...
  9. kuha

    how do i change color of single element in drop down box

    Thanks Mithril, it worked. Harish
  10. kuha

    how do i change color of single element in drop down box

    Hi Friends, my drop down box is having 10 element,and i want to change color of one element depending on the condition dynamically. How can i do this, when i used document.form.dropdown.style.color="#fffff"; it changed the color of all the element. I want only one element in dropdown...
  11. kuha

    how do i change text color dynamically

    Hi Friends, How do i change the color of the text feilds dynamically. Thanks for all the help. Harish
  12. kuha

    what techinque i must use

    Hi Friends, I have a situvation like this, 1.User will update a record. Next time he opens the view update screen, the feilds last updated must be highlighted. i have two tables one master and one user. I have to compare the user table with master and if i find all the feilds in both the table...
  13. kuha

    why this plain html get submitted , please have a look

    Thanks Tracy Dryden, it worked. Harish
  14. kuha

    why this plain html get submitted , please have a look

    Hi friends, please look into the code iam sending, I am facing problem in this small html code. I have not submit or action tag in this html but if u keep cursor on text box and hit Enter Key it submits entair page. i want to know why this is happening. Please copy the code and open in IE...

Part and Inventory Search

Back
Top