| DavidF 2007-02-07, 10:15 pm |
| Try this:
<script language="JavaScript" type="text/javascript">function Show(Url,
Name, Features) { window.open(Url, Name, Features); }</script>
This the first part that you just insert into the page via the code fragment
feature. Just make sure it doesn't overlap any other element. The hyperlink
part works ok.
Good luck
DavidF
"Pink_Kangaroo" <PinkKangaroo@discussions.microsoft.com> wrote in message
news:349AD085-ECB0-4FE1-8EBD-BD5844ECAB9A@microsoft.com...
> Don't panic this isnt another question about an age old subject-as such!
>
> I have previously read a post by David (I think) that stated that the
> ECMAS
> code on this page
> http://office.microsoft.com/en-us/p...=CH011217881033
> was wrong and he published the correct code
> Could he please post it again as i have spent ages looking and can't find
> it!!
> Thanks in advance
|