popup+flash+frames
- Started
- Last post
- 3 Responses
- effeuelle
so, i have a 2 frames page.
I have put this javascript in the main frame, top frame, and frameset :
this is my actionscript on flash buttons:
on (press) {
getURL("javascript:getPage('genn...
}so, the popup still don't open in ie.
No problems with firefox and no problems with no frames page.........but i must use frame, someone can help me? where i wrong?
thanks,
- effeuelle0
ops...this is the code in pages:
if(screen){
topPos=0
leftPos=0
}
function getPage(thePage,wt,ht){
leftPos= (screen.width-wt)/2
topPos = (screen.height-ht)/2
newWin1 = window.open(thePage,'aWin','tool... resizeable=no,scrollbars=yes,lef...
}
- JamesEngage0
you might just want to call an html page that calls the javascript onload... diRRRRty but will work cross browser :)
- effeuelle0
mmhh, i will try,
thanks james