Quote Originally Posted by yellow1912 View Post
@ckosloff:
Also, in includes\templates\template_default\jscript_dynamic_window_popup.js

Find this line:
writeln('<html><head><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');

Replace by:
writeln('<html><head><base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER . DIR_WS_HTTPS_CATALOG : HTTP_SERVER . DIR_WS_CATALOG ); ?>" /><title>Loading...</title><style>body{margin-bottom:32px;margin-left:8px;margin-right:8px;margin-top:8px;font-family:tahoma, arial, helvetica, Geneva, sans-serif;}</style>');writeln('<sc'+'ript>');
Quote Originally Posted by yellow1912 View Post
Sure,
Also, you may want to just change the js file mentioned previously to .php file. If my memory still serves me right, it will fix the problem.
Yellow,
I need to know if these two modifications to the .js file are necessary to make SSU work with attributes popup.
Also, why was the test site working in FF and completely off in IE?
Please explain.
Thanks.