256 Posted Topics

Member Avatar for AndrewSmith

Javascript doesn't use the hyphens that are present in CSS. As a general rule, if the CSS style is border-left, margin-top, etc, the javascript equivalent will be borderLeft, marginTop, etc. What do the call that...camel code? Something like that.

Member Avatar for FC Jamison
0
211
Member Avatar for ATS

Your Web host probably has a mail script already installed on their server for you to use. Most give you some documentation on how to use it as well.

Member Avatar for FC Jamison
0
175
Member Avatar for mantisca

You simply link to it like you would a web page. [html] <a href="document.pdf">PDF Document</a> [/html]

Member Avatar for FC Jamison
0
87
Member Avatar for sdavidson

The cgi mail script usually provides an option for which page to send the user to upon completion of the form

Member Avatar for sdavidson
0
180
Member Avatar for top

Without seeing your script, I would suggest using an if statement. something along the lines of [code] if (dateb-datea > 5) { alert('The dates are more than 5 days apart'); } [/code]

Member Avatar for FC Jamison
0
82
Member Avatar for Sailor_Jerry

[QUOTE=Sailor_Jerry;246034]I want to match my own class selector and then modify the body. [code] //This does not work but to give you idea of what i am trying to do. .selector body {overflow:-moz-scrollbars-none;} [/code] Do I have to use javascript to update the body style? I only want this style …

Member Avatar for FC Jamison
0
146
Member Avatar for lvlIk3

It sounds like you deleted kazaa without going through add/remove programs first. Unless you want to try and dig it out of the registry, reinstall kazaa and then remove it through add/remove programs

Member Avatar for kylethedarkn
0
515
Member Avatar for TheNNS
Member Avatar for havilah

There are many things about that code that need to be fixed...but to answer your specific concern, remove the following from your text class: display: table; position: fixed; Also, you cannot place paragraphs inside of a blockquote. Basically, a blockquote is just an indented paragraph...so use it in place of …

Member Avatar for FC Jamison
0
254
Member Avatar for shanthiIrene

You mean like [html] <FORM><input type="file" name="FILE_NAME" /></FORM> [/html]

Member Avatar for FC Jamison
0
64
Member Avatar for krakselikrox

Wouldn't you use basically the same code, except calling the sound files instead of images? Bear in mind that sound files take much longer to download, so the transition won't be immediate.

Member Avatar for grunge man
0
225
Member Avatar for uxohus2b
Member Avatar for michael123
Member Avatar for dannyfang
Member Avatar for Dave Sinkula
0
334
Member Avatar for nicekitty

Your problem is that you have two functions with the same name calling two forms with the same. For the first form/script: [html] <script language="JavaScript" type="text/javascript"> <!-- Begin function formHandler(form){ var URL = document.form.site.options[document.form.site.selectedIndex].value; window.location.href = URL; } // End --> </script> <center><p></p> <form name="form" action="get"> <select name="site" size=1 onChange="javascript:formHandler()"> …

Member Avatar for FC Jamison
0
127
Member Avatar for himanjim

Right off the bat I see 2 things... [code] if(c=getchar())!='\n') [/code] should be [code] c == getchar(); if(c != '\n') [/code] and there is no getChar function, plus the fun() function calls itself.

Member Avatar for ~s.o.s~
0
165
Member Avatar for j4mes_bond25

