Draygonia |
10-21-2006 11:33 PM |
Quote:
Originally Posted by syrus.xl
Hi Dragonia,
Try this, I haven't tested it - but it should work.;)
Code:
<!—Mp3 Player Launch -->
<td width="70" height="22" align="left" valign="top">
<if condition="$show['member']">
<td class="vbmenu_control"><a href="javascript:NewWindow=window.open('mp3playerindex.php?do=viewmp3playerpopup','newWin','width=500,height=500,left=0,top=0, toolbar=No,location=No,scrollbars=1,status=No,resizable=No,fullscreen=No');
NewWindow.focus(); void(0);"><img src="$stylevar[imgdir_misc]/tren_z_header_vbplayer.gif" width="70" height="22" alt="" border="0" /></td>
</if>
</td>
<!—End Mp3 Player Launch -->
|
Thanks, but the image seems to drop out of place... www.chasm-online.com. Perhaps that is normal? Thanks for the great support!
It doesnt seem to care to work on my portal vbacmps:
Code:
Warning: main(./global.php) [function.main]: failed to open stream: No such file or directory in /home/chasmonl/public_html/mp3playerindex.php on line 33
Fatal error: main() [function.require]: Failed opening required './global.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /home/chasmonl/public_html/mp3playerindex.php on line 33
Thats the error I get :( I believe my paths are right
EDIT Again: The window comes up blank, it doesnt appear to load anything.
|