<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<br><BR>We have any Captivate users around?<BR><br><BR>I'm trouble shooting a friends app and don't feel like installing captivate to test this.<BR><br><BR>What kind of javascript can I run from *within* Captivate?<BR><br><BR>e.g. can I put this on a button within Captivate:<BR><br><BR><br><BR>function doSomething(param) {<br><BR>  blah<BR>}<BR>window.location = "../../../my.asp?cert=" + 
doSomething
('9999');<BR><br><BR><br><BR>Or do I have to put this stuff in the head of the html and call it from the button?<BR><br><BR><br><BR>                                          </div></body>
</html>