Pop Up Window in JavaScript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • F159753
    New Member
    • Apr 2008
    • 31

    Pop Up Window in JavaScript

    Hi ,

    I want to have a help button that by clicking on that a pop up window will be opened to include some texts.

    I have this line on my code:

    Code:
    <p>
     <a href="javascript:popUp('help/help_contractor_email.asp','325','270');"><img src="http://bytes.com/images/btn_help.gif" border="0"></a></p>

    but it is not working!!! Do I need to add anything in the BOdy or Form definition?

    Thanks
    FF
    Last edited by gits; Jun 27 '08, 09:13 PM. Reason: added code tags
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Go through this tutorial.

    Comment

    • F159753
      New Member
      • Apr 2008
      • 31

      #3
      Thank you. It was very useful.

      Comment

      • AricC
        Recognized Expert Top Contributor
        • Oct 2006
        • 1885

        #4
        What is that popUp function? You didn't show it that would work if you just did window.open as long as that file exist in that path.

        Comment

        Working...