Hi All,
I used fireworks to create a navbar/rollover menu and one of the items is the ability to ftp a file to a user...I can't seem to get it to work...any ideas??
function fwLoadMenus() {
if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu(\"root\",100,16,\"Verdana, Arial, Helvetica, sans-serif\",9,\"#ffcc33\",\"#ff0000\",\"#000000\",\"#000084\"
fw_menu_0.addMenuItem(\"ASP Projects\",\"location='asp1.php'\"
fw_menu_0.addMenuItem(\"PHP Projects\",\"location='php.php'\"
fw_menu_0.addMenuItem(\"Access Projects\",\"location='access.php'\"
fw_menu_0.fontWeight=\"bold\";
fw_menu_0.hideOnMouseOut=true;
window.fw_menu_1 = new Menu(\"root\",81,16,\"Verdana, Arial, Helvetica, sans-serif\",9,\"#ffcc33\",\"#ff0000\",\"#000000\",\"#000084\"
fw_menu_1.addMenuItem(\"View Online\",\"location='resume.php'\"
fw_menu_1.addMenuItem(\"Download\",\"location='BastienKoertRes3.doc'\" ); fw_menu_1.fontWeight=\"bold\";
fw_menu_1.hideOnMouseOut=true;
Bastien
There are many ways to skin this cat,
but it still tastes like chicken
I used fireworks to create a navbar/rollover menu and one of the items is the ability to ftp a file to a user...I can't seem to get it to work...any ideas??
function fwLoadMenus() {
if (window.fw_menu_0) return;
window.fw_menu_0 = new Menu(\"root\",100,16,\"Verdana, Arial, Helvetica, sans-serif\",9,\"#ffcc33\",\"#ff0000\",\"#000000\",\"#000084\"
fw_menu_0.addMenuItem(\"ASP Projects\",\"location='asp1.php'\"
fw_menu_0.addMenuItem(\"PHP Projects\",\"location='php.php'\"
fw_menu_0.addMenuItem(\"Access Projects\",\"location='access.php'\"
fw_menu_0.fontWeight=\"bold\";
fw_menu_0.hideOnMouseOut=true;
window.fw_menu_1 = new Menu(\"root\",81,16,\"Verdana, Arial, Helvetica, sans-serif\",9,\"#ffcc33\",\"#ff0000\",\"#000000\",\"#000084\"
fw_menu_1.addMenuItem(\"View Online\",\"location='resume.php'\"
fw_menu_1.addMenuItem(\"Download\",\"location='BastienKoertRes3.doc'\" ); fw_menu_1.fontWeight=\"bold\";
fw_menu_1.hideOnMouseOut=true;
Bastien
There are many ways to skin this cat,
but it still tastes like chicken