;

PDA

Click to See Complete Forum and Search --> : javascript link problem


lebeca
02-25-2005, 11:02 PM
i'm trying to attach this link on my flash button:

<script language="JavaScript" src="http://ultra1.clickchatsold.com/D6/fxsignals.js"></script><a href="javascript:popChatWin(0)">Live Support</a>


can somebody help thank you.

Musicman
02-26-2005, 02:21 AM
Hi,

your flash button should use
geturl("javascript:popChatWin(0)")
and the html page should still include the js file

Musicman