Safair JumpMenu
Safair JumpMenu
- Started
- Last post
- 3 Responses
- versa
someone school me - why would this work in every browser tested, but Safari - must be something simple:
function jumpMenu(formName,selName) {
var listItem = document[formName][selName].sele...
var page = document[formName][selName].opti...
location.href = page;
}then in jump menu on page:
select name="newPage" onchange="jumpMenu('menuForm','n...
- versa0
bump
- van_rijn0
check yer email. new code for you. works in all browsers
- versa0
thx Paul - that seems very close to what i guess i should have just used out of MM stuff, just try and write my own to fiddle around
and its weird how it works in all other browsers but Safari, so thought i'd ask
thx again