[thelist] Pass named anchor to modeless dialog?

Chris George cgeorge at basecorp.com
Thu Feb 19 16:25:12 CST 2004


Hey all,

Is it possible (and if so, how) to pass a named anchor to a modeless
dialog?

I've tried:
function loadmode(namedAnchor){
if (document.all) {
	alert(namedAnchor);
	showModelessDialog('terms.html#'+namedAnchor, '',
'dialogWidth:300px;dialogHeight:125px;resizable:yes')
	}
	else alert("You need IE to see example")
}

But no dice. Thoughts?


More information about the thelist mailing list