It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

News

Log In Sponsors
Partner Sites

Re: faulty jump menu



Suffer wrote:
i dont see any errors. all tegs have begin and end... :?: :!: :idea: :?


The issue is not because of the tags, in fact, the tags are erroneous due to the deprecated [b:2yczpvte]language[/b:2yczpvte] attribute on the script tag.

@[b:2yczpvte]andy[/b:2yczpvte],

The passed argument on your onchange event is unnecessary, which could be rectified into:
[code:2yczpvte]
<select name="jumpmenu" onchange ="jumpto (this.value)">
[/code:2yczpvte]

Aside from that, replace your script with:
[code:2yczpvte]
<script type="text/javascript">
function jumpto(x) {
location.href=x;
}
</script>
[/code:2yczpvte]

Hope that helps.

Click here to read the whole forum topic