Following is the function:
<script language="Javascript">
<!--
function confirmCleanUp() {
if (confirm("Your Entering Edit Mode?")) {
cleanUp()
}
else{
close()
}
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10301900.html
Zones:
JavaScriptDate Answered: 02/27/2000 Grade: A Views: 0
My ASP page displays n number of records. I have a delete link in front of each record. On click of the delete link the record is removed from the database. I want a popup confirmation prompt to...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20610669.html
Zones:
JavaScriptDate Answered: 01/28/2004 Grade: A Views: 0
Ah hello.
I am currently ripping all my code to bits to learn more, and I came across the following example in one of my texts:
#include <iostream>
#include <typeinfo>
using namespace std;
...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21230437.html
Zones:
C++Date Answered: 12/05/2004 Grade: A Views: 0
I am trying to help a friend put a used system back together.The disk had been formatted and I am trying to get the cursor to move in DOS.(to load win98) The screen says Loading boot record from ID...
http://www.experts-exchange.com/Hardware/Misc/Q_10311926.html
Zones:
HardwareDate Answered: 03/16/2000 Grade: A Views: 0
Hello experts!
I whould like to get an alertbox with two buttons, OK and CANCEL. How do I do that?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20125422.html
Zones:
JavaScriptDate Answered: 05/30/2001 Grade: A Views: 0
What is the VB Equivalent of the C++ S_OK?
IE:
HRESULT STDMETHODCALLTYPE ContentHandlerImpl::endElement (
unsigned short * pwchNamespaceUri,
int cchNamespaceUri,
unsigne...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20898194.html
Zones:
Visual BasicDate Answered: 02/26/2004 Grade: A Views: 0
Hi,
Is there a way in a form to identify more than one "ok_url" triggered by a "form_id" "option"?
I am a beginner and need help figuring this out. I have to use a supplied cgi script that wo...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_20954224.html
Zones:
CGIDate Answered: 09/07/2004 Grade: A Views: 0
Hello experts,
I created an ASP.Net web application (in C#.Net) as above mentioned.
I also created a windows class (in VB.Net) containing only a method with MsgBox inside.
In the web application...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21184181.html
Hi!
I am studing C# currently and run into simple problem for which I can not find answer.
I have two forms in app. One (MainForm) in responce for menu command brings up dialog, which is impl...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21210404.html
Zones:
C#Date Answered: 11/17/2004 Grade: A Views: 0
Hey there guys,
I've just upgraded to Windows 2003 Server, and the upgrade process has gone through and added a folder called aspnet_client in all my 'hosted' folders...
Scenes I am not using...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_21241...