Elyk
Fri 4th Apr '08, 5:33pm
I know this has nothing to do with vBulletin but am looking for an experts opinion.
We have an outside program (plug in poker) that is incorporated into the forum by a link in the navbar and it uses the cookies to keep members info when they sign on to the poker game.
What we are trying to do is someway be able to link an image (small banner) to the poker program and just cant figure it out.
The link added to the navbar provided by plug in poker:
<td class="vbmenu_control"><script type="text/javascript">
<!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]
&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(xxx)>Poker</a></td>
Is there any way to get a link for an image that would be able to use this?
Thanks!!
We have an outside program (plug in poker) that is incorporated into the forum by a link in the navbar and it uses the cookies to keep members info when they sign on to the poker game.
What we are trying to do is someway be able to link an image (small banner) to the poker program and just cant figure it out.
The link added to the navbar provided by plug in poker:
<td class="vbmenu_control"><script type="text/javascript">
<!--
function openPoker(cn) {pipwin=open("","pipwin","scrollbars=no,width=715,height=510").document.write("<html><title>Texas Holdem</title><frameset rows=* cols=* border=0 frameborder=0><frame noresize scrolling=no src=http://www.pluginpoker.com/popup/lobby.asp?c="+cn+"&phpu=$bbuserinfo[username]
&phpp=$bbuserinfo[password]&phpe=$bbuserinfo[email]></frameset></html>");}
--></script>
<a href=javascript:void(0) target=_top onClick=openPoker(xxx)>Poker</a></td>
Is there any way to get a link for an image that would be able to use this?
Thanks!!