| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi
function maximize(event)
{
var placeholder=document.getElementById('placeholder');
var frontside=document.getElementById('front');
frontside.style.display='block';
placeholder.style.display='none';
}The function which reacts only, when you click on control-region is:
function buttonclicked(event)
{
event.target.src="buto1.png";
}function showButton(event)
{
event.target.src="buto.png";
}I hope you understand my problem and can give some advice!
Ludwig
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Dashboard-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/dashboard-dev/email@hidden This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.