Graham Pearson
|
| Posted: 07/28/2004, 12:32 PM |
|
Does anyone have resources that once a popup window has been created
which displays a form within CCS that the Cancel Button would close
that window. I ahve tried on the Return Page to put javascript:self.
close() and this produces a 404 error message.
Ideas?
---
Graham Pearson, System Administrator / Web Developer
Northern Indiana Educational Services Center
56535 Magnetic Drive, Mishawaka IN 46544
http://www.niesc.k12.in.us
|
|
|
 |
DaveRexel
Posts: 50
|
| Posted: 07/28/2004, 12:57 PM |
|
::
Hi Graham,
We use the following code
<input class="myNoiseButton" id="Button1" onclick="window.close();" type="button" value="Cancel" name="Button1" style="FONT-SIZE: xx-small">
Regards
_________________
/Dave
RexDesign CodeCharge Studio Tutorials
http://rexdesign.com/ccs/ |
 |
 |
teufel
Posts: 13
|
| Posted: 08/03/2004, 9:50 AM |
|
And if the popup window is a search/grid/record page, and I want that somehow the selected line in the grid (or the selected record) have the values transported to related fields in the window from which this popup was opened???
Any Javascript examples/tips on how to "gather" the selected record field values and transport them back to the other window? (something like the calendar popup, but for a group of fields which should also be "mapped" onto specific fields inside the original window).
TIA
_________________
--teufel |
 |
 |
E43509
Posts: 283
|
| Posted: 08/26/2004, 7:20 AM |
|
CCS has a great example exaples.codecharge.com
Look for
Pop-up List & Smart Lookup
|
 |
 |
|