PDA

View Full Version : NEW ByKlein chromeless script working on IE6SP1


andhy
12-31-2002, 03:34 AM
There is a new chromeless script developed by ByKlein which works under XP IE6 and any version of SP1 at http://www.chromeless.org. I know very little about javascript, but believe it works under different method than the original script by microbians.com. my problems are:
1. how to use different pages on different windows using the new script? In the microbians, we use the n variable with different values, such as:
<td><a href="javascript://" onclick="indo04=openIT('../news/popup_indo2002_4.htm', 400, 350, null, null, 'indo04');" <img src="img/im_indo2002_04s.jpg" width="120" height="90" border="0"></a></td>

<td><a href="javascript://" onclick="indo05=openIT('../news/popup_indo2002_5.htm', 400, 350, null, null, 'indo05');" <img src="img/im_indo2002_05s.jpg" width="120" height="90" border="0"></a></td>

Could anyone please give an example using the new ByKlein script?
2. My navigation frame is not viewable after the window is brought back to focus (from minimized state or after focusing other wondow browsers). I used index.htm to launch frame.htm in chromeless window. There are several frames within the frame.htm. All frames, except the navigation frame one the left containing hyper menu, worked. my site: www.tq-racing.com; please kindly note that I have not uploaded the modified ByKlein scripts. Below is a copy of part of the frame.htm:
<frameset cols="140,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frame name="navFrame" scrolling="NO" noresize src="nav2.htm">
<frame name="mainFrame" src="news/news_events10.htm">
</frameset>
<noframes><body bgcolor="#FFFFFF" text="#000000" >
</body></noframes>


3. could anyone please kindly explain the parameters in this new script, so that javascript beginner like me could understand how the scripts works?

Thanks a lot in advance and Happy New Year!!