<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by angie_oet</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 08 Jul 2026 21:26:54 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Remove listbox value 1 by 1</title>
            <link>http://forum.lowyat.net/topic/675164</link>
            <description>&lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt; Dear all,&lt;br /&gt;I have faced problem on remove value in listbox. Whatever value I have selected, system only allow remove the last one(start from bottom)&lt;br /&gt;Below is the coding...&lt;br /&gt;&lt;br /&gt;function removeOptions(selectbox)&lt;br /&gt;	{&lt;br /&gt;	var i;&lt;br /&gt;	for(i=document.forms[0].listRight.options.length - 1; i &amp;gt;= 0 ;i-- )&lt;br /&gt;                  {&lt;br /&gt;                   if(document.forms[0].listRight.options[i].selected)&lt;br /&gt;	      document.forms[0].listRight.remove(i);&lt;br /&gt;	   }&lt;br /&gt;	}&lt;br /&gt;&lt;br /&gt;May I know why?</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Wed, 16 Apr 2008 14:15:08 +0800</pubDate>
        </item>
        <item>
            <title>Text box value move to list box</title>
            <link>http://forum.lowyat.net/topic/671619</link>
            <description>Dear all,&lt;br /&gt;Do you have any idea on move a text box value to list box. &lt;br /&gt;Store text box value into list box and I wish to save list box value to database. &lt;br /&gt; &lt;br /&gt;&amp;lt;&amp;#33;DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01//EN&amp;quot;&lt;br /&gt;   &amp;quot;http://www.w3.org/TR/html4/strict.dtd&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;html lang=&amp;quot;en&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;add to dropdown&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;&amp;gt;&lt;br /&gt;&amp;#60;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;window.onload=function() {&lt;br /&gt;document.forms[&amp;#39;form1&amp;#39;].fruit.onblur=function(){addToDD(this.value);};&lt;br /&gt;}&lt;br /&gt;function addToDD(val) {&lt;br /&gt;var oSelect=document.forms[&amp;#39;form1&amp;#39;].select1;&lt;br /&gt;oSelect.options[oSelect.options.length]=new Option(val, val);&lt;br /&gt;document.forms[&amp;#39;form1&amp;#39;].fruit.value=&amp;quot;&amp;quot;;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&amp;lt;form action=&amp;quot;#&amp;quot; name=&amp;quot;form1&amp;quot;&amp;gt;&lt;br /&gt;    &amp;lt;fieldset&amp;gt;&amp;lt;legend&amp;gt;add to dropdown&amp;lt;/legend&amp;gt;&lt;br /&gt;    &amp;lt;select name=&amp;quot;select1&amp;quot;&amp;gt;&lt;br /&gt;        &amp;lt;option&amp;gt;apple&amp;lt;/option&amp;gt;&lt;br /&gt;        &amp;lt;option&amp;gt;banana&amp;lt;/option&amp;gt;&lt;br /&gt;        &amp;lt;option&amp;gt;cranberry&amp;lt;/option&amp;gt;&lt;br /&gt;    &amp;lt;/select&amp;gt;&lt;br /&gt;    &amp;lt;label&amp;gt;add text: &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;fruit&amp;quot;&amp;gt;&amp;lt;/label&amp;gt;&lt;br /&gt;    &amp;lt;/fieldset&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;br /&gt; &lt;br /&gt;Example found in Internet. I do not think this will work because after refresh, all value in drop down has gone. Isn&amp;#39;t I need to include &amp;#036;_SESSION[&amp;#39;arr&amp;#39;] = array();&lt;br /&gt;&amp;#036;_SESSION[&amp;#39;arr&amp;#39;][] = &amp;#036;_POST[&amp;#39;text_name&amp;#39;]; &lt;br /&gt;&lt;br /&gt;Language: php and javascript&lt;br /&gt;&lt;br /&gt;Please advise. Thanks.</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Fri, 11 Apr 2008 15:55:44 +0800</pubDate>
        </item>
        <item>
            <title>Please help me answer this.</title>
            <link>http://forum.lowyat.net/topic/588915</link>
            <description>Dear all &lt;!--emo&amp;:(--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif' /&gt;&lt;!--endemo--&gt; ,&lt;br /&gt;&lt;br /&gt;I might need help on understand this...&lt;br /&gt;&lt;br /&gt;Question: How the contents of an XML document can be processed within Visual Basic.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>angie_oet</author>
            <category>Software</category>
            <pubDate>Tue, 11 Dec 2007 10:54:38 +0800</pubDate>
        </item>
        <item>
            <title>Where to find this CD &amp;#30041;&amp;#22768;&amp;#23681;&amp;#26376; Vol 1,Vol 2</title>
            <link>http://forum.lowyat.net/topic/552945</link>
            <description>&lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt; Hi all,&lt;br /&gt;&lt;br /&gt;Good day.&lt;br /&gt;&lt;br /&gt;I failed to get this two CD in Penang. I am asking around to get this CD. Not sure you can help me or not. I need this urgently.&lt;br /&gt;&lt;br /&gt;the cd information shown in this URL: &lt;br /&gt;Vol 1: &lt;u&gt;http://www.yy8844.cn/zhuanji/{0CEB69E1-9B0A-4CAE-950A-58CDAD91DB44}.asp&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Vol 2: &lt;u&gt;http://www.yy8844.cn/zhuanji/{7301A383-4910-44BE-9E10-6A2838B64D3D}.asp&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Thanks for your help..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>angie_oet</author>
            <category>Movies &amp;amp; Music</category>
            <pubDate>Tue, 13 Nov 2007 09:34:00 +0800</pubDate>
        </item>
        <item>
            <title>Java algorithm calculation</title>
            <link>http://forum.lowyat.net/topic/552476</link>
            <description>Dear all,&lt;br /&gt;&lt;br /&gt;Urgent help on this. I face some map algorithm calculation for traveling salesman problem. Can some one help me. Please find attachment below. Hope that you can help me find out the correct answer.&lt;br /&gt;&lt;br /&gt;Thank you.</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Mon, 12 Nov 2007 14:37:21 +0800</pubDate>
        </item>
        <item>
            <title>Category Of S/W</title>
            <link>http://forum.lowyat.net/topic/517344</link>
            <description>Hi folks,&lt;br /&gt;&lt;br /&gt;I am having a doubt to do my thesis on below question, hopefully you guys can helps to provide more info.&lt;br /&gt;&lt;br /&gt;What is Unlicensed Software?&lt;br /&gt;What is License Software?&lt;br /&gt;Is Unlicensed Software same meaning with Pirated Software? &lt;br /&gt;&lt;br /&gt;This topic got a lot grey area ...  &lt;!--emo&amp;:stars:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/rclxub.gif' border='0' style='vertical-align:middle' alt='rclxub.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>angie_oet</author>
            <category>Software</category>
            <pubDate>Sat, 08 Sep 2007 18:44:14 +0800</pubDate>
        </item>
        <item>
            <title>Re-create JAVA jar file</title>
            <link>http://forum.lowyat.net/topic/514455</link>
            <description>Hi, &lt;br /&gt;&lt;br /&gt;I need help for re-create jar file. I got exising jar file.&lt;br /&gt;&lt;br /&gt;My Jar file contain 6 folders &lt;br /&gt;1) abc1&lt;br /&gt;2) abc2&lt;br /&gt;3) abc3&lt;br /&gt;4) abc4&lt;br /&gt;5) META-INF&lt;br /&gt;6) Main&lt;br /&gt;&lt;br /&gt;Inside abc1, abc2,abc3,abc4 are combination levels of classes. Main folder contain all base engines &lt;br /&gt;&lt;br /&gt;Inside META-INF folder, got manifest.mf file, information show below:-&lt;br /&gt;&lt;br /&gt;Manifest-Version: 1.0&lt;br /&gt;Ant-Version: Apache Ant 1.6.5&lt;br /&gt;Created-By: 1.6.0_01-b06 (Sun Microsystems Inc.)&lt;br /&gt;Main-Class: Main.aaa - inside &amp;quot;main&amp;quot; folder got this main class call - aaa&lt;br /&gt;Class-Path: lib/def.jar - another jar file&lt;br /&gt;X-COMMENT: Main-Class will be added automatically by build&lt;br /&gt;&lt;br /&gt;ok,I already modify existing coding, and want to compile again and run it. &lt;br /&gt;&lt;br /&gt;I try few methods on it, but I still cannot get. &lt;br /&gt;&lt;br /&gt;I try using Jcreator - failed. Error message display - not able to load main class.&lt;br /&gt;&lt;br /&gt;I try using WINRAR - zip it and create new jar file. error messange show: invalid or corupt jar file&lt;br /&gt;&lt;br /&gt;I try using dos - cmd: jar cvf abc.jar *, compile n run all the files inside, but not able to get exact size of 3000k and failed to open.&lt;br /&gt;&lt;br /&gt;My previous jar file contain:3000K size, after i re-create again, I not able to get exact size of jar file, and totally not able to run.&lt;br /&gt;&lt;br /&gt;can someone teach me how to do that? I need to use other method to do it?&lt;br /&gt;&lt;br /&gt;Thanks.</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Mon, 03 Sep 2007 11:20:11 +0800</pubDate>
        </item>
        <item>
            <title>GUI interface in JAVA</title>
            <link>http://forum.lowyat.net/topic/457923</link>
            <description>May I ask any short cut way to doing GUI interface in JAVA? How about using Applet?</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Wed, 16 May 2007 17:49:35 +0800</pubDate>
        </item>
        <item>
            <title>Javascript Yes/No/Cancel</title>
            <link>http://forum.lowyat.net/topic/423093</link>
            <description>&lt;b&gt;Hi All,&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I hope some body will helps me on this. I need a javascript coding for yes/no/cancel button. for Yes/No/Cancel button, i will put in function() to perform the tasks. I need a pure javascript coding rather than VB scipt. &lt;br /&gt;&lt;br /&gt;Whatever the coding looks like, my purpose for doing this is to avoid twice refresh for my page. 1st, refresh the page for detecting the code and prompt javascript message. 2nd, click yes/no/cancel to perform 2nd time refresh, it&amp;#39;s already cause my values gone.&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&lt;br /&gt;</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Wed, 07 Mar 2007 15:15:37 +0800</pubDate>
        </item>
        <item>
            <title>AJAX / PHP / Javascript(db setting problem)?</title>
            <link>http://forum.lowyat.net/topic/382890</link>
            <description>&lt;b&gt;Some body...help me on this...&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;URL: &lt;a href='http://www.cyberdummy.co.uk/2005/07/18/gmail-ajax-style-username-signup/' target='_blank'&gt;http://www.cyberdummy.co.uk/2005/07/18/gma...sername-signup/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style='color:purple'&gt;Currently, i am developing registration module. I trying to use AJAX to check registration username function as shown in above(URL).&lt;br /&gt;&lt;br /&gt;This function use MYSQL database. But on my side is Postgres database. &lt;br /&gt;&lt;br /&gt;I face the problem about cannot check case sensitive. The URL above show demo &amp;amp; case sensitive worked. But connect in postgres, i cannot check it.&lt;br /&gt;&lt;br /&gt;Anyone can help me on this....&lt;/span&gt;&lt;br /&gt;Thanks Thanks.&lt;br /&gt;&lt;br /&gt;Angie</description>
            <author>angie_oet</author>
            <category>Codemasters</category>
            <pubDate>Fri, 15 Dec 2006 16:03:58 +0800</pubDate>
        </item>
    </channel>
</rss>
