<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by tiffin</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 08 Jul 2026 19:08:49 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>diffrerence between WD portable harddisks</title>
            <link>http://forum.lowyat.net/topic/1651379</link>
            <description>What is the difference  between these two?Which one is better?</description>
            <author>tiffin</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Wed, 24 Nov 2010 19:12:56 +0800</pubDate>
        </item>
        <item>
            <title>laptop heatsink prob</title>
            <link>http://forum.lowyat.net/topic/1651164</link>
            <description>Does anyone know ,where I can consult in compuzone or lowyat to repair my heatsink?If you have the quotation price,do pm me pls.And how long to place order ?&lt;br /&gt;&lt;br /&gt;Hope someone in lowyat can help . &lt;!--emo&amp;:cry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/cry.gif' border='0' style='vertical-align:middle' alt='cry.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>tiffin</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Wed, 24 Nov 2010 16:32:26 +0800</pubDate>
        </item>
        <item>
            <title>how much does the laptop fan cost?</title>
            <link>http://forum.lowyat.net/topic/1641484</link>
            <description>My fan is dead already.can anyone quote the price for 15 inch laptop fan price?if i want to change the fan,do i need to change the harddisk as well?</description>
            <author>tiffin</author>
            <category>Price &amp;amp; Dealers Guide</category>
            <pubDate>Tue, 16 Nov 2010 20:12:13 +0800</pubDate>
        </item>
        <item>
            <title>How much 15 inch laptop fan price?</title>
            <link>http://forum.lowyat.net/topic/1641417</link>
            <description>Just now i went to computer shop,my laptop fan was mulfunction,he told me the price about 200++.Is it true?My friend said it is very expensive for laptop fan?does laptop fan intergrate with hard disk?&lt;br /&gt;&lt;br /&gt;[addedon]November 16, 2010, 7:10 pm[/addedon]anyone knows where i can get price list?</description>
            <author>tiffin</author>
            <category>Hardware</category>
            <pubDate>Tue, 16 Nov 2010 19:10:22 +0800</pubDate>
        </item>
        <item>
            <title>Internet explorer cannot open</title>
            <link>http://forum.lowyat.net/topic/1640934</link>
            <description>Whenever type a website address like yahoo.com,the popup will say that &amp;quot;http://www.yahoo.com/&amp;quot; is currently unavailable.I have tried in mozilla and chrome,it woks fine.&lt;br /&gt;&lt;br /&gt;Does anyone know how to fix this problem?</description>
            <author>tiffin</author>
            <category>Software</category>
            <pubDate>Tue, 16 Nov 2010 12:26:04 +0800</pubDate>
        </item>
        <item>
            <title>PHP/Ajax-want to make multiple boxes appear</title>
            <link>http://forum.lowyat.net/topic/1639574</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I have problem with my codes,I want to make the multiple boxes appear when I select an item from dropdown list.&lt;br /&gt;&lt;br /&gt;For example,let say I select &amp;#39;UK&amp;#39; from dropdown list,after selecting it,the 5 textboxes will appear right below the dropdown list.&lt;br /&gt;&lt;br /&gt;Here is my code:&lt;br /&gt;&lt;br /&gt;index.html&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#60;html&amp;#62;&lt;br /&gt;&amp;#60;head&amp;#62;&lt;br /&gt;&amp;#60;title&amp;#62;Changing textbox value based on dropdown list using Ajax and PHP&amp;#60;/title&amp;#62;&lt;br /&gt;&amp;#60;meta http-equiv=&amp;#34;Content-Type&amp;#34; content=&amp;#34;text/html; charset=iso-8859-1&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;script&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;//fuction to return the xml http object&lt;br /&gt;function getXMLHTTP&amp;#40;&amp;#41; {&lt;br /&gt;var xmlhttp=false;&lt;br /&gt;try{&lt;br /&gt;xmlhttp=new XMLHttpRequest&amp;#40;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;catch&amp;#40;e&amp;#41; {&lt;br /&gt;try{&lt;br /&gt;xmlhttp= new ActiveXObject&amp;#40;&amp;#34;Microsoft.XMLHTTP&amp;#34;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;catch&amp;#40;e&amp;#41;{&lt;br /&gt;try{&lt;br /&gt;xmlhttp = new ActiveXObject&amp;#40;&amp;#34;Msxml2.XMLHTTP&amp;#34;&amp;#41;;&lt;br /&gt;}&lt;br /&gt;catch&amp;#40;e1&amp;#41;{&lt;br /&gt;xmlhttp=false;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;return xmlhttp;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;function getCurrencyCode&amp;#40;strURL&amp;#41;&lt;br /&gt;{&lt;br /&gt;var req = getXMLHTTP&amp;#40;&amp;#41;;&lt;br /&gt;if &amp;#40;req&amp;#41;&lt;br /&gt;{&lt;br /&gt;//function to be called when state is changed&lt;br /&gt;req.onreadystatechange = function&amp;#40;&amp;#41;&lt;br /&gt;{&lt;br /&gt;//when state is completed i.e 4&lt;br /&gt;if &amp;#40;req.readyState == 4&amp;#41;&lt;br /&gt;{&lt;br /&gt;// only if http status is &amp;#34;OK&amp;#34;&lt;br /&gt;if &amp;#40;req.status == 200&amp;#41;&lt;br /&gt;{&lt;br /&gt;document.getElementById&amp;#40;&amp;#39;cur_code&amp;#39;&amp;#41;.value=req.responseText;&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;alert&amp;#40;&amp;#34;There was a problem while using XMLHTTP&amp;#58;&amp;#092;n&amp;#34; + req.statusText&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;req.open&amp;#40;&amp;#34;GET&amp;#34;, strURL, true&amp;#41;;&lt;br /&gt;req.send&amp;#40;null&amp;#41;;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&amp;#60;/script&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#60;/head&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;body style=&amp;#34;font&amp;#58; 12px Verdana, Arial, Helvetica, sans-serif;&amp;#34;&amp;#62;&lt;br /&gt;&lt;br /&gt;&amp;#60;form style=&amp;#34;text-align&amp;#58;center&amp;#34; method=&amp;#34;post&amp;#34; action=&amp;#34;&amp;#34; name=&amp;#34;form1&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;p style=&amp;#34;color&amp;#58;#000099 &amp;#34;&amp;#62;When you change the dropdown list, the respective currency code of the country will be displayed in the textbox which is fetched from PHP using Ajax. &amp;#60;/p&amp;#62;&lt;br /&gt;&amp;#60;p&amp;#62;Country &amp;#58; &amp;#60;select name=&amp;#34;country&amp;#34; onChange=&amp;#34;getCurrencyCode&amp;#40;&amp;#39;find_ccode.php?country=&amp;#39;+this.value&amp;#41;&amp;#34;&amp;#62;&lt;br /&gt;&amp;#60;option value=&amp;#34;&amp;#34;&amp;#62;Select Country&amp;#60;/option&amp;#62;&lt;br /&gt;&amp;#60;option value=&amp;#34;1&amp;#34;&amp;#62;USA&amp;#60;/option&amp;#62;&lt;br /&gt;&amp;#60;option value=&amp;#34;2&amp;#34;&amp;#62;UK &amp;#60;/option&amp;#62;&lt;br /&gt;&amp;#60;option value=&amp;#34;3&amp;#34;&amp;#62;Nepal&amp;#60;/option&amp;#62;&lt;br /&gt;        &amp;#60;/select&amp;#62;&amp;#60;br/&amp;#62;&amp;#60;br/&amp;#62;&lt;br /&gt;Currency &amp;#58;   &amp;#60;input type=&amp;#34;text&amp;#34; name=&amp;#34;cur_code&amp;#34; id=&amp;#34;cur_code&amp;#34; &amp;#62;&amp;#60;/p&amp;#62;&lt;br /&gt;&amp;#60;/form&amp;#62;&lt;br /&gt;&amp;#60;/body&amp;#62;&lt;br /&gt;&amp;#60;/html&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;find_ccode.php&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;&amp;#60;?php&lt;br /&gt;&lt;br /&gt;&amp;#036;country=&amp;#036;_REQUEST&amp;#91;&amp;#39;country&amp;#39;&amp;#93;;&lt;br /&gt;switch&amp;#40;&amp;#036;country&amp;#41;&lt;br /&gt;{&lt;br /&gt;    case &amp;#34;1&amp;#34; &amp;#58;&lt;br /&gt;        echo &amp;#34;USD&amp;#34;;&lt;br /&gt;        break;&lt;br /&gt;    case &amp;#34;2&amp;#34; &amp;#58;   &lt;br /&gt;        echo &amp;#34;GBP&amp;#34;;&lt;br /&gt;       &lt;br /&gt;        break;&lt;br /&gt;    case &amp;#34;3&amp;#34; &amp;#58;   &lt;br /&gt;        echo &amp;#34;NPR&amp;#34;;&lt;br /&gt;        break;&lt;br /&gt;}&lt;br /&gt;?&amp;#62;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;Hope you can help me.</description>
            <author>tiffin</author>
            <category>Codemasters</category>
            <pubDate>Mon, 15 Nov 2010 12:28:25 +0800</pubDate>
        </item>
    </channel>
</rss>
