Opening CD Burning Application Through PHP

Jun 30, 2009

I have a requirement in my PHP application which needs me to open a CD Burning application like NERO or others so that data can be burnt on it. I want to know how I can achieve this using PHP or Javascript or both. So that on a click of a button or any other link etc I can open the CD burning application and also can i burn data from a web page on to a cd.

View 4 Replies


ADVERTISEMENT

Opening Application - System Cannot Find File Specified

Sep 29, 2011

I have the following code below, and its giving me an error saying: "The system cannot find the file specified".
<html>
<script language="javascript" type="text/javascript">
function start_ccm(){
var wsh = new ActiveXObject('WScript.Shell');
wsh.exec("C:Program FilesWorkDynamics TechnologiesccmApplicationsccmMercury.exe")
}

</script>
</head>
<body>
<input id="Button1" onclick="start_ccm()" type="button" value="START" />
</body>
</html>
There is nothing wrong with the location, but my best guess are the spaces in the file path.

View 2 Replies View Related

Multilanguage Application

May 25, 2006

I need to develope a multilanguage application in javascript:
is there some particular library, or do you have some
pointer to guidelines to follows: the messages should
if possible be keeped in a separate file, one for language.
Is there some standard format?

View 2 Replies View Related

Application Planner

Sep 3, 2007

I having taken on a large project (set by myself), and I can never
seem to plan out my functions, classes, variables etc... in a format
that's easy to read, and follow.

Would anyone know of some kind of application which will allow me to
"prototype" my application first? I am sure such a thing exists, I
just don't know what I am looking for. I think I am after something
along the lines of Microsoft Visio, but a bit simpler.

View 4 Replies View Related

Application Add Wig To Face

Jan 13, 2010

I know this sounds so stupid, but it's a project that I am working on. I need to develop an application where people can upload a picture of themself and then it will add a wig to their picture over their hair.I just don't know how the code scans the uploaded photo and finds where to add the wig to the picture. The program will be really simple. No choice of wigs there is just one wig and as soon as the picture is uploaded the wig should be added and then displayed.

View 2 Replies View Related

Javascript IE + Word.application

Jul 23, 2005

Is there any way for me to capture the DocumentBeforeSave event with an ActiveXObject("Word.Application") via Javascript in IE?

View 1 Replies View Related

Debug Javascript In A JSP Web Application?

Sep 29, 2005

Is there any way to debug javascript in a web application? When I
develop JSP pages, and it has the javascript code in it. The problem is
the debugger in Java IDE (WSAD in my case) can only debug Java code but
not Javascript code.

What should I do to debug javascript code?

View 2 Replies View Related

Is It Possible To Disable Toolbars In My (asp.net) Web Application?

Oct 30, 2006

I am developing a web application in asp.net. In this application, i would like to disable all other tool bar other than menu bar. If you know more about the same. Please guide me to proceed further?

Note: It should work for all major browser such as IE, netscape, Mazilla, opera....

View 1 Replies View Related

AJAX And Application Variable (ASP)

Nov 14, 2006

I am using ASP to make an application. What I want right now - is to
make the self updating list of the users online - based on thier
cookies. In my opinion all seems to be writen well with it's logic, but
computer thinks otherwise. I use application("loged") to store the
cookies of all users. Code:

View 5 Replies View Related

JQuery :: Querystring From One Application To Another?

Oct 19, 2011

Ineed to pass two variable in a querystring from one application (in PHP) to another (in ASP.NET). It's a one way transfer...That is I need to encrypt it in PHP and decrypt it in ASP.NET (c#). The data will be anywhere from 5 - 15 characters..only letters and numbers.

View 2 Replies View Related

Execute A Application On The Server?

May 2, 2010

I have an application on my server that is called leaf.exe, that haves two arguments needed to run, they are: inputfile and outputfile, that will be like this example:

Code:

pnote.exe input.pnt output.txt

They are all on the same directory as my home page file(the executable and the input file). But I need that a JavaScript could run the application like that, then I want to know how could I do this.I'm using just Apache, I don't have any language for web installed on it. My goal is to do a site using just JavaScript, without the help of anyother language than it, HTML and CSS.

View 6 Replies View Related

Make My Application Always Run In New Window?

May 5, 2009

Is it possible to make my application always open in a new window even if IE 7 tabbed setting is set to Open links in a new tab in the current window.Always open pop-ups in a new tab.I am using the following command to open my application in new window

NewWin=window.open('my_http','_blank','toolbar=no,resizable=no,width=1150,height=810')

Which works fine as long as users dont set their IE7 tabbed setting to always open pop-ups in a new tab.

View 2 Replies View Related

Launch An Application In Script?

Mar 25, 2010

If I want to launch an application in DOS it is START notepad.exe

How do I launch the application in Javascript?

View 3 Replies View Related

Realtime Graphic Web Application?

Jun 9, 2011

i'm only looking for someone that will want to point me in the right direction...and i'll try to do my best on my own ...we want to offer personalized tshirts...so we do need a way for the customer to choose size, color, subject and text and check all this in real time...someone that is doing something that we want is
http://www.vistaprint.com/embroidered-activewear.aspx?xnav=top#in your opininion,

