SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: Problem in Pop-up
-
Mar 15, 2003, 16:04 #1
- Join Date
- Mar 2003
- Location
- Right around the corner..
- Posts
- 392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Problem in Pop-up
I am a flash user... and i make cards and other flash stuffs...
I made a card ... it has a "Click 2 visit website" button... when the user cliks that, a new pop-up window opens...all that iz okay... but here comes the prob..
the pop-up window doesn't have any scroll bars! so half the screen isn't visible...
so, wat do i do???I know i'll have 2 change the HTML somehow but i don know wat 2 do
plz help me soon...
---R@F
-
Mar 15, 2003, 20:19 #2
- Join Date
- Oct 2002
- Location
- Sydney : Australia
- Posts
- 144
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi
In the Javascript that opens the pop-up (located in the HTML holding the flash movie) there should be something looking like this :
Code:window.open (url, 'experiment','scrollbars=no,resizable=yes,titlebar=no,toolbar=yes,width=640,height=300,left=0,top=0,dependent=1'); //change this to window.open (url, 'experiment','scrollbars=yes,resizable=yes,titlebar=no,toolbar=yes,width=640,height=300,left=0,top=0,dependent=1');
Also make sure there is no scroll="no" attribute in the body tag. This will affect IE/win32 users only as it's non-standard code. eg <body scroll="no">
HTH
James
-
Mar 16, 2003, 07:53 #3
- Join Date
- Mar 2003
- Location
- Right around the corner..
- Posts
- 392
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thnx...
I gotta try that out!
Bookmarks