Hi,
I'm trying to use access a demo web interface for DB2. It is provided by this link: http://db2mc.dfw.ibm.com/ I tried the following steps, but the result is that it complains that javaScript is not working. My browser is FF3. <steps> <enableJavaScript enable="true" /> <invoke url="http://db2mc.dfw.ibm.com" /> <sleep seconds="10" /> <clickLink href="http://db2mc.dfw.ibm.com" /> <sleep seconds="10" /> </steps> All steps are successful, but it doesn't arrive at the expected page (the page you enter when you click 'Log on to live demo'). Anybody an idea? Thanks! David

