Re: Needing some help here ;)
by "Ryan Fischer" <ryan(at)gigabee.com>
|
Date: |
Mon, 7 Jan 2002 11:19:48 -0500 |
To: |
<hwg-languages(at)hwg.org> |
References: |
apacteleservices |
|
todo: View
Thread,
Original
|
|
You wrote:
> If you are trying to write the javascript with a Perl script, you can
use
> something like this:
>
> print qq~
> document.write("Good Morning, <cpanel print="DOMAIN">")
>
> more html and javascript here....
> ~;
The problem here is really that you're using double quotes inside double
quotes. You need to escape the inner quotes, or it's just not gonna
work. Try this:
document.write("Good Morning, <cpanel print=\"DOMAIN\">");
HTH! :)
--
-Ryan :: ICQ - 595003 :: GigaBoard - http://www.gigaboard.net/
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA