User Profile
Collapse
-
can any 1 explain how to make a html form readonly when something pops up? -
heyyyy thats ok when u have access to database queries but....hmmm
i am given a query with the above situation..
i.e query already sorted in asc. so any solution 2 access last 20 records ?...Leave a comment:
-
hmm.... so u mean to use the split on the data and get it in form of array...Leave a comment:
-
Database Headaches
Hi everyone,
I have a situation where my query is structured in such a way as to get
20 records from top every time...somethin g like
---------
select * from abc order by pkId asc limit lowerLimit,high erLimit
--------
so now if i have 2 get the last 20 records..how ?
can any 1 help me out? -
lets say i have a array instance -> aa
frm javascript i send it as :
document.formNa me.action = "URL&arry=" +aa;
document.formNa me.submit();
-------------
in java class i set it in java bean as :
private String[] arr;
public void setArray(String[] arr) {
this.arr = arr;
}
public String[] getArray() {
return arr;
}...Leave a comment:
-
javascript to java migeration
i am passing a javascript array object in the hidden field on submit, and appending
this object to a bean class method. when i retrieve it back, the array elements
are coming as a single string.
i want it as a array of elements so that i can iterate through it.
can any 1 help me out............ ...? -
can any 1 explain me how to track the mouse position when the page actually scrolls. i am tracking mouseover events and getting a popup, it works fine when the page does not scroll down, but when on scroll its displaying the popup on the page before the scroll.....
can i find any help regarding this?Leave a comment:
-
thank you v.much i have done some working and got it. even what u said
works fine....Leave a comment:
-
can any one help me.
i am writing a piece of code so that u can understand more precisely.
[CODE=javascript]window.onload()
{
var names = document.getEle mentsByTagName( "a");
for(var i=0;i<(names.le ngth);i++){
names[i].setAttribute(" id","a-"+i);
names[i].setAttribute(" name","a-"+i);...Leave a comment:
-
cross browser issues
how to dynamically set events to work in IE.
to be specific i want to create dynamically event calls on mouseover
and assign it dynamically to a perticular <anchor>
No activity results to display
Show More
Leave a comment: