Hello Experts,
I have a question regarding the ruled based optimization techniques used in DB2 ,if we have a set of conditions in the where clause, is there anyway we can affect the way those conditions are applied...
Like if we have "where condition1 and condition2" etc and we know that...
Hello Experts,
I have a scenario where I need to compare multiple fields using the like operator in a SP and the input can have the wild card operator '%' or it might not have it , in either case I use the LIKE operator (like input_variable) in SQL.
I would like to know if using the LIKE...
Hello Experts,
I am trying to implement a module that allows the users thru a jsp to explore the file system on their machine and select multiple documents to be uploaded into the server.
I am thinking how to go about it and the possible solutions seem to be using Swing /SWT in Java Web...
Hello Expets,
I am applying the following cs to teh table rows and tds which are under a table with class name "subparent"
.subparent tr.subhidden td {
padding:3px 0px 3px 10px;background-color:#ffffff;display: none;
}
.subparent tr.subshow td {
padding:3px 0px 3px...
Hello Experts ,
I am trying to build a dynamic in clause from a string passed in as an input parameter as follows but the following code doesnt work, but when I replace the IN clause content with a string literal it returns results, can you please let me what might be the issue here.
The...
Hello All,
I get an error at the end of the fucntion i.e a syntax error in Mozilla, can you please let me know can you please let me know what wrong with this ,I am unable to see anything wrong with this piece of code.
Thanks in advance!
function initializeGroupByList(selectTag,jpfScopeID){...
Hello Experts,
I have a scenario where I need to let the users select multiple values from a dropdown and still have a dropdown becuase in HTML when you set the multiple attribute to 'true' you have to specify the size of the select tag and if you dont specify the size we have a select tag with...
Hello Experts,
I am using a regular expression to replace a url typed in input with an anchor to display the input, I am using the following code, the RegExp works fine but the replace method cannot replace the matched text.Please advise.
<script>var test_match =...
Hello Experts,
I have a scenario where I have to indetify the URL with in a text message inserted by the user in a text box, the user enters text which could also contain hyperlinks like www.xyz.com, I need to identify that and display the url as a URL when the text message is displayed later...
Hello All,
I am trying the following query
select first_name + ' ' +middle_initial+ ' '+last_name as name, user_ids.racfid from user_ids,user_roles where user_ids.racfid = user_roles.racfid and user_roles.role_name = 'Publisher'
I get an error ORA-01722: invalid number, as you can see I ma...
Hello All,
I have implemented Google Suggest like functionality using the dynamically created divs, if you look at the google suggest the drop down created overlaps the search buttons , by overlap I mean it hides the buttons when it needs to display the dropdown, however in my case the...
Hello All,
I have table which incldues asubmit button also is the last row, howeevr even after I give border =0 for the encompassing table I see that there is a line that basically surrounds the td representing the button, in other words the td appears as a block with a line.I dont want the...
Hello All,
I am calling a javascrip function showHideAll as in the below code, the problem is that this.nextSibling always returns undefined.Please look at the following markup, by this.nextSibling I want to refer to teh next anchor tag <a>.
<a href="#"...
Hello All,
I want to call a javascript function on the click of a link ..if I use teh following I get an error saying that this.parentNode is not defined..
<a href="javascript:return toggle(this.parentNode.parentNode,this.firstChild,'button_collapse.gif','button_expand.gif');"><img...
Hello All,
The following HTML markup doesnt hide the contenet with in the td with style="display:none" can anyone please advise why IE is behaving so..
<tr><td style="display:none">
<tr class="d1" >
<td>...
Hello All,
I have a scenario where I need to hide all the elements with in a Div after a link is clicked.The elements with in DIv are aslo divs,but when I get the childNodes array by using div.childNodes attribute I always get the length of array as 1 and it doesnt return all the child...
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.