256 Posted Topics
Re: 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. | |
Re: 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. | |
Re: You simply link to it like you would a web page. [html] <a href="document.pdf">PDF Document</a> [/html] | |
Re: The cgi mail script usually provides an option for which page to send the user to upon completion of the form | |
Re: 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] | |
Re: [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 … | |
Re: 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 | |
Re: 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 … | |
Re: You mean like [html] <FORM><input type="file" name="FILE_NAME" /></FORM> [/html] | |
Re: 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. | |
Re: Why would you want to annoy your visitors like that? | |
Re: I believe it is a br=owser setting | |
Re: Convert the string to a character array and then use atoi | |
Re: 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()"> … | |
Re: 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. | |
Re: 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 … | |
| |
Re: 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 | |
Re: Yeah...the actual conversion would have to take place on the server. | |
Re: Anything that can potentially be modified. We would need to see the table and form to get more specific than that. | |
Re: [html] <style> body { background : url(images/tan-sponge.jpg) tan; margin:0px; padding:0px; } </style> [/html] | |
Re: 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. | |
Re: 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] | |
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 … | |
Re: 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] … | |
Re: Firefox is only CSS2 compliant not CSS3 | |
Re: 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. | |
Re: Can you post your code so we can see what you have already done? | |
Re: 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 … | |
Re: You mean like [html] <a href="page.html#bookmark>named anchor on new page</a> [/html] | |
Re: Does the computer recognize teh cd-rom drive? Will it read any cd at all? | |
Re: 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 … | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
Re: reformat the drive and reinstall windows | |
Re: This type of file opens with C:\WINDOWS\regedit.exe | |
| |
Re: 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 … | |
Re: 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 … | |
Re: 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] | |
Re: Just a wild shot in the dark, but did you change your ZoneAlarm preferences recently? This might be a firewall problem. | |
Re: 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 … | |
Re: Your best bet is to contact Compaq and ask them about a replacement CD. | |
Re: 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> … | |
Re: 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 … | |
Re: 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. |
The End.