Hi,
On my HTML pages there are java scripts behind some of the links that look like
this:
href="javascript:{this.document.form.p_spg_id.value = 2;
this.document.form.submit()}"
So I'm wondering how to access the pages or to "click these links". The
following doesn't do the job (but is exactly what I'd like to do):
<clickLink description="Click link" href="javascript:{this.document.form.p_spg_id.value
= 2; this.document.form.submit()}" />
Maybe the solution would be to somehow change the p_spg_id value "manually" and
submit the changed form?!
I'd appreciate any help, many thanks in advance.
Regards,
Michael
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest