Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next
Subject: Variant does not contain a container...
Feedback Type: Problem
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)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS