Hi, i've already post a thread in April about a menu in flash...
I just want to use a two-way separated window in my browser...
top = menu (that i named "a"
bottom = mainpage (that i named "b"
Everything is in ASP format...
My actions on my button are:
on (press) {
getURL (" "b"
}
(microsoft.com just for test purpose hehe)
I also tried :
on (press) {
getURL (" "b.asp"
}
And this always open a new window...i just want to redirect that link to my bottom (mainpage)
If you want to have a look:
Mike
I just want to use a two-way separated window in my browser...
top = menu (that i named "a"
bottom = mainpage (that i named "b"
Everything is in ASP format...
My actions on my button are:
on (press) {
getURL (" "b"
}
(microsoft.com just for test purpose hehe)
I also tried :
on (press) {
getURL (" "b.asp"
}
And this always open a new window...i just want to redirect that link to my bottom (mainpage)
If you want to have a look:
Mike