kurt
|
| Posted: 07/28/2004, 7:55 AM |
|
hello,
i want to make a popup window depending on my labels value??
thankx
kurt
|
|
|
 |
E43509
Posts: 283
|
| Posted: 07/28/2004, 2:16 PM |
|
This may be pretty easy for ya. Just look at http://examples.codecharge.com and they have already shown ways to do pop ups
|
 |
 |
kurt
|
| Posted: 07/29/2004, 2:38 AM |
|
hi,
i found only a "normal" popup function...and no
example:
++++++++++
if session("test") = x then
alert or something... javascript to popup a window
end if
+++++++++
i can only response.write.........
thanks
kurt
Quote E43509:
|
|
|
 |
aradi
Posts: 66
|
| Posted: 07/29/2004, 3:31 AM |
|
Hi,
check this link mentioned by E43509 http://examples.codecharge.com/ExamplePack/PopUpList/PopUpList.php and then click on Employee list Label you will see a POP UP Window. If that what you want , then You will find it in the CCS Example Pack, included in CodeCharge Studio. Can be modified to suit your need.
Good luck
|
 |
 |
kurt
|
| Posted: 07/29/2004, 4:01 AM |
|
Quote aradi:
thanks
i will try it !
|
|
|
 |
|