|
|
this is the code I am using, I attached it with the attach code button. I want
the session to remember that the user either turned off the sound or turned up
the volume. This code appears on all the pages in the site. What I need to do
is in ColdFusion, make the site remember the clients choice. I am not using
frames, they are dynamic pages with an application.cfm file running the site on
a DB.
Thanks for the help so far.
Phoenix
<body background="#111111" LINK="#ffff00" vlink="#000000" BGSOUND
SRC="CFdocs/ocean.wav" LOOP=INFINITE>
<EMBED SRC="CFdocs/ocean.wav" AUTOSTART="true" HIDDEN="false" LOOP="true">
|
|