|
|
#1 |
|
Member
Join Date: Dec 2006
Posts: 96
Rep Power: 11 ![]() |
Hi guys
I am using the following javascript to load another browser window. Code:
<script type="text/JavaScript">
{literal}
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
{/literal}
</script>
This is the script: Code:
<script type="text/JavaScript">
{literal}
<!--
function fullScreen() // custom property for window object
{
this.moveTo(0, 0);
this.resizeTo(screen.availWidth, screen.availHeight);
} // end of fullScreen
window.maximize = fullScreen;
//-->
{/literal}
</script>
Code:
<a href="javascript:void(0);" onclick="MM_openBrWindow('http://www.landsnett.no/demo/modules.php?mod=checkout&skinx=0926','contact','window.maximize')"></a>
I would really appreciate if anyone could take a look at this. Any hints or help are really appreciated. Thank you! Regards Oyvind
__________________
objelland V3.1.5b Developer |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Top bar image not showing up in Internet Explorer Browser | vega6143 | v3.1 Questions & Support | 14 | 12-20-2007 01:37 PM |
| Top bar not appearing In browser | vega6143 | v3.1 Questions & Support | 2 | 12-16-2007 11:37 PM |
| Need a bigger window to accommodate bigger image | jerryc | v3.1 Questions & Support | 2 | 06-11-2007 10:36 AM |
| Parent Window | vmstudio | v3.1 Questions & Support | 4 | 06-16-2006 05:04 PM |