Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can anyone help help with multimple chromeless windows

Status
Not open for further replies.

indigojo

Technical User
Jan 16, 2001
11
AU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top