-
1. Re: CS6 JumpMenu
Jon Fritz II Jan 23, 2013 12:00 PM (in response to Shane P)I'm pretty sure that was removed from the Cloud version in the most recent update, along with a lot of other Insert menu items.
http://helpx.adobe.com/content/help/en/dreamweaver/using/changes-insert-options-creative-c loud.html
-
2. Re: CS6 JumpMenu
Shane P Jan 23, 2013 12:19 PM (in response to Jon Fritz II)Ahh, I see. Thank you for the info. Ok so now that the "Jump Menu" feature has been removed what is the altrernative for inserting a functioning menu? I see Insert>Form>Select, which one can easily build a menu however when inserting the "old" Jump Menu, DW would automatically insert the necessary javascript for it to function.
I made a quick menu using the Form>Insert>Select, however it's just a dead menu with no functionality. How do I have it add the JavaScript? Or is there a newer HTML5 alternative that is better to use?
Thanks,
Shane
-
3. Re: CS6 JumpMenu
Jon Fritz II Jan 23, 2013 12:26 PM (in response to Shane P)Here's a script I found. Just add it to your Snippets menu once you've changed out the links in the values...
<script language="javascript" type="text/javascript" >
function jumpto(x){
if (document.form1.jumpmenu.value != "null") {
document.location.href = x
}
}
</script>
<form name="form1">
<select name="jumpmenu" onChange="jumpto(document.form1.jumpmenu.options[document.form1.jumpmenu.options.selected Index].value)">
<option>Jump to...</option>
<option value=http://yourlink.com>Home</option>
<option value=http://yourlink.com>Link2</option>
<option value=http://yourlink.com>Link3</option>
<option value=http://yourlink.com>Link4</option>
<option value=http://yourlink.com>Link5</option>
<option value=http://yourlink.com>Link6</option>
<option value=http://yourlink.com>Link7</option>
</select>
</form>
-
4. Re: CS6 JumpMenu
Shane P Jan 24, 2013 2:17 PM (in response to Jon Fritz II)Thank you so much for the assistance and info!
Shane
-
5. Re: CS6 JumpMenu
Supreme Geek Aug 7, 2013 9:13 PM (in response to Shane P)I upgraded from Dreamweaver CS4 where the Jump Menus worked. I just got CS6 and they don't! I have Jump Menus on a couple of websites that I've created. So, now what do I do? The Javascript code didn't work for me. Here the link to one of the sites....http://lotcs.org/WA_eCart/cootie_depot.php. Adobe needs to fix this and fast!



