Adding onchange event to dropdown list inside content

  •  07-08-2005, 2:11 PM

    Adding onchange event to dropdown list inside content

    I need to add a <select> tag like this:
     
    <select onchange="BLOCKED SCRIPTlocation.href='url?nspace=' + this.value;">
     
    When I add and save through HTML view, the editor doesn't save the onchange code.  Am I doing something wrong or possibly something needs to be configured properly to accept this type of coding?
     
    What I'm working on is a CMS.  The saved content is dynamically fed into a website page and my client wants to have ability to use a drop-down list that will redirect to anchor tag on same page.  Not sure this can be using the cute editor.
     
    TIA
     
    Schly
View Complete Thread