i am using the standard chromeless indow script from and have a flash page calling the script to open a new chromeless window for 1 link. the problem i have come to is i have 3 other links that i want to open in the same styled chromeless window, this is where i have got stuck, i do not understand how to modify the code so as to enable 4 different pages to be called can anyone help at all.
this is what i have function openIT() {
theurl="test.asp"
wname ="CHROMELESSWIN"
W=785;
H=270;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowTIT = " window title"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#FFFFFF"
windowTITBGCOLOR = "#e0e0e0"
windowTITBGCOLORsel = "#a0a0a0"
openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo,
windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
is there anyway to add in a test2.asp etc
this is what i have function openIT() {
theurl="test.asp"
wname ="CHROMELESSWIN"
W=785;
H=270;
windowCERRARa = "img/close_a.gif"
windowCERRARd = "img/close_d.gif"
windowCERRARo = "img/close_o.gif"
windowTIT = " window title"
windowBORDERCOLOR = "#000000"
windowBORDERCOLORsel = "#FFFFFF"
windowTITBGCOLOR = "#e0e0e0"
windowTITBGCOLORsel = "#a0a0a0"
openchromeless(theurl, wname, W, H, windowCERRARa, windowCERRARd, windowCERRARo,
windowTIT, windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
is there anyway to add in a test2.asp etc