Would an "onload" work?
On Feb 1, 10:32 am, aljam...@gmail.com wrote:
> Hi,
>
> I have a link for an employee directory search page. The link (http://
> xxxx/Search.aspx) works fine, however, I have another link to do an
> Advanced Find.
>
> >From the search page, to do an advanced find, you click a link button
>
> and its href is javascript:SEC38536A_OSA()
>
> What I want to do is, open the search page and call this javascript
> function automatically (since I am linking an advanced search)...how
> is this possible?
>
> I've tried something like this, but failed:
>
> var newWind = window.open('http://atcit/Search.aspx', 'newWind');
> newWind.SEC38536A_OSA();
>
> Thanks in advance
|