Jump to content

rudy.siregar

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

rudy.siregar's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Dear all, Can you help me here. I have a problem on how to read xls file and convert that cells of sheet into a table in my Database MySQL by PHP script. I have search alot, and still can't find the right script. Please help me... Thx. Regards, Rudy
  2. Dear All, I need to know how can i make reservation hotel application by PHP & MySQL? Cause right now i'm developing website hotel, and they need to appears booking or reservations hotel, or checking availability rooms. Can u help me here?? Thanks you very much. Regards, Rudy
  3. Hello all, How can i make a function, which used to get a value of unique number contains of 5 digit numeric . The unique characters would be "ORDER ID" (in my web), so that must be different each order. The format of ORDER ID is like this : #OCCxxxxx (xxxxx = number that always be randomize), so that would be #OCC00148 or #OCC00045 etc. Can u help me to find the way how make it? Pls give me some idea or code. Thank You. Regards, Rudy
  4. Hello all, i need to know how can i get the total value after i filled textfield in input 1 - 4. here the clip of my html source : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form name="form1" method="post" action=""> input 1 : <input type="text" name="input1"> <br/> input 2 : <input type="text" name="input2"> <br/> input 3 : <input type="text" name="input3"> <br/> input 4 : <input type="text" name="input4"> <br/><br/> total : <input type="text" name="total"> <br/> </form> </body> </html> thank you, regards, rudy
  5. hello all, I have code like this : -------------------------------------------------------------------------------------- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <script language="javascript"> var base_price = 0; var size = {}; var opts = {}; opts.Size = 0; function printcost(){ var price = base_price; for (p in size){ price += size[p]; } document.getElementById('price').innerHTML = price; } function updatePrice(opt, nilai){ size[opt] = nilai; printcost(); } function calc() { var total = document.getElementById('qty').value; } </script> Ukuran Kertas : <select name="ukuran_kertas" style="background-color:#f1f1f1; border-style:none; width:200 px; font-size:10px; font:Verdana " onchange="if (this.value == 'A6 (10,5 x 14, cm') updatePrice('PaperSize', 9); else if (this.value == 'A5 (14,8 x 21) cm') updatePrice('PaperSize', 4); else if (this.value == 'A4 (21 x 29,7) cm') updatePrice('PaperSize', 2); else if (this.value == 'A3 (29,7 x 42) cm') updatePrice('PaperSize', 1); else if (this.value == 'Letter (21,59 x 27,94) cm') updatePrice('PaperSize', 2); else if (this.value == 'Legal (21,59 x 35,56) cm') updatePrice('PaperSize', 2); else if (this.value == 'F4 (21,9 x 33) cm') updatePrice('PaperSize', 2); else updatePrice('PaperSize', 25);"> <option value="A6 (10,5 x 14, cm">A6 (10,5 x 14, cm</option> <option value="A5 (14,8 x 21) cm">A5 (14,8 x 21) cm</option> <option value="A4 (21 x 29,7) cm">A4 (21 x 29,7) cm</option> <option value="A3 (29,7 x 42) cm">A3 (29,7 x 42) cm</option> <option value="Letter (21,59 x 27,94) cm">Letter (21,59 x 27,94) cm</option> <option value="Legal (21,59 x 35,56) cm">Legal (21,59 x 35,56) cm</option> <option value="F4 (21,9 x 33) cm">F4 (21,9 x 33) cm</option> <option value="Kartu Nama (5,5 x 9) cm">Kartu Nama (5,5 x 9) cm</option> </select> <br /> Jumlah Pesanan : <input onChange="calc();" name="jumlah_pesanan" id="qty" type="text" style="background-color:#f1f1f1; border-style:none; width:200 px; font-size:10px; font:Verdana "> <br /> <br /> <div id="price" style="font-weight:bold;">9</div> <div id="lbr" style="font-weight:bold;">-</div> </body> </html> ------------------------------------------------------------------------------------------ i need to catch a value in input textfield and i will devided with value in id='price'. but the result is always [object]. why does it happen? Can u help me out this problem? coz i can't get the object value thats why i always take [object] result. thank you for attention, regards, rudy
  6. Hello All, I want to add some changes to my source below, and i need one input form which type is text. And the condition is when i fill numeric character in it with range 10-500, can make value changes in total. can u help me find this out? thank you very much. regards rudy
  7. Helo all, I have account in YM (Yahoo Messenger). I ever see on some website that can show status of our YM whether its online or offline (shown by icon). So, guest who access my web can contact me directly from the status. How can i make something like that in my web? Can i get the HTML source code? Thankyou. Regards, Rudy
  8. Thats working well, thx so much. I try to tune it. regards, rudy
  9. Low Dear, Can u help he here, i have to found the way how to make something calculator like this : http://www.psprint.com/printing_products/8x11_brochure_printing.asp and http://www.printingonline.com.au/OrderA4_booklet.php So, the script can make a value of total changes everytime i click the radio and list/menu till i finish click and they show our total order. Can u help me here? When i download this pages include the .js file, i really confuse where should i start to read this code. Can u give me the simple way to understand the code? And can u make a sample to make it simple? Because i'm doing project which seem like this calculator. Or maybe there are downloadable script that ready to use?? thx for attention. regards, Rudy
  10. hi, anybody can touch me in this case? Pls read mu meg before. thx. regards, rudy
  11. Thats working anyway.... I have an idea, how if we use 2 radiobutton and 1 dropdown list menu. When we choose one of the radiobutton and one of lists in dropdown list menu, the value in textbox will change. Can u give me, some code for this one, because i want to make a printing online web complete with calculator. U can see in this link : http://www.printingonline.com.au/OrderA4_booklet.php Pls teach me how to make this work?? Regards, Rudy Siregar
  12. Uppss... sory, the right one is www.patompogroup.com
  13. Aloww All, Can u help me pls... I have a code in vertical scroll text .js file, when i view it in browser IE 7.0 the code run well but it's not like in IE 6.0. If u want to look, please access www.patomgroup.com can u give me some advice?? Thx before. best regards, rudy siregar
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.