cad29 Posted October 27, 2006 Posted October 27, 2006 Hi is it possible to retrived data from a table? i tried to look the example of _IETableWriteToArray and i dont understand it can anyone please give me another example i want to displayed whats inside on a table on certain website Heres example source code <table border=0 cellpadding=0 cellspacing=0 width='100%'> <tr> <td align='left' width='25%'><b>TABLE 1</b>SMILE IS IN YOUR FACE </td> <td align='left' width='75%' nowrap><b>TABLE2 </b>DONT BE SAD</td> -Want i want to do is displayed a message what is inside in table1 i want to display SMILE IS IN YOUR FACE or the other one DONT BE SAD Please help thanks
DaleHohm Posted October 27, 2006 Posted October 27, 2006 (edited) The challenge that most people have is simply getting a reference to the correct table. Once you have that the text you are looking for will be in elements 0, 0 and 0, 1 I'm guessing if you play with the example in the help file a little bit more you'll get it. If not, post the code that you're using pointed to a publicly available Internet site. Dale Edited October 27, 2006 by DaleHohm Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model Automate input type=file (Related) Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded Better Better? IE.au3 issues with Vista - Workarounds SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead? Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble
cad29 Posted October 27, 2006 Author Posted October 27, 2006 Ok thanks Dale and Happy Birthday again i will dig more info about that thing thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now