Hi TPK (or anyone else),
Still no luck. My javascript link is as flat as a pancake.
Doesn't do a thing. I've also gone on the internet and looked at
other code, so I understand the concepts, and I think I understand
the concepts, but still no luck.
Can you see anything? (sorry, I'm using a different function
name than the one you mentioned. Just one of the many many codes
I've pasted in in my failed efforts).
NOTE: Near the bottom of my htm file, I call my swf file
through a js function and it uses the document.write command to get
rid of the Active X problem. That doesn't make a difference, does
it?
Thanks in advance
Kim
_______________
In Captivate:
Open_Window('help.htm','','width=800,height=750,toolbar=no,menubar=no,scrollbars=no,resizable=yes')
In my help.htm file:
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8">
<title>Help</title>
<script type="text/JavaScript">
<!--
function Open_Window(theURL,winName,features){ //v2.0
window.open(theURL,winName,features);
}//-->
</script>
<script>window.resizeTo(800,750);self.moveTo(264,0)</script>
</head>
<body topmargin = "0" leftmargin = "0" marginheight= "0"
marginwidth = "0">
<center>
<script src="0_script_front.js"></script>
<script type="text/javascript">fr1();</script>
<center>
</body>
</html>