zigkatz
03-23-2003, 10:48 AM
i'm trying to create a link which will open a browser window without scroll/address bars in an email. i can get it to work, but it insists on opening another window behind it because i have to enter the JS into the href rather than making an "onClick" and putting a # into the href, because it will not read the href! (upon rollover with that method, it reads: mhtml:mid://00000008/# - the number actually changes the more i mess with outlook.) i've tried backing it up with a / and a //, but nothin. everytime i make a slick function and think i've solved the problem, hotmail and/or outlook flushes it out. as it stands, i've got this for code:
<A href="javaScript:window.open('http://myaddress.com/index.html','','width=800,height=600')">
i've tried entering "javascript:;" into the href field instead of the # as well, but it still doesn't work.
while you're reading, is there any reference i can find to let me know what generally does and does not fly javascript wise in emails. (and also, can i embed .swfs without them getting trashed? - i know they suck, but, some people insist...)
thanks for all your help!
-zig
allyourbasearebelongtous
<A href="javaScript:window.open('http://myaddress.com/index.html','','width=800,height=600')">
i've tried entering "javascript:;" into the href field instead of the # as well, but it still doesn't work.
while you're reading, is there any reference i can find to let me know what generally does and does not fly javascript wise in emails. (and also, can i embed .swfs without them getting trashed? - i know they suck, but, some people insist...)
thanks for all your help!
-zig
allyourbasearebelongtous