Forum Moderators: open
The code works in FireFox, Mozilla, Opera but not IE - ironic for me.
Here is the code that works everywhere but gives me a "Invalid Argument" in IE. Any Ideas of what simple thing I have overlooked?
<a href="Javascript:OpenFoo('mytext')">
function OpenFoo(gettype)
{
window.open('#request.url#/index.cfm?type='+gettype,'Foo?', 'height=400,width=500,scrollbars=0,menubars=0')
}
Feel free to IM or post here... havent found anything in G or anywhere to point out my flaw.
Thanks to all helpers in advance