Search found 108 matches

Actual Results

Post Posted: September 22nd, 2006, 7:39 am

Hey guys, I'm using AJAX in an interface to a database to access an ASP page. Problem #1 is that the onChange event for the select box that sets the whole thing in motion doesn't work past the first change. Problem #2 is that, even after clicking Reload in the browser, the ASP page returns the same ...

Post Posted: July 7th, 2006, 6:45 pm

Hey everyone, I'm about to do my first ever completely independent website for a family friend. I am ready (ability-wise) to create this site, but I'm really clueless as to (a) how much I should charge, and (b) what service I should use to host it. It will be a commercial site for the selling of som...

Post Posted: April 21st, 2006, 8:26 am

I just looked at the page in both browsers... looked pretty much identical. Did you fix it or is there something I'm not seeing?

Post Posted: April 21st, 2006, 8:11 am

I've been trying for a day now to get this page displaying like I want it to in IE. It's fine in firefox. Here's the url: page The problem is that the "body" section of the page appears after an undesired line break in IE. Also, the select boxes at the bottom of the page are aligned left a...

Post Posted: April 10th, 2006, 11:23 pm

Doesn't work, but it would solve my problem just as well if I could add assign a function to any of these events that accepts a parameter. You'll notice that the function on the onclick for all three is chooseTab(this.id). Is there any way to add an event handler like this in Javascript? ex: i.addEv...

Post Posted: April 6th, 2006, 12:47 pm

Hey everyone. I have a page with a few div's at the top which are designed to look like and act as tabs. These div's are hard-coded with an onmouseover, onmouseout, and onclick each. I have a body onload function called initialize(), and among other things, it is supposed to remove the onmouseover, ...

Post Posted: April 6th, 2006, 8:05 am

I think I know what you're trying to do... tell me if I'm wrong. Use the onChange event for the select box and call a function. Pass the value of this select box to the function [onChange="functionName(this.value)"] In the function, you can have a series of if statements that will check th...

Post Posted: March 8th, 2006, 12:07 am

I had this same problem a few weeks ago. Here's what I found. [code] function insertAtCursor(thetextarea, myValue){ //IE support if (document.selection){ thetextarea.focus(); sel = document.selection.createRange(); sel.text = myValue; ...

Post Posted: March 7th, 2006, 6:47 pm

Hey everyone, I have a page with "tabs" at the top. When a tab is clicked, the page content changes, the color of the tab is changed, and optimally and want that selected tab to be unclickable) The "tabs" are div's and they all have mouseover, mouseout, and of course, onclick pro...

Post Posted: March 7th, 2006, 6:37 pm

....yikes OK there are a few things going wrong here, so Im just gonna take a crack at it and you tell me if it works. [code] <html> <head> <script type="text/javascript"> function myfunction() { var v = document.form1.Text_Box.value; var chop =v;...

Post Posted: February 26th, 2006, 11:53 pm

Hey all, is there a program out there, whether it be free or not, that can take Mp3 and M4A iTunes files, cut pieces of them, and save the pieces as files? I have a program from Creative that came with my sound card that does it well for MP3's, but since most of my new music is m4a, I'd like to know...

Post Posted: February 21st, 2006, 2:42 pm

Tried that... unfortunately the only thing showing up in that File Types box is WMV files. It shows no other file type, so I cant change it for MPEGs. Any ideas?

Post Posted: February 21st, 2006, 9:01 am

I'm trying to mimic the link fade script seen on this site, just for my own personal growth (I'd really rather not look at the source code). If this isn't the way to go about it, don't worry about it. I'll figure it out soon enough. Anyways, heres some code: [code] var int = 0; var anchorArray; func...

Post Posted: February 21st, 2006, 8:56 am

Check ou this page on PHP.net describing the function "getcwd()" (stands for get current working directory). I think this is what you're looking for. Hope this helps.

Post Posted: February 21st, 2006, 8:52 am

Hey all, I'm normally pretty good at figuring this stuff out, but for whatever reason I'm stumped here. I don't know why, but the default program for playing a lot of media types in my browser has been switched to Quicktime. Not a bad program, but I prefer Windows Media Player for MPEGs and other vi...
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.