I want this "browse for link" window to have the small preview box that appears by default with with standard browser DCT element so the users can preview images when selecting an image file. Does anyone know the parameter to pass?
Does anyone know of any firefox plugins that disables javascript commands that alter the window appearance such as the hiding of the address bar?
Try show_thumbnail=trueThere is nothing to disable. It's controlled by specs (third) parameter of window.open method. Try 'scrollbars=yes,width=600,height=500,location=yes'