I've got this action that I'm using in Flash to open up a new browser window, but I'm having problems getting the menubar, resize handle and scrollbar to appear - does anyone have any ideas?
javascript:n_name=window.open('quote.html','request_quote','width=550,height=800');void(0);
Thank you!
Beck
javascript:n_name=window.open('quote.html','request_quote','width=550,height=800');void(0);
Thank you!
Beck
Comment