Jump to content

Recommended Posts

Posted

<title>ajax im</title>

<script src="js/prototype.js" type="text/javascript"></script>

<script src="js/effects.js" type="text/javascript"></script>

<script src="js/window.js" type="text/javascript"></script>

<script src="js/utils.js" type="text/javascript"></script>

<script src="languages/<? print $language; ?>/lang.js" type="text/javascript"></script>

<script src="js/config.js" type="text/javascript"></script>

<script src="js/ajax_im.js" type="text/javascript"></script>

</head>

<body onmousedown="showHide(event);">

<div>

<!-- SoundManager Audio Div -->

</div>

<div id="modal" class="modalFrame" style="display:none;">

<div id="loginDialog">

<p><span class="dialog_modal_title"><? print $lang['signOn']; ?></span></p>

<p><span id="login_error_msg" class="dialog_error" style="display:none">&nbsp;</span></p>

<p><span class="dialog_label"><? print $lang['username']; ?>:</span> <span class="dialog_input"><input type="text" id="username" onkeypress="System.loginHandler(event);" /></span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['password']; ?>:</span> <span class="dialog_input"><input type="password" id="password" onkeypress="System.loginHandler(event);" /></span></p>

<div style="clear:both"></div>

<p>

<span class="dialog_links" style="width:285px;" onselectstart="return false;" onmousedown="return false;">

<a href="#" class="stdButton" id="signon_button" onclick="System.login();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['signOn']; ?></a>

<a href="#" class="stdButton" onclick="Dialogs.register();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['register']; ?></a>

<a href="#" class="stdButton" onclick="Dialogs.forgotPass();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['forgotPassword']; ?> </a>

</span>

</p>

<div style="clear:both"></div>

</div>

<div id="registerDialog" style="display:none;">

<p><span class="dialog_modal_title"><? print $lang['register']; ?></span></p>

<div style="clear:both"></div>

<p><span id="register_error_msg" class="dialog_error" style="display:none">&nbsp;</span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['username']; ?>:</span> <span class="dialog_input"><input type="text" id="newusername" /></span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['password']; ?>:</span> <span class="dialog_input"><input type="password" id="newpassword" /></span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['confirm']; ?>:</span> <span class="dialog_input"><input type="password" id="newpassword2" /></span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['email']; ?>:</span> <span class="dialog_input"><input type="text" id="newemail" /></span></p>

<div style="clear:both"></div>

<p>

<span class="dialog_links" style="width:190px;" onselectstart="return false;" onmousedown="return false;">

<a href="#" class="stdButton" id="register_button" onclick="System.register();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['register']; ?></a>

<a href="#" class="stdButton" onclick="Dialogs.login();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['cancel']; ?></a>

</span>

</p>

<div style="clear:both"></div>

</div>

<div id="forgotPassDialog" style="display:none;">

<p><span class="dialog_modal_title"><? echo $lang['passwordReset']; ?></span></p>

<div style="clear:both"></div>

<p><span id="forgotpass_error_msg" class="dialog_error" style="display:none">&nbsp;</span></p>

<div style="clear:both"></div>

<p><span class="dialog_label"><? print $lang['emailAddress']; ?>: </span> <span class="dialog_input"><input type="text" id="resetto" /></span></p>

<div style="clear:both"></div>

<p>

<span class="dialog_links" style="width:190px;" onselectstart="return false;" onmousedown="return false;">

<a href="#" class="stdButton" id="forgotpass_button" onclick="System.resetPass();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['reset']; ?></a>

<a href="#" class="stdButton" onclick="Dialogs.login();return false;" onmouseover="ButtonCtl.hover(this);" onmousedown="ButtonCtl.down(this);" onmouseup="ButtonCtl.normal(this);" onmouseout="ButtonCtl.normal(this);"><? print $lang['cancel']; ?></a>

</span>

</p>

<div style="clear:both"></div>

</div>

</div>

<div class="itemList" id="statusList">

<a href="#" onclick="Status.set(0, '<? print $lang['available']; ?>');return false;"><img src="images/online.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print str_replace('\\', '', $lang['available']); ?></a>

<a href="#" style="border-bottom: 1px solid #bfbcb8;" onclick="Status.set(99, '<? print $lang['friendsOnly']; ?>');return false;"><img src="images/online.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print $lang['friendsOnly']; ?></a>

<a href="#" onclick="Status.set(1, '<? print $lang['busy']; ?>');return false;"><img src="images/away.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print str_replace('\\', '', $lang['busy']); ?></a>

<a href="#" onclick="Status.set(1, '<? print $lang['beBackLater']; ?>');return false;"><img src="images/away.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print str_replace('\\', '', $lang['beBackLater']); ?></a>

<a href="#" onclick="Status.set(1, '<? print $lang['away']; ?>');return false;"><img src="images/away.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print str_replace('\\', '', $lang['away']); ?></a>

<a href="#" id="customMessage" style="border-top: 1px solid #bfbcb8;" onclick="Status.customAway();$('statusList').style.display='none';return false;"><img src="images/away.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<i><? print $lang['custom']; ?></i></a>

<a href="#" style="border-top: 1px solid #bfbcb8;" onclick="Status.set(49, '<? print $lang['invisible']; ?>');return false;"><img src="images/offline.png" style="border:0;" alt="" title="" />&nbsp;&nbsp;<? print $lang['invisible']; ?></a>

</div>

help me control send dont me

www.kampusshop.com\chat

Posted

Ask a better question and perhaps you'll get some help.

Include what you are trying to do, what you have tried (including code) and be much more specific.

Dale

Free Internet Tools: DebugBar, AutoIt IE Builder, HTTP UDF, MODIV2, IE Developer Toolbar, IEDocMon, Fiddler, HTML Validator, WGet, curl

MSDN docs: InternetExplorer Object, Document Object, Overviews and Tutorials, DHTML Objects, DHTML Events, WinHttpRequest, XmlHttpRequest, Cross-Frame Scripting, Office object model

Automate input type=file (Related)

Alternative to _IECreateEmbedded? better: _IECreatePseudoEmbedded  Better Better?

IE.au3 issues with Vista - Workarounds

SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y

Doesn't work needs to be ripped out of the troubleshooting lexicon. It means that what you tried did not produce the results you expected. It begs the questions 1) what did you try?, 2) what did you expect? and 3) what happened instead?

Reproducer: a small (the smallest?) piece of stand-alone code that demonstrates your trouble

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...