Enter Keywords:
1 - 10 of 123(0.004 seconds)
Sort By:
 
In Netscape 6 (6.2), I am trying to use a form with action=mailto. Instead of doing the right thing, like IE and NN4, it pops up my email client with a blank email. Has anyone else seen this, and/o...
Zones: HTMLDate Answered: 02/02/2002 Rating: 7.8 Views: 0
My code is programmed so that when I hit (ctrl + d)  I should delete a record from the grid. What it does is pops up a file dialog box and asks which program to run. Is there a way to overite defau...
Zones: FoxProDate Answered: 09/07/2000 Rating: 8.8 Views: 0
if test ! -d $OPTARG         then            for f in `ls *` ; do         if [ -f $f ] ; then         cp $f $OPTARG         echo $f "copied"         fi            done         else      ...
Zones: Unix OSDate Answered: 03/08/2003 Rating: 8.6 Views: 0
here is what is event looks like ... Private Sub ddlSite_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ddlSite.SelectedIndexChanged             ddlSiteVal = ...
Zones: ASP.Net ProgrammingDate Answered: 10/26/2005 Rating: 8.0 Views: 0
Hi all I have good knowledge with dreamweaver, been using it for years, but this problem I have just found, well I cant figure it out. Basically, I cant change the font type no more, I cant cha...
Zones: Adobe DreamweaverDate Answered: 07/13/2006 Rating: 7.8 Views: 0
Hi guys, whats wrong with this query: This works: $query = mysql_query("SELECT * FROM test_Products WHERE prodID=$prodID"); This doesn't show any results: $query = mysql_query("SELECT * ...
Zones: PHPDate Answered: 10/07/2006 Rating: 9.4 Views: 0
How can I tell when an applet is fully loaded? I have two applets on my page.  One is a vertical text scroller that does a getText() and fills the scroller with a large amount of text. After tha...
Zones: JavaDate Answered: 02/08/2001 Rating: 8.8 Views: 0
I am rebuilding several Compaq deskpro towers. These are the kind with the F10 Setup utility. When I install a isa device, and I mean any isa device, then I get no video. I therefore cannnot access...
Zones: General Systems, PCsDate Answered: 03/23/2003 Rating: 7.2 Views: 0
Hi readers, I am using a javascript from http://www.experts-exchange.com/javascript/Q.20290896.html The problem i am getting is that the javascript doesnt read the html file when a special ch...
Zones: JavaScriptDate Answered: 01/15/2004 Rating: 8.0 Views: 0
I am trying to set the value of a form element and submit this form to a specified page using a Javascript function as follows: function SubmitDetail(d) {      document.form2.showquestiondetai...
Zones: JavaScriptDate Answered: 01/25/2004 Rating: 8.4 Views: 0