User Profile

Collapse

Profile Sidebar

Collapse
smiley22
smiley22
Last Activity: Mar 23 '09, 12:43 AM
Joined: Jun 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • smiley22
    started a topic jasper report
    in Java

    jasper report

    hi guys,

    i just want to ask if it is possible to change .jasper file into .xml?

    is there an application for converting it?

    thanks and gudluck to all :)
    See more | Go to post

  • smiley22
    started a topic x button

    x button

    [html]

    hi guys,

    is it possible to remove the X button in the web browser window?

    thanks and more power...

    [/html]
    See more | Go to post

  • smiley22
    replied to checkbox
    [javascript]

    Oh that was a typo error sorry for that.

    Thanks so much

    And regards to!

    gudluck guys!


    [/javascript]...
    See more | Go to post

    Leave a comment:


  • smiley22
    started a topic checkbox

    checkbox

    [javascript]

    hi guys,

    just want to ask if this behavior is ok?

    [HTML]<input type = "checkbox" name = '"chktest" id = "chktest2">[/HTML]
    name and ID are different.

    Thanks and regards to all.


    [/javascript]
    See more | Go to post
    Last edited by gits; Jan 29 '08, 09:10 AM. Reason: added code tags

  • smiley22
    replied to button in rows
    [javascript]

    for example if i have 5 rows and 5 buttons in each rows how will it be?


    thanks :)
    [/javascript]...
    See more | Go to post

    Leave a comment:


  • smiley22
    started a topic button in rows

    button in rows

    [javascript]

    i have a table which add buttons in each row,
    that can dynamically add rows. how will i able to know
    which of the button among the rows are clicked?

    gudluck guys !
    thanks!
    See more | Go to post

  • smiley22
    started a topic CSS format

    CSS format

    [HTML/CSS]

    Hi guys,

    I would like to ask how to make a CSS file external, that makes all instances of the word “ET” in the HTML page appears BOLD and in RED font.

    Thanks to all and regards!


    [HTML/CSS]
    See more | Go to post

  • smiley22
    replied to exclude line
    [CODE=javascript]

    hi guys,

    thanks for help, its a great idea..

    gudluck to all you guys!!

    [/CODE]...
    See more | Go to post

    Leave a comment:


  • smiley22
    started a topic exclude line

    exclude line

    [javascript]

    hello, i just want to ask how will exclude column D (the BOLD entry) when its value is 1??? this example is a continous value [10000|12235PS|0 .0|0|0^10001|12 235PS|0.0|1|0^1 0000|12200SH|0. 0|1|0^10001|122 00SH|0.0|0|0^10 001|12232EA|0.0 |0|0^10001|1223 2EA|0.0|1|0^]

    a b c d e
    ----------------------------------
    10000|12235PS|0 .0|0|0^
    10001|12235PS|0 .0|1|0^ (this line...
    See more | Go to post

  • smiley22
    replied to auto populate
    hi there, i just finished my code, and my module is now working, thanks for your all great ideas, sorry if i become lazy along the way. i didn't think what you said..

    Thanks again

    Gudluck and regrds to all.. :)...
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    to get the row where the auto populate value will be place....
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    Hi, i had came up with this code


    [CODE=javascript]function getSerializedSi mLOV1(obj) {

    var varQuantityValu e = document.crmFor m.txtQuan.value ;
    varQuantityValu e = parseInt(varQua ntityValue);
    var ctr = 0;
    var varRowCount = document.getEle mentById('tblOr ders').rows.len gth;
    var handsetCounter = 0;
    var simCounter = 0;
    var varTemp = 0;
    var z = 0;
    ...
    See more | Go to post
    Last edited by acoder; Oct 15 '07, 01:57 PM. Reason: Added code tags

    Leave a comment:


  • smiley22
    replied to auto populate
    this code??what if row is >3?

    function getSerializedSi mLOV(obj)
    {
    var row = obj.parentNode. parentNode.rowI ndex;
    var serials = document.getEle mentsByNames("h dnOrdersSerialN o");
    var mobiles = document.getEle mentsByNames("h dnOrdersMobileN o");
    if(row>4)
    alert("Serial: " + serials[row-5].value + "\t" + "Mobile: " + mobiles[row-5].value);...
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    function only is placed in the sim part.. when you clicked the12th row
    the value wil be in 7th row, when you clicked the 18th row, the value will be in 13th row....
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    but how about when there are
    3 handsets 3 sims
    3 handsets 3 sims
    3 handsets 3 sims

    how will i paired it.....
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    ---
    i had a variable that determines that the item added to table is either a handset or sim its the - hdnOrdersMainCa tegoryCode

    im confused how to group the items and paired them their corresponding min....
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    the function should married the mobile nos.

    ex. when you add 5 handset and 5 sim, each has a mobile no.
    the control is in the sims button when you clicked the 6th row which is the first sim there is a value that is retrived by one of my function, then after that, the value should be auto populate in the mobile of the first handset..and then the 7th row which is the second sim in the table..should auto populate the mobile...
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    aaaahhh, ok, still not clear what to do...
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    its alerts as an object.. serials[object], mobiles[object]...
    See more | Go to post

    Leave a comment:


  • smiley22
    replied to auto populate
    :(

    the code inserts a row in a table together with its column..
    varGlobalCounte r??i used it in other functionality of my program...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...