|
Post by Admin on Jun 5, 2014 20:02:50 GMT -5
[SCRIPT type="text/javascript"] var ChatzyBoxDimensions = 'height:360px;width:480px;'; var ChatzyBoxStyle = 'background-color:gray;padding:10px;'; var ChatzyShadeStyle = 'background-color:#333333;opacity:0.75;filter:alpha(opacity=75);'; var ChatzyCloseImage = 'http://www.chatzy.com/elements/frame/close32.gif'; var ChatzyCloseStyle = 'top:-12px;right:-11px;'; function ChatzyObject (x) { with (document) { if (getElementById) { return getElementById (x); } else if (all) { return all (x); } else if (layers) { return layers (x); } } } function ChatzyOpen (x) { ChatzyObject ("ChatzyDiv").innerHTML = '[DIV style="position:absolute;top:0;left:0;height:100%;width:100%;z-index:9;' + ChatzyShadeStyle + '"][/DIV][TABLE cellSpacing="0" style="position:absolute;top:0;left:0;height:100%;width:100%;z-index:9;"][TR][TD style="vertical-align:middle;text-align:center;"][DIV id="ChatzyBox" style="position:relative;margin:0 auto;' + ChatzyBoxDimensions + ChatzyBoxStyle + '"][IFRAME src="' + x + '" scrolling="no" border="0" marginwidth="0" frameborder="0" style="background-color:white;' + ChatzyBoxDimensions + '"][/IFRAME][IMG id="ChatzyCloseImage" src="' + ChatzyCloseImage + '" onClick="window.ChatzyClose();" style="position:absolute;' + ChatzyCloseStyle + 'cursor:pointer;"][/DIV][/TD][/TR][/TABLE]'; ChatzyObject ("ChatzyDiv").style.display = ''; } function ChatzyClose () { ChatzyObject ("ChatzyDiv").style.display = 'none'; ChatzyObject ("ChatzyDiv").innerHTML = '[IFRAME][/IFRAME]'; } [/SCRIPT] [DIV id="ChatzyDiv" style="display:none;"][/DIV] [A href="http://www.chatzy.com/frame/writingsprints" onClick="ChatzyOpen(this.href);return false;"]Click here to chat with me[/A]
|
|
|
Post by Kitty on Jun 6, 2014 11:52:21 GMT -5
|
|