Tobias Weik
|
| Posted: 02/05/2003, 7:26 AM |
|
hi, me again...
I have a problem when opening a CCS form in an new window via javascript
as popup - my session suddenly gets lost and I get logged out 
I use this function at the head-section of my html-template:
<script language="JavaScript">
<!--
function popup_01(theURL,getVar) {
NewPopup =
window.open(theURL+getVar,'Popup','width=520,height=360,dependent,scrollbars,left=90,top=50');
NewPopup.focus();
}
//-->
</script>
and I call it via:
<a onclick="javascript:
popup_01('add_page.php','?s_element=2&prj_id=35');"
href="?s_element=2&prj_id=35">add</a>
Am I missing something?
Working with CCS 1.07, PHP and MySQL - Thanx
Tobias
|
|
|
 |
|