im pretty new to iopus, testing the demo at the moment.
My current problem:
AJAX is becoming more and more a technology, which is used in todays web applications.
This means that filling out a form and sending it will not require to reload a page. New content can be displayed, without reloading the whole site. Google for example already use it.
For those who dont know what i mean may have a look at wikipedia.
Here is an online example: http://onlyonline.co.uk/simpleajaxexample/showtime.html
And this is my problem atm too.
Im filling out a form, and the information which i want to extract is the result page. As the page wont be really reloaded, i cant easily save it, because it does not wait for the result content, within the page. So my current solution is, to set a WAIT SECONDS=10, which sucks. Cuz when the page needs just 2 seconds for loading, its a mess of time, and when it needs 20 seconds, i have no result page infos at all.
Is there any safe and time saving solution?
thanks in advance
ps: the application seems to be really good!
