Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Fail to copy HTML body content

$
0
0
I'm writing a script for auto-query and save the item pricelist as .csv file, so far the script able to auto-query one item but fail to copy out the item HTML body content.

The variable $read seem like can not read the HTML body content (show in blue colour html code). Appreciate someone can give me a hand on this.

thanks

[ autoit ]      
#include <IE.au3> #include <Array.au3> $oIE = _IECreate("[url="http://www.1pengguna.com/11pengguna/index.php"]http://www.1pengguna.com/11pengguna/index.php[/url]") $oInput = _IEGetObjByName($oIE, "KodBrg")  _IEFormElementOptionselect($oInput, "ANGGUR MERAH BERBIJI-(1kg)" , 1, "byText") $oInput = _IEGetObjByName($oIE, "negeri")  _IEFormElementOptionselect($oInput, "SELANGOR" , 1, "byText") $shtml = _IEFormImageClick($oIE, "/11pengguna/template/1pengguna/images/cariharga_bm.png", "src") ;result show ok in webpage $read = _IEBodyReadHTML($shtml) ;not able to read HTML body content $oIE2 = _IECreate() _IEBodyWriteHTML($oIE2, $read) ;result with 0




<div id="content"><div class="font">		<table cellspacing="1" cellpadding="1" width='100%' border='0' cellpadding='2' cellspacing='1' class='box2 light2'> <tr bgColor=''#EEEEEE'><td colspan='5'>TARIKH HARGA : 26-03-2013 </td></tr><tr bgColor='#EEEEEE'><td colspan='5'>NAMA BARANG : PEPSI-1 TIN </td></tr><tr bgcolor='#FFFFCC'><td align='center'>BIL.</td>
				  <td width='1'></td><td align='center'>NAMA/ALAMAT PREMIS PERNIAGAAN</td><td align='center'>KATEGORI PREMIS</td><td align='center'>HARGA (RM)</td></tr><tr bgColor='white'><td align='center'>1.</td>
							  <td><img src='/11pengguna/module/mysearch/images/drink-bm.png'> </td> <td>[color=#0000cd]99 SPEED MART SDN BHD<br>BRANCH PANDAMARAN
NO 153 & 155 (GROUND FLOOR)
JLN AH CHOO, PANDAMARAN
42000 KLANG SELANGOR</td><td align='center'>KEDAI SERBANEKA (24 JAM)</td><td align='center'>1.80</td></[/color]tr><tr bgColor='white'><td align='center'>2.</td>
							  <td><img src='/11pengguna/module/mysearch/images/drink-bm.png'> </td> [color=#0000ff]<td>7 ELEVEN SELAYANG JAYA<br>TAMAN SELAYANG JAYA
KEPONG
SELANGOR DE</td><td align='center'>KEDAI SERBANEKA (24 JAM)</td><td align='center'>1.80</td></[/color]tr><tr bgColor='white'><td align='center'>

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>