Here is the code..
window.onload = function(){
custom_box_effe ct_0 = new fx.Opacity('cus tom_box', {
duration: 500,
transition: fx.linear,
onComplete: function() {
}
});
status_effect_0 = new fx.Opacity('sta tus', {
duration: 500,
transition: fx.linear,
onComplete: function() {
}
});
status_effect_0 .hide();...
User Profile
Collapse
-
Drop-down message box problem in IE
The following code works fine in Firefox, but not happens when the link is clicking on in IE...a message box is suppose to drop-down...nothing but an error in IE..any help
...Code:<td> <a href="javascript:void(0)" onClick="custom_mesg();">Add message</a> <div id="custom_box">Custom message: <br /> <textarea class="inputbox" id="custom_mesg"
No activity results to display
Show More
Leave a comment: