JavaScript web links

G

Griff

Hi

I've got to get performance stats for a website. The links within the web
site aren't normal URLs but JavaScript links, e.g.

<A HREF="javascript: if (document.Main.ParentID &&
document.Main.ParentName ) { document.Main.ParentID.value='';
document.Main.ParentName.value=''; } if (document.Main.fCatalogID &&
document.Main.fCatalogName ) {document.Main.fCatalogID.value='';
document.Main.fCatalogName.value='';}SetPageToShow('Catalog Page');"
TITLE="Click here">An example link</A>

When I'm recording a test using the ACT tool, it brings up the web site and
when I click on the link nothing happens; ACT doesn't appear capable of
following the link.

However, if I'm just looking at the site without recording then it works
fine.

Are there any settings that I need to configure that will enable the ACT to
follow JavaScript links?

Thanks

Griff

PS - originally posted to 'microsoft.public.vsnet.act' on 26th May 2004 (no
responses)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top