Thanks to Andrew I have obtained the web site and viewed the source code for
what I now know is a dialog box. The problem is that the dialog box appears
only to work when it appears on the web page from which it was fired up from.
If I try to run my saved queries from the dialog boxes unique url nothing
happens. Two things I need to do.
1/ interact with the dialog box, source code for where I want to interact -
AGM CLEANING SF - is :
<option value="U816" allowEdit="True">AGM CLEANING SF</option>
which in turn will need to activate the open query button :
<td><input id="btnOpen" style="WIDTH: 75px" disabled
onclick="javascript

penQuery();" type="button" value="Open">
2/ Make sure it interacts with the source page and returns some data.
Regards
--
jason36
"Tim Williams" wrote:
>
> What kind of "box" is it ? Pop-up window or something else ?
> In what way is it "security protected"
>
> tim
>
> On Sep 28, 4:01 am, jason36 <jaso...@discussions.microsoft.com> wrote:
> > Tim,
> >
> > Brilliant, I now have an issue that now I am presented with box that has a
> > URL which is security protected so that I cannot view the source code. I can
> > see checkboxes which have text next to them and a button which simply says OK
> > next to it. I can check these manually but it would save me an awful lot of
> > time if I could automate it. Am I now at a dead end?
> > --
> > jason36
> >
> >
> >
>
>