You have three columns of information (nav, content, right bar). There are a couple of ways to do this...you can set specific widths for each and float everything to the left, or you can float the nav to the left anf the right column to the right (both with set …

Member Avatar for FC Jamison
0
138
Member Avatar for lavin
Member Avatar for Clive1

There are many programs that can convert video formats... Canopus Pro Coder TMPGEnc Dr DIVX VCD Easy Windows Media Encoder RM Converter just to name a few

Member Avatar for Xpenetrator
0
242
Member Avatar for michael123
Member Avatar for cutnpaste

Anything that can potentially be modified. We would need to see the table and form to get more specific than that.

Member Avatar for Sundaramurthy C
0
154
Member Avatar for shanenin

[html] <style> body { background : url(images/tan-sponge.jpg) tan; margin:0px; padding:0px; } </style> [/html]

Member Avatar for shanenin
0
117
Member Avatar for AlloyNES

You can use javascript to detect the monitor resolution and then have the image set to a certain size depending on what the resolution is.

Member Avatar for FC Jamison
0
1K
Member Avatar for BullHorn

Here are a couple of sites to try. [url]http://windowsxp.mvps.org/dhcp.htm[/url] [url]http://www.michna.com/kb/wxnet.htm[/url]

Member Avatar for BullHorn
0
246
Member Avatar for FC Jamison

OK...here's the background: I want to use javascript to write a CSS dropdown menu. Since I want to be able to float the menu to either the left or the right depending on the site I am using it on, I need to grab the float value (either right or …

Member Avatar for FC Jamison
0
218
Member Avatar for cajun

I know this is an old thread, but I thought it was worth resurrecting for a solution. The following script will disguise the e-mail link [html] <a href="mailto:name@server">name@server</a> [/html] as [html] <script type="text/javascript">emLink("eman, revres");</script> [/html] You simply reverse the order of the letters (name = eman, server = revres). [code] …

Member Avatar for FC Jamison
0
152
Member Avatar for grungetta
Member Avatar for captainkk

With a baseball bat? It sounds like a memory error...either RAM or the video card. I hope your Dell isn't rivited shut like the one my boss just bought.

Member Avatar for Duki
0
102
Member Avatar for Woobag
Member Avatar for mikeandike22

block-level elements such as divs automatically expand to enclose content...so I'm going to assume your request has a bit more detail that needs to be shared. Describe your layout and what you are trying to accomplish. Does it have more than one column and the divs are different sizes? Are …

Member Avatar for mikeandike22
0
207
Member Avatar for ratchison

You mean like [html] <a href="page.html#bookmark>named anchor on new page</a> [/html]

Member Avatar for FC Jamison
0
73
Member Avatar for rohan10
Member Avatar for FC Jamison
0
62
Member Avatar for astikali

Do you have SP2 installed? I'm going to assume you do, since you stated you are up to date with all updates. Here are a couple of things to try: Go to Start->Run and type in sfc /scannow then press enter. This will check to see if any Windows system …

Member Avatar for FC Jamison
0
103
Member Avatar for Mushy-pea

Absolutely true. Also, the anchor link will have no detrimental effect to your Web page in any browser. You could probably save some overhead though by using CSS instead of JavaScript.

Member Avatar for FC Jamison
0
109
Member Avatar for shepherd

I'd like to know what the activex warning was. Also, even though Limewire didn't take, the P2P networking might have been installed. If so, try uninstalling that.

Member Avatar for shepherd
0
100
Member Avatar for desiguru

yes, properly constructed div/css layouts are cross-browser compatible. I don't use dw templates myself (they are just a pain in the rear) but you should be able to create a div/css dreamweaver template.

Member Avatar for FC Jamison
0
109
Member Avatar for desiguru

It depends on how the template is set up. In dreamweaver, you can only edit the areas that aren't greyed out. If you don't have the dwt file, you will have to copy the code to a different file without the template comments in ourder to modify the content.

Member Avatar for FC Jamison
0
89
Member Avatar for marco3535

This is a little out of my area, but have you checked the jumper settings on the drive? Are they set for the drive to be read as the Master drive? Is your cable plugged into the primary slot on the motherboard? (I've done this one before...) Is the power …

Member Avatar for FC Jamison
0
182
Member Avatar for SSDelta
Member Avatar for mikenmike0001
Member Avatar for cmills83
Member Avatar for f575gtc

Occasionally the Registry entry for File Folders (Directories) gets corrupted. One effect of this can be that Search or a Command Prompt opens when you double click on a folder in Explorer, rather than the folder opening. This VB Script will make the necessary change to the system Registry to …

Member Avatar for FC Jamison
0
165
Member Avatar for Cowboy Rock

What operating system were you using on the old drive and what one are you using on the new one? Theoretically, you should be able to access the old drive through Windows Explorer if you are logged in to the new machine as an administrator. Can you see the files …

Member Avatar for DMR
0
281
Member Avatar for MikeJeffs

Try these articles: [url]http://www.java.com/en/download/help/iecrash.xml[/url] [url]http://www.java.com/en/download/help/5000020300.xml[/url] Or install the latest JRE [url]http://java.com/en/download/help/5000010100.xml[/url]

Member Avatar for FC Jamison
0
114
Member Avatar for todboy_bt

Just a wild shot in the dark, but did you change your ZoneAlarm preferences recently? This might be a firewall problem.

Member Avatar for FC Jamison
0
551
Member Avatar for mikeduque

You need to get into the bios settings and change the order of the boot drives. Usually, the initial startup screen says something like "Press DEL to set up computer" or something similar. Once you get into the settings, find the section that lists the boot drive order and put …

Member Avatar for FC Jamison
0
128
Member Avatar for jacob7111
Member Avatar for Mushy-pea

This code is used specifically to redirect one Web page to another (i.e. if your Web site has moved, put this code at the old location) [INLINECODE] <html> <head> <title>Redirect JavaScript-browsers</title> <script language="JavaScript"> <!-- Beginning of JavaScript -------- this.location = "http://www.newsite.com"; // -- End of JavaScript code -------------- --> </script> …

Member Avatar for Mushy-pea
0
136
Member Avatar for ComedyFarm

My initial instinct is to suggest renumbering your array subscripts in the second photo slider. (i.e. change photos[0] to photos[7], etc) You could also try changing the variable names in the second script from photo and text to photo2 and text2. I would have to see the entire code and …

Member Avatar for ComedyFarm
0
118
Member Avatar for Mighty_Squid

You could open the page in a new window of the specified size and close the old window behind you. It's not the best solution, but it will work in a pinch.

Member Avatar for Mighty_Squid
0
217

The End.