iis6newbie
Technical User
Hello all,
Is there any way that I can send a text message with a picture using window.open?
here is my javascript function
function open_window(url, style, color) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400, height=530,left=2,top=2,left=2,top=2');
}
how can I display the picture with color or style?
Thanks in advance
Is there any way that I can send a text message with a picture using window.open?
here is my javascript function
function open_window(url, style, color) {
mywin = window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400, height=530,left=2,top=2,left=2,top=2');
}
how can I display the picture with color or style?
Thanks in advance