I've used this javascript:
setTimeout('alert(\"Automatic logout in 3 minutes\")',1020000);
the number 1020000 is the number of milliseconds to wait before performing this action.
As far as resetting the session, as long as the user refreshes the page from the server or requests...
If I'm reading this right, this is what I would do.
In your javascript function, you would need to have something like this:
window.open('myCFM.cfm?myTxtFld=' + myform.myTxtFld.value,'_blank','');
myCFM.cfm would have the reference URL.myTxtFld in your query then.
The form variables are...
Either use style sheets to set the border-left, border-right,border-top,and border-bottom props or enclose in another table with a border
i.e.
<table border=1>
<tr>
<td><your table goes here></td>
</tr>
</table>
or put this in the page you're calling
<script language="JavaScript">
self.resizeTo(screen.availWidth,screen.availHeight);self.moveTo(0,0);
</script>
Rick, I've used a custom tag available on Allaire's site in order to use the ActiveX control. I've also created a custom tag to display reports with the java control posted below. Hope this helps
Marlon Moyer
<!---------------------------------------------------------------------------
NAME...
If your wanting the page to be logged out also, you might try using a javascript like this also:
setTimeout('window.location.href=\"/mylogoutPage.cfm"',1200000);
This will cause the page to load 'mylogoutPage.cfm after 20 minutes of inactivity.
It's really pretty simple. You just need to install Visual Studio source safe on server. From inside source safe, set up your allowed users. After that, from the CF admin screen choose 'Source control'. Browse to the directory that has the SrcSafe.ini file in it.
After that, right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.