I have 2 callout buttons in the dct.On the click of the 1st button, the above mentioned expandible-collapsible page opens. This is a cgi script(say ShowSitemap.ipl).I have another callout button below the 1st one.Can i raise a click event for this callout button in ShowSiteMap.ipl ??if so, how can i do it??I tried raising an event like : calloutForm.elements[i+1].click();where calloutForm.elements is the first callout button.if i do calloutForm.elements[i+1].name, it gives me the name of the item i want to work with. But i do not understand how to raise the event on which the next cgi script will run.Can someone help me plz
ya. . .i tried window.open().Lets sayDataCapture Form = d;FirstWindow = W1;SecondWindow = W2"d" has a callout which opens W1. W1 has a button which opens W2. I have to pass data from W1 to W2 and then after the processing of W2, I have to pass data from W2 to "d". I cant find how to do it. W2 is formed based on the data sent by W1.
hmmm. . . .it was giving me loads of problems. . .i tried making a hidden textbox where the second window would return data and i thought i would return this to the dct. . .but W1 wouldn wait for the hidden textbox to get the data(if u get what i am trying to say. . . .if i write some code in the cgi script for w1 after the stmt to open w2, it does not wait for w2 to be closed).Hence, i could not do it. . .changed the design...2 callouts is ok. . .