20 Most Recent
ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC - Page 2 Questions & Answers
How to add in javascript?
var a=promt(“Enter first value to
be added”);
a= parseInt(a);
var b=promt(“Enter second value to
be added”);
b= parseInt(b);
var c = a+b;
alert (“Result is” +c);
6/17/2010 7:53:33 AM •
ArcMedia...
•
Answered
on Jun 17, 2010
How do I change my browser settings to run
For Java & Javascript Tools>Options>Content.
Firefox does not internally support active X.
Visit the Firefox Mozilla website to locate the Esker Active X Plug-In
5/31/2010 9:11:14 PM •
ArcMedia...
•
Answered
on May 31, 2010
Why showing fatal errors during uninstalling java
go into Control Panel\Add/Remove Programs and scroll down to remove Java from my system. I click remove and it comes up with the window "Add or Remove Programs: Are you sure you want to remove Java(TM) 6 Update 13 from your computer".
I click yes and it says "Preparing to remove"
then configuring java.. and then come up with the window:"Fatal Error During Installation"
I've tried enabling logging.. it didn't work.. so that's all the info I can give, I have two HD's mounted.. if that helps.. I don't know. I tried using the install again.. it didn't work believe it or not
. Anyway please help
5/7/2010 5:56:12 AM •
ArcMedia...
•
Answered
on May 07, 2010
Fatal error during java installation uninstall
go into Control PanelAdd/Remove Programs and scroll down to remove Java from my system. I click remove and it comes up with the window "Add or Remove Programs: Are you sure you want to remove Java(TM) 6 Update 13 from your computer".
I click yes and it says "Preparing to remove"
then configuring java.. and then come up with the window:"Fatal Error During Installation"
I've tried enabling logging.. it didn't work.. so that's all the info I can give, I have two HD's mounted.. if that helps.. I don't know. I tried using the install again.. it didn't work believe it or not
. Anyway please help
5/7/2010 5:51:22 AM •
ArcMedia...
•
Answered
on May 07, 2010
What is error statemant?
The try...catch Statement
The try...catch statement allows you to test a block of code for errors. The try block contains the code to be run, and the catch block contains the code to be executed if an error occurs
The try...catch Statement
The try...catch statement allows you to test a block of code for errors. The try block contains the code to be run, and the catch block contains the code to be executed if an error occurs
Syntax:
try
{
//Run some code here
}
catch(err)
{
//Handle errors here
}try
{
//Run some code here
}
catch(err)
{
//Handle errors here
}
4/14/2010 11:38:56 AM •
ArcMedia...
•
Answered
on Apr 14, 2010
Can i access database using javascript ?
You could use something similar to below:
----Begin Script---
- <html>
- <head>
-
- <script language="JavaScript">
-
- var cn = new ActiveXObject("SQLiteDb.Connection");
- if (typeof(cn)=="undefined" || cn==null)
- alert("Unable to create the connection object!");
- else
- alert("Connection object was successfully created!");
-
- var strConn = "Database=db/test.db";
- function getdata(){
- cn.Open(strConn);
- var rs = new ActiveXObject("SQLiteDb.Recordset");
- var SQL = "SELECT CoName from Companies WHERE CoID=1";
- rs.Open(SQL, cn);
- alert(rs(0));
- rs.Close();
- cn.Close();
- }
- </script>
-
- </head>
- <body>
-
- <input type="button" value="Get data"
- onclick="getdata()">
- </body>
- </html>
---End Script---
12/31/2009 9:25:19 PM •
ArcMedia...
•
Answered
on Dec 31, 2009
What problems come in project of library
stack mismatch, over flow, memory dispatch, dynamic array alloaction, pointer conversion, type mismatch are some of the problem u experience in all projects
12/8/2009 7:01:52 PM •
ArcMedia...
•
Answered
on Dec 08, 2009
Java is not downloading on my windows xp and i
hi,
there is no way that ur internet connection can just stop any one program from downloading. If u can access all the other internet sites and downloads then it isprobable the server error. or u might have turned ur firewall on. go to control panel -> network setting -> see ure firewall status. if its turned on. turn it off. it will block some downloads.
12/8/2009 5:40:21 PM •
ArcMedia...
•
Answered
on Dec 08, 2009
Not finding what you are looking for?