id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
797,Naming and IDing the IFrame,guest,akaEdge,"I couldn't see anywhere in the source where the dynamic Iframe is either named or ID'ed.

I've added the following lines at line 1334 in HTMLArea.js which I'd like to submit for inclusion:
  iframe.name = ""iframe_"" + this._textArea.id;
  iframe.id = ""iframe_"" + this._textArea.id;

The reason for this is for integration with ASP Spellcheck (code below if anyone else wants to integrate):
			xinha_config.registerButton(""spellcheck"", ""Spell check the WYSIWYG"", ""/edit/_js/xinha/images/spellcheck.gif"", false, function(editor) {

			 			editor._popupDialog(""../../ASPSpellCheck/ASPSpellCheck.asp?fields=iframe:"" +editor._iframe.name,
							null,
							null);

						editor.updateToolbar();
			    }
			);",defect,closed,normal,,Documentation,,normal,fixed,,
