Vista-Button.com                
back
next
Refresh
help
Vista Buttons.com Samples    Purchase     Download     Support


FAQ

How do I call my custom javascript for the go buttons.


Return to FAQ

Q: How do I call my custom JavaScript with clicked after i have the working HTML export for the go buttons.


A: If you save your project as HTML page, Vista Buttons generates simple html code:
A table for the top items and <ul> and <li> tags for submenus.

You can use javascript code in the same way as you usually use it with <a> tags.

Write javascript in the link field:
javascript:alert('Hello world')
javascript:MsgBox('Hello world')



Return to FAQ