Re: onclick="FP_openNewWindow

Tech-Archive recommends: Speed Up your PC by fixing your registry



Hi Art,

I am still a newbie to FP, but have found these two tips:

Try this in HTML view:-

window.open('http://url/page.htm',
'PopOver','height=300,width=500,location=no,scrollbars=0,ontop=true');onblur="window.focus()";


or in Javascript:-

Pop Up Window
~~~~~~~~~~~~~
<script> function popUp(URL) { props=window.open(URL, 'toolbars=0,
scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=300,
height=200'); } </script> <a url=javascript:popUp('popup.html')>Click here
to open popup window</a>

Hope this helps?

All the best,
Martin.



"Art" <c_art@xxxxxxxxxxxxx> wrote in message
news:_lpwe.6540$Xv.1430@xxxxxxxxxxxxxxxxxxxxxxxxx
> Does anyone know whether the onclick="FP_openNewWindow has any parameters
> that allow positioning the pop up window? My window always pops to the
> right of my screen and i'd like it more centered.
>
> Thanks Art
>


.



Relevant Pages

  • Re: 2 Qs re JS scripting
    ... on injecting your code into the window closing event of the A.HTML window ... a local html file, I will call this A.HTML, A.HTML will be opened as an MDI ... window within the main app. ... to the hosting application. ...
    (microsoft.public.scripting.jscript)
  • Re: 2 Qs re JS scripting
    ... I have an application that presents it user interface in an MDI OLE'd IE6 ... a local html file, I will call this A.HTML, A.HTML will be opened as an MDI ... window within the main app. ...
    (microsoft.public.scripting.jscript)
  • Re: Width of text in window
    ... I would like to use HTML all the time, and at the beginning I did. ... This is a way of interpreti9ng plain text emails to have the ... results of having paragraphs re-flowing with window width. ... feedback' link in the Entourage Help menu - the more people who ask for this ...
    (microsoft.public.mac.office.entourage)
  • Re: FreeBSD for a high school class? (long)
    ... the standard FreeBSD for a lot of years. ... a window manager on the FreeBSD systems. ... render HTML and execute Javascript identically). ... Am I too lean on the specs for the free AMD/Intel boxes we ...
    (freebsd-questions)
  • Re: Browser stops responding after window.open() window is closed
    ... I figured out the offending "HTML". ... in Word it embeds some tags/attributes in the HTML to support Word Smart ... think this customer is actually using Smart Tags in their document. ... > In our application we have a link that opens a new window displaying the ...
    (microsoft.public.windows.inetexplorer.ie6.browser)