Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2011
    Posts
    2

    Default Navigation bar question

    Is there any way to program a navigation bar button to run a java script?

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Navigation bar question

    In the link field of the button or menu option enter javascript: followed by your code. For example, following code will show you a "Hello world" popup:
    Code:
    javascript:alert('Hello world!');
    John.

  3. #3
    Join Date
    Mar 2011
    Posts
    2

    Default Re: Navigation bar question

    Thank You!

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •