I simply want to execute a webpage navigation hyperlink through an 'OnChange' event in a select form object. I have tried the following, but neither seem to work:
onChange="url=/webroot/pagename.cfm"
onChange="/webroot/pagename.cfm"
I would guess the solution to this will be quite simple, but I am quite a novice.
Can anyone help me with this.
onChange="url=/webroot/pagename.cfm"
onChange="/webroot/pagename.cfm"
I would guess the solution to this will be quite simple, but I am quite a novice.
Can anyone help me with this.
Comment