why i cannot implemented function shake
why i cannot implemented function shake from http://javascript.internet.com/image-... on chat container ??
<!-- TWO STEPS TO INSTALL SHAKE SCREEN:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<head>
</head>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<body>
<center>
<form>
<input type="button" value="Shake Screen" />
</form>
</center>
<center>
<font>Free JavaScripts provided
by The JavaScript Source</font>
</center>
<!-- Script Size: 1.09 KB -->
</body>
<!-- TWO STEPS TO INSTALL SHAKE SCREEN:
1. Copy the coding into the HEAD of your HTML document
2. Add the last code into the BODY of your HTML document -->
<!-- STEP ONE: Paste this code into the HEAD of your HTML document -->
<head>
</head>
<!-- STEP TWO: Copy this code into the BODY of your HTML document -->
<body>
<center>
<form>
<input type="button" value="Shake Screen" />
</form>
</center>
<center>
<font>Free JavaScripts provided
by The JavaScript Source</font>
</center>
<!-- Script Size: 1.09 KB -->
</body>
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?That script you posted relies on parent.moveBy() which wouldn't be supported by Pandion's host application (Pandion.exe). Instead you can emulate that function like this:
function moveBy (shiftRight, shiftDown)
{
external.wnd.setPos(external.wnd.left + shiftRight, external.wnd.top + shiftDown);
}
-
Inappropriate?thanks cbas
i change the script to become
function shakewindow()
{ var x=10
if (document.all||document.layers)
{ for (i=0;i,i<20>
now im confuse, where i can catch the event receive message on chat container
like this code
if message="<ding>" then shakewindow()
</ding>
please help me
thanks before -
Inappropriate?Your "for" loops seems to be wrong. Or is GetSatisfaction mangling your code sample?
Loading Profile...





EMPLOYEE
