 |
|
 |
Subject: Variant does not contain a container... |
 |
 |
 |
Product Area: Domino Server |
 |
Technical Area: Accessibility |
 |
Platform: Windows |
 |
Release: 8.5.3 |
 |
Reproducible: -Reproducibility- |
 |
 |
 |
 |
Hi,now there are two buttons on one page of my application,btnA,btnB,btnB is new added by me,Followed by the rules,one should not click btnA unless he/she have clicked btnB,if you click btnA directly without clicking btnB,then there are some prompts,when i click btnA(already click btnB),it occurs that creatnewdoc error:variant does not contain a container,i've tested it nicely in my testing environment,the same code with the environment,why does it not working normally?puzzled ...any help will be appreciated..
btnB code:
runat:web language:javascript
CheckDanger(true) ;
if(document.getElementById("hasExported").value!="1")
{
if(confirm("are you sure to...."))
{
CheckDanger(false);
return false;
}
}
window.document.all.EndWorkFlow2.click();
runat:client language:javascript
flag1=confirm("Are you sure to..");
if(flag1){
CheckDanger(true)
window.document.all.EndOAWorkFlow.click();
}
 
Feedback number WEBB9D9JLD created by ~Chloe Rekrooni on 11/08/2013

Status: Open
Comments:

Variant does not contain a containe... (~Chloe Rekrooni... 8.Nov.13)
. . "Variant does not cointain a contai... (~Dan Kikiterobu... 8.Nov.13) |
|  |
|