View 4 Replies View Related

Asp Application Contained Within An Iframe?

Mar 14, 2007

I have an asp application contained within an Iframe. If the browser refreshes, the page within the Iframe reverts back to the login page and the user has to log on again.Is there a way to keep this from happening if a user clicks the refresh button on their browser?

View 3 Replies View Related

Script To Open An Application?

Mar 25, 2010

I just start learning javascript and sorry if the question seem basic.

In DOS, if I write a batch file it would be START notepad.exe. This will launch the notepad application. How do you launch an application in Javascript?

View 6 Replies View Related

Using Javascript To Open An Application

Mar 27, 2001

I need to have a way to create a link that opens a specific word document.

How can I write a javascript function to do that?

View 6 Replies View Related

How To Embed Images In Application

Mar 3, 2010

I'm trying to find the best way to embed images into my application. However, I'm having a hard time finding the fast (browser-compatible) method. It is important that I find a reliable method because the application must be self-contained so it can be easily shared. Below is a sample of my current approach:

Code JavaScript:

var pictures = {
"alert.png": new Array(
new Array(-1,-1,-1,-1,-1,0,-1,1,1,1,-1,-1,-1,-1,-1,-1,-1),

[code]....

After just a few images it creates a very large javascript file. Seems like it is pretty inefficient as far as code goes.Goals of optimal approach: Must work in IE6/7 and All other modern browsers. Performance must be a high priority It will only be used for small icons Can use javascript, jquery, css, base64, or any combination.

View 12 Replies View Related

Way To Launch Application In Script

Mar 25, 2010

In DOS, if I write a batch file to launch notepad it is START notepad.exe

How do I launch an application using javascript?

View 5 Replies View Related

How To Implement Application On Webpage

Apr 27, 2010

I want to implement the "Font2Bmp" application on my page. Font2BMP may be driven by the command line. All values must be enclosed in quotes or other matching character. (See /Input) Available options are: ...
My purpose : you give in a text, choose a font and when you hit the "Make" button, the application will be executed. The result has to appears on another page (or the same).

View 4 Replies View Related

Application Keeps Crashing When I Try To Add A Value To An Array / Fix It?

Jun 10, 2011

I have some java script in my vb.net application and I've been trying to figure out why my web app keeps crashing when i try to instantiate an array (i placed a comment where the app is crashing in the code below). Here's my code...

Hopefully the code above is enough for to figure out the issue. However, here's a mini recap of what's going on. A user selected a value from firstListBox and the function above copies it over to secondListBox. The code in the first condition works fine, but the code in the else block doesn't. Now, here's the catch/difference between the if and else statement...the Else block is basically doing the same thing as the if statement, except the values that needs to be copied are coming from a session variable (hdnSessionVariable = '<%=Session("playerId")%>'. I've commented out every line in the else statement and the app works until it hits the secondListBox.options[secondListBox.options.length] = newOption line. Anybody have any idea what's wrong here?

View 3 Replies View Related

Numeric Validation For ASP Application?

Dec 10, 2010

I am using Javascript to valid the textbox value..That text box should only allow numerics. So I have used IsNan function to validate the text box value. But it's not working..it is accepting chars/special chars too.

So i need to validate a textbox for negative values and chars,symbols. can any one give some idea about this..

Other than IsNan function is there anything to validate numeric value..

View 2 Replies View Related

Stand Alone Win Application To Decipher Cookies

Jul 27, 2005

Is there such a program that deciphers cookie algorithm given a sample
cookie? and able to generate random ones?

View 2 Replies View Related

Analysing Flow Of A Javascript Application

Sep 8, 2006

My work is putting in a large application that is basically split up
between 30 or so Javascript files. I have some security concerns about
this application.

Basic security concerns is:

1. Possible SQL injection and other forms of injection attacks on URLS
of various server side components javascript accesses.

2. possible client side database access.

3. Incorrect use of http get for operations with possible side effects.

The security problems are probably relatively harmless. Mainly because
the application should be running behind firewall.

However I would like to have an analysis tool that can go over the
javascript code and allow me to see what urls are being called with
what parameters.

Javascript that writes new javascript into page (so I can get all
javascript files of application for analysis)

I know there are various javascript profilers and the like, anything
out there that helps in the analysis of this kind of application?

View 3 Replies View Related

Javascript Executing A Foreign Application Possible ?

May 4, 2007

I have an application in the form of "*.exe" file and i need to
execute this and evaluate the returned values within Javascript.

Is this possible ?

View 4 Replies View Related

JQuery :: Application And When To Use Widget Or Plugin?

Jan 27, 2011

This isn't really a beginner question. I need to build a webpage that has some form elements on it. These form elements act like filters on a set of page elements. Several input element can be grouped as one of many filters. For example six checkboxes are filter 1 and a radiobutton and a pulldown element are filter 2.

When the user makes some changes in these filters a server request is send and an answer is send back with the result. Depending on the result every filter (group of elements) need to be re-initialized to reflect the new model state on the server.

So my question is: Is it right to see the filters as widgets in a Jquery UI sense? Or is it more appropriate to just see them as plugins. Can someone please share some insight?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved