User Profile

Collapse

Profile Sidebar

Collapse
sai26
sai26
Last Activity: Mar 18 '08, 11:16 AM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sai26
    replied to cross browser issues
    can any 1 explain how to make a html form readonly when something pops up?
    See more | Go to post

    Leave a comment:


  • sai26
    replied to Database Headaches
    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 ?...
    See more | Go to post

    Leave a comment:


  • sai26
    replied to javascript to java migeration
    in Java
    hmm.... so u mean to use the split on the data and get it in form of array...
    See more | Go to post

    Leave a comment:


  • sai26
    started a topic Database Headaches

    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?
    See more | Go to post

  • sai26
    replied to javascript to java migeration
    in Java
    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;
    }...
    See more | Go to post

    Leave a comment:


  • sai26
    started a topic javascript to java migeration
    in Java

    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............ ...?
    See more | Go to post

  • sai26
    replied to cross browser issues
    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?
    See more | Go to post

    Leave a comment:


  • sai26
    replied to cross browser issues
    thank you v.much i have done some working and got it. even what u said
    works fine....
    See more | Go to post

    Leave a comment:


  • sai26
    replied to cross browser issues
    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);...
    See more | Go to post
    Last edited by gits; Feb 18 '08, 01:07 PM. Reason: added code tags

    Leave a comment:


  • sai26
    started a topic cross browser issues

    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>
    See more | Go to post
No activity results to display
Show More
Working...