Top 20 ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC - Page 2 Questions & Answers

0helpful
1answer

Do projects on remote acessing of files.especiaaly control a pc

there are no of projects on remote accessing present
for ex hoe to control my ps with cell when it is lock
3/29/2010 6:46:34 AM • ArcMedia... • 67 views • 0 helpful votes
2helpful
2answers

I want mini project coding using java

Download free IT mini project for MSC & MCA student....... absolutely freeeeeeeeeee

watch & download ... enjoy.......

http://www.youtube.com/watch?v=cTWXDG6nK_8

thank u
12/27/2009 5:32:31 AM • ArcMedia... • 517 views • 2 helpful votes
1helpful
2answers

How can I check if shockwave is enable or not in

actually you don need to do it. if shockwave is not installed then the browser will automatically ask the user to download the plugin.
11/30/2009 7:39:46 PM • ArcMedia... • 590 views • 1 helpful votes
0helpful
1answer

How to install java runescape on safari

make a folder in the drive where the os is installed, named rscache.. give it full permissions, such that anyone logged on to your computer can modify it in any way ... if that doesn't work, try enabling the administrator user by typing "net start administrator /activie:yes" in the search box after clicking on the sart menu...
11/21/2009 5:31:57 PM • ArcMedia... • 319 views • 0 helpful votes
0helpful
1answer

Can i access database using javascript ?

You could use something similar to below:

----Begin Script---

  1. <html>
  2. <head>
  3. <script language="JavaScript">
  4. var cn = new ActiveXObject("SQLiteDb.Connection");
  5. if (typeof(cn)=="undefined" || cn==null)
  6. alert("Unable to create the connection object!");
  7. else
  8. alert("Connection object was successfully created!");
  9. var strConn = "Database=db/test.db";
  10. function getdata(){
  11. cn.Open(strConn);
  12. var rs = new ActiveXObject("SQLiteDb.Recordset");
  13. var SQL = "SELECT CoName from Companies WHERE CoID=1";
  14. rs.Open(SQL, cn);
  15. alert(rs(0));
  16. rs.Close();
  17. cn.Close();
  18. }
  19. </script>
  20. </head>
  21. <body>
  22. <input type="button" value="Get data"
  23. onclick="getdata()">
  24. </body>
  25. </html>
---End Script---
12/28/2009 1:08:50 PM • ArcMedia... • 113 views • 0 helpful votes
0helpful
1answer

Message says add=ons disabled but they show enabled on page

Hi hosington

When the word enable is shown, what it means is : it is disabled currently, by clicking on it you can enable if you wish.
Good luck
luciana44
11/12/2009 4:51:07 PM • ArcMedia... • 338 views • 0 helpful votes
0helpful
1answer

I loaded the new version of java and it caused so

You can download all previous versions of java from the link below:

http://java.sun.com/products/archive/
11/15/2009 11:00:32 PM • ArcMedia... • 277 views • 0 helpful votes
1helpful
1answer

How do i install java without being admistrator

I THINK YOU NEED TO INSTAL JRE JAVA RUN TIME ENVIORMENT WHICH PROVIDE RUNNING ENVIORMENT FOR RUNNING JAVA APPLICATIONS
12/1/2009 7:39:06 PM • ArcMedia... • 140 views • 1 helpful votes
0helpful
1answer

How do i install java script being a guest

java script is not an installalbe item. java script is run inside the browser.
12/1/2009 7:36:42 PM • ArcMedia... • 122 views • 0 helpful votes
0helpful
1answer

Source code of 2 input numbers

use c++
12/11/2009 5:17:35 AM • ArcMedia... • 88 views • 0 helpful votes
0helpful
1answer

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/6/2009 6:24:32 PM • ArcMedia... • 96 views • 0 helpful votes
0helpful
1answer

I need help in parsing code for text with java

get the text as string , store the possible errors as array check the string against the array and display result
10/29/2009 8:41:44 PM • ArcMedia... • 254 views • 0 helpful votes
4helpful
1answer

Was running Java Update and it came back with an

Hi,There are 3 step to repair 1606 error If you got 1606 error then there is a 94% chance that your computer has registry problems. To repair 1606 error you need to follow the steps below: * Step 1 - Download a Perfect Optimizer,install this error repair tool. * Step 2 - Click the Repair All Button.It will scan you pc for Free. * Step 3 - Then click the Repair All Button again and your done! It is very easy to repair 1606 error. Here are the url of Perfect Optimizer: http://www.errorremovers.com/tidporp-1606_error-zz0001
11/4/2009 6:11:52 AM • ArcMedia... • 209 views • 4 helpful votes
2helpful
2answers

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 s9.gif. Anyway please help
7/1/2009 1:05:07 PM • ArcMedia... • 3,507 views • 2 helpful votes
1helpful
4answers

Java is not working

Hello there :
first you are going to want to ensure that your your current version of java is installed correctly and is not corrupted and if it needs to be reinstalled
download the latest java version and reinstall this . www.java.com
this should be able to take care of the problem that you are having ok?
best regards michael
8/23/2009 5:48:32 AM • ArcMedia... • 722 views • 1 helpful votes
0helpful
1answer

Internet explorer constantly restarts itself when

it is probally the add ons that is causing the problem,try disabling them one at a time to find out which one is causing the problem.
11/28/2009 4:15:56 AM • ArcMedia... • 51 views • 0 helpful votes
0helpful
1answer

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
10/27/2009 3:58:19 PM • ArcMedia... • 93 views • 0 helpful votes
0helpful
1answer

How do I enable javascript on a mac os10.5.3?


for mozilla
Select Preferences from the Edit menu.
Click the arrow next to Advanced.
Click Scripts & Plugins.
Check Navigator beneath "Enable Javascript for".
Click OK.
Click Reload

for firefox

Select Options from the Tools menu.
Click the Web Features icon.
Check "Enable JavaScript".
Click OK.
Click Reload.
9/11/2009 2:07:33 AM • ArcMedia... • 256 views • 0 helpful votes
0helpful
1answer

When i try to download java an error pops and and

Shut down your firewall program.
11/16/2009 10:45:10 PM • ArcMedia... • 45 views • 0 helpful votes
0helpful
1answer

I cant download java runtime envirolment

what version are you attempting to download ?

try on this page

http://java.sun.com/javase/downloads/index.jsp
10/20/2009 4:30:26 AM • ArcMedia... • 69 views • 0 helpful votes
Not finding what you are looking for?
ArcMedia JavaScript Source Code 3000 Pro (gar448) for PC Logo

129 questions posted

Ask a Question

Usually answered in minutes!

Top ArcMedia Computers & Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

Anonymous

Level 2 Expert

214 Answers

Dax Estorioso
Dax Estorioso

Level 2 Expert

162 Answers

Are you an ArcMedia Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

ArcMedia Computers & Internet

  • ArcMedia Computers & Internet

Most Popular Question

java not working

  • Computers & Internet
Loading...