I'm wondering if you can use the Link Item of the website menus to have ASP code
Return to Recent Questions
Q:
I'm wondering if you can use the Link Item of the Deluxe Menu to
have ASP code, similar to yoru FAQ below, only replacing the
Javascript with ASP?
Q: I want to use Javascript instead of usual links for menu items. How can I do that?
A: To do that you should add a function word "javascript" in the URL field of an item, e.g.:
var menuItems = [
[text, "javascript:alert('Hello, world!')", icon1, icon2],
];
A:
Thanks for your interest in our products.
You can use any server-side script, e.g., PHP, ASP, VB, etc.
You can find the example with PHP here:
http://deluxe-menu.com/generate-menu-from-database-xml-php-asp-vb-support.html
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Return to Recent Questions
|