User Profile

Collapse

Profile Sidebar

Collapse
yangtono
yangtono
Last Activity: Apr 16 '08, 08:30 AM
Joined: Feb 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • yangtono
    replied to TD unable to align Center
    Hi,

    I did according to your suggestion

    Code:
    <table width="100%" border="0" cellspacing="1" cellpadding="3"  style="behavior:url(/wms-img2/css/tablehl.htc) url(/wms-img2/css/sort.htc) text-align:center" slcolor=#6C9CFF hlcolor=#FFFFCC>
    The result is the same. Because I didn't specify NOWRAP, so the label like "Quantity On Hand"...
    See more | Go to post

    Leave a comment:


  • yangtono
    started a topic TD unable to align Center

    TD unable to align Center

    Hi,

    I am creating a table to list some data. The table is using a sorting and highlight function that I found from the net.

    I can't attach image here, basically html will wrap the heading, therefore I notice the second line of the header is left align instead of centering. I believe it's because of the sort.htc script that will output an arrow when user click on the header to sort.

    The code is as below:...
    See more | Go to post

  • yangtono
    replied to Add the input text and display below
    Thanks for your help....
    See more | Go to post

    Leave a comment:


  • Date picker not working on windows mobile 2003

    Hi,

    I am deploying a date picker using javascript on my HTML form. It pop up a calendar and let the user choose the date. It works fine on IE 6 using laptop and desktop. But when I try to use Hand held device, it just doesn't work.

    The hand held device that I am using is Dolphin 9500, running Windows Mobile 2003.

    Does anyone encounter this before? Is there any work around?
    See more | Go to post

  • How to determine if a HTML element exists in a form

    Hi,

    How do I check if the Tag Name "i_tare_wei ght" exists inside my form? I am generating HTML page using a web server. The text field i_tare_weight will only appear when user click on option 2 from previous screen, and when click on option 1, it will not appear in my page. Below is my code:

    Code:
    <HTML>
    <HEAD>
    <SCRIPT language='javascript'>
    function checkTag() {
    ...
    See more | Go to post

  • yangtono
    started a topic Add the input text and display below

    Add the input text and display below

    Hi,

    I'm trying to create a function that allows me to append the character at input text and display them on the div tag below. But the screen shouldn't refresh, therefore I'm using AJAX.

    But I can't seem to get it done, not really familiar with AJAX. Wonder if anyone here can help me out.
    Below is the code:

    Code:
    <HTML>
    <HEAD>
    <TITLE>Stock Count Task Generation</TITLE>
    ...
    See more | Go to post

  • Hi,

    Thanks for yur suggestion, but I've seen these website. But I don't quite understand the term rowIndex property. How do I use these in javascript?...
    See more | Go to post

    Leave a comment:


  • Hi,

    How do I get the rowIndex? I make use of "count2" to keep track of the row no, but instead it return me the total row....
    See more | Go to post

    Leave a comment:


  • Hi,

    Thanks for your reply. What I meant is when I click the "Add Row" 2 times, the page shows me 2 rows. But when I click on the first row of "Browse" button, I got the data from second row (or last row). I need to find out how to get the correct row no or should I say which "Browse" button I clicked.

    The program I'm working on will list all the products from the "Stock Location"....
    See more | Go to post

    Leave a comment:


  • yangtono
    started a topic DOM Table: how to get the correct row no

    DOM Table: how to get the correct row no

    Hi,

    I'm working on a program using javascript to create a dynamic table. Initially was developing this in IE environment. It work fine, but realise that it doesn't work on Mozilla FireFox.

    So I change it to using DOM Table to construct the table. But now I can't get the correct row no from the "Browse" button that I clicked on. It will only return the total number of rows instead of the currect row no I clicked...
    See more | Go to post
No activity results to display
Show More
Working...