Topic:
Enabling cookies
|
|
How to Enable Cookies
To enable cookies, follow the instructions below for the browser version you are using. Mozilla Firefox (1.0 final release and earlier) Go to the "Tools" menu. Select "Options". Select the "Privacy" icon in the left panel. Check the box corresponding to "Allow sites to set cookies". Click "OK" to save changes. Netscape 7.1/Mozilla 5.0 Select "Preferences" from the Edit menu. Click on the arrow next to "Privacy & Security" in the scrolling window to expand. Under "Privacy & Security", select "Cookies." Select "Enable all cookies". Click "OK". Microsoft Internet Explorer 6.0+ Select "Internet Options" from the Tools menu. Click on the "Privacy" tab. Click the "Default" button (or manually slide the bar down to "Medium") under "Settings". Click "OK". Microsoft Internet Explorer 5.x Select "Internet Options" from the Tools menu. Click on the "Security" tab. Click the "Custom Level" button. Scroll down to the "Cookies" section. To enable: Set "Allow cookies that are stored on your computer" to "Enable". Set "Allow per-session cookies" to "Enable". Click "OK". Microsoft Internet Explorer 4.x Select "Internet Options" from the View menu. Click on the "Advanced" tab. Scroll down to find "Cookies" within the "Security" section. To enable: Select "Always accept cookies". Click "OK". Netscape Communicator 4.x Select "Preferences" from the Edit menu. Find the "Cookies" section in the "Advanced" category. To enable: Select "Accept all cookies" (or "Enable all cookies"). Click "OK". |
|
|
|
Topic:
Vista or XP?
|
|
I have both and I like both
|
|
|
|
Topic:
Aol topspeed ?
|
|
I agree with them, aol gave me nothing but problems.
|
|
|
|
Topic:
Music question
|
|
You need a music decrypter and you can find the free online.
|
|
|
|
Topic:
Help with music player
Edited by
jgfran01
on
Sat 03/14/09 12:18 AM
|
|
I have a music player that I am trying to use on a website and I want it to have an infinite loop, but I can't seem to get it to play more than once. Here is the code that I am working with. <SCRIPT src="http://www.tiptopwebsite.com/music/swfobject.js" type="text/javascript"></SCRIPT><SCRIPT type="text/javascript">var s1 = new SWFObject("http://www.tiptopwebsite.com/music/player.swf","player","200","20","9"); s1.addParam("allowfullscreen","true"); s1.addParam("allowscriptaccess","always"); s1.addParam("flashvars","file=http://www.tiptopwebsite.com/custommusic2/bmhoward.mp3&autostart=true", loop="infinite"); s1.write("preview"); I loop section does seem to be being read, but it doesn't help. I am sure it is just a syntax issue or location, but I am stuck. The problem with embedding background music is that the different browsers out there have their own methods of implementing embedded music files. For all versions of Netscape, as well as IE 3.0 and above, you can use the following code: <embed src="yourmusicfile.mid" autostart="true" loop="true" width="2" height="0"> </embed> The width and height attribute given above causes the player to be invisible. If you do not want it to be invisible, you can specify your own dimensions to suit your site decor. For Opera and all IE versions, the following code works: <bgsound src="yourmusicfile.mid" loop="infinite"> As you probably have noticed, IE 3.0 and above support both methods, so you cannot simply put both those tags into your web document in the hope of supporting all browsers. It will work on Netscape and early versions of IE, but the newer versions of IE will recognize both tags, leading to problems when IE tries to load the music file twice. The workaround that I've seen on some sites, that seems to work for me, is to enclose the BGSOUND tag inside NOEMBED tags, thus preventing IE from interpreting the second tag. <embed src="yourmusicfile.mid" autostart="true" loop="true" width="2" height="0"> </embed> <noembed> <bgsound src="yourmusicfile.mid" loop="infinite"> </noembed> |
|
|
|
Topic:
How can I win a guy over?...
|
|
Ever tried being yourself? If someone don't like for being yourself then they are not worth being with.
|
|
|
|
Topic:
Obama
|
|
I would sh*t on his chest and fart on his forehead
![]() |
|
|
|
Topic:
puSH OR PULL
|
|
I will push you down and pull your hair
|
|
|
|
Topic:
Fear of rejection
|
|
NEVER FEAR, MIGHTY MAN IS HERE
|
|
|
|
You look like a skinny Henry Rollins
|
|
|
|
Topic:
new pics new pro
|
|
You're alright for a hillbilly
|
|
|
|
Topic:
PLZ RATE ME!!!
|
|
Grammer is important, so work on that.
|
|
|
|
el polo loco
|
|
|
|
Topic:
rate me
|
|
LAME!!!!
|
|
|
|
Topic:
Cool text art you can do
Edited by
jgfran01
on
Tue 02/10/09 07:06 PM
|
|
This is sexy...
![]() |
|
|
|
Topic:
Cool text art you can do
Edited by
jgfran01
on
Tue 02/10/09 04:34 PM
|
|
I have more but it will slow peoples computers down.
|
|
|
|
Topic:
Cool text art you can do
|
|
BEFORE
![]() AFTER ![]() |
|
|
|
Topic:
controller problem
|
|
Try cleaning the connections.
It could be internal on the console or remote. So clean it make sure you inspect the connection real good, and if it don't work you might want to get a new controller. |
|
|
|
Topic:
Hey Geeks :)
|
|
is there a free SAFE way to register my domain? |
|
|
|
Topic:
Hey Geeks :)
|
|
Hmmm.. Anyone? search for things on html encoding http://en.wikipedia.org/wiki/Character_encodings_in_HTML It has a few helpful links that describe some of the things that you may want to do. I also suggest looking up html text color and size encoding. I hope that helps. Like this! |
|
|