ie5, mac, form target

  • Started
  • Last post
  • 0 Responses
  • ba

    I'm trying to dynamic set the target of a form. It works fine for me in all of my PC browsers (IE, Moz, NN) but doesn't work on IE 5 for the Mac.

    Does anyone have any experience with this?

    I'm simply trying:

    document.formName.action = "somepage.aspx";
    document.formName.target = "frameName";
    document.formName.submit();

    Thanks for any help.

    --ba