![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
i currently have a simple java script running to layout my webpage...however, i am running into a problem with one specific link that simply opens a .mov file in a new window. at times the button works (mostly on pc), but then at other times it wont load (on mac). furthermore, on pcs (using ie6) if i do not add the target="_blank" command in the href, then the mov loads in the same window; while on the mac (using ie5.2) it automatically loads a new window just for the mov. if i put the target command in the script, then when it does load on the mac it loads two windows (one blank, one with the mov). finally...i tried adding the following script to create a popup window specifically sized for the mov (a script i have used before with much success, but never put it inside of java). when i put this script in, none of the page (created in java) appears. "<a href="#" onClick="window.open('cfan.mov','spawn','width=320 ,height=240,scrollbars=no,nore size');">" [the " at the begining and end arent in the real script] can anyone give me some suggestions? please help ASAP. thanks sirtcarlos |
![]() |
| Thread Tools | |
| Display Modes | |
| |