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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20248655.ht...
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...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_11198877.html
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
...
http://www.experts-exchange.com/OS/Unix/Q_20411340.html
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 = ...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21609698.html
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...
http://www.experts-exchange.com/Web_Development/Software/Macromedia_Dreamweaver/Q_21916462...
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 * ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22016675.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20062270.html
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...
http://www.experts-exchange.com/Hardware/Desktops/Q_20365884.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20429941.html
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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20461808.html
Zones:
JavaScriptDate Answered: 01/25/2004 Rating: 8.4 Views: 0