The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hi guys,
Depending on the screen resolution of the visitor, I would like that specific iframes to open in my CMS. However, I don't know what code I should use: HTML Code:
<SCRIPT language="JavaScript"> <!-- if ((screen.width>=1024) && (screen.height>=768)) { window.location = "http://synbioworld.org/formboss/output/forms/igem/igem.php"; } else { window.location="http://synbioworld.org/formboss/output/forms/igem/igem2.php"; } //--> </SCRIPT> The iframe original code is: HTML Code:
<iframe src="http://synbioworld.org/formboss/output/forms/igem/igem.php" height="273" width="1031" frameborder="0" scrolling="no" ALLOWTRANSPARENCY="true"></iframe> Xav |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|