I'll try to explain what I want to accomplish one more time: in this site: http://www.etrader.co.il/jsp/currencies.jsf?assetSel=2
In the middle of the screen there is a value (1.3...) colored red. The value changes every few seconds, and I wanted to copy this value to my application every time it changes. I thought about copy the source-code of this website every few seconds and look for the current value in it, but unfortunately the value doesn't appears in the source-code. Then, I tried Firebug, and I saw that in the HTML panel I can see the value clearly: I did a right-click on the value on the web-site -> "Inspect element" and there it is! in the html panel! I want to write an extension to Firebug that will look for this value and copy it every few soconds to my computer using the JS script I wrote earlier to Sebo. can you help me please? I am kinda desperate.. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
