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
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...
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
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.