Get Into Making The Actual Dropbox Program For The Computer?
Aug 24, 2011Before I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.
View 2 RepliesBefore I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.
View 2 Repliesi have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web page running on the server, i want that action to run a .exe on the server. i came up with this code, but it doesn't run it server side, it runs it on the computer with the browser.
<HEAD>
<TITLE>Run Executable HTA</TITLE>
</HEAD>[code]....
I created a dropbox that would only enable certain entries in a second dropbox when specific options in the first dropbox are selected.
For example, if A is selected in dropbox 1, then Z and X will be available for selection in dropbox 2, whereas if B is selected in dropbox 1, then xyz and zyx will be available for selection in dropbox 2.
Everything was going fine until I got past my 3rd entry, in which case no matter what I put in dropbox 1 (except for the first 3 entries), nothing appears in dropbox 2. There appears to be no problem in the code either...
My requirement is that whether a dropbox (select box) is displayed depend on another dropbox's state/value.e.g. Whenthe country is US,the state is displayed; whenthe country is Canada,theprovinceisdisplayed. i.e. The user choose the country, then the correspondingstate orprovince will bedisplayed. Is there any sample code or tutorial to do that?
View 2 Replies View Relatedi'm in need of a DHTML program for design tourism management program.. Since i don't have idea on it i unable to design it.
View 1 Replies View RelatedAlthough i used getJSON in [url] i have not been able to connect with any of my own made up data. i tried 4, and the example at Flickr for "cats".
Only the latter worked... this is the output:
I am at that "base", as i did get the image there, but
[url]
[url]
[url]
[url]
Were all invisible==null!
How do i get "my" data into the page?
I need to create a drodbox menu in a way that when the thrid option is selected, it opens up a check box in the same form.
View 1 Replies View RelatedIs there any type of script or plugin out that has a secure, DropBox-like interface? I wanted clients to have a username and password, and that username and password to be tied to a mysql db of sorts that allows them access to their specific FTP space without them knowing the actual server info.
View 2 Replies View RelatedI don't know much programming.I will probably need a file manager script.Before I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.
View 1 Replies View RelatedI am trying to modify a contact form but I do not know why the Dropbox has been duplicated?! I think the issue comes from script.js but I do not know how to fix it?! [URL] as you can see there are two select drop box while I have created only one in demo.php the other issue happens in Google chrome (Please open the link with chrome)but not in firefox and IE and is overlapping the textarea name="message" on the input type="text".
View 2 Replies View RelatedI am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one.Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?
View 2 Replies View RelatedI'm wanting to know how does the computer know whose scored more in a game?
View 1 Replies View RelatedI am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one. Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?
View 2 Replies View RelatedI want to find real IP Address of computers that are connected to my company's website. All users who want to see our website pass from our ISA Server. So, if I want to get their real IP Address with javascript commands, I'll get one and only one IP Addres from anywhere that is our ISA Server address. How I can get real ip address of those computers and compare it with predefined address?
View 1 Replies View RelatedWe have a form on our website, which ends up being sent to an e-mail address. The only problem is that some people access this form using public computers. When they press submit , the Internet Mail Wizard pops up and tries to make them setup a new account. Obviously because they are using a public computer we can't have them setting up e-mail accounts on that computer.
View 3 Replies View RelatedIs there any way one can retrieve the local IP Address of a computer? For example 192.168.0.1 as opposed to the internet connection IP address. Or is there a way to retrieve a unique identity of a computer using either PHP or javascript. Or any other sort of code?
View 8 Replies View Relatedi want to shutdown red hat linux computer using java script is this possible.
View 1 Replies View RelatedI want to shutdown my computer using java script is this posiible.
View 1 Replies View RelatedI need to create a constructor for a computer object. This object must have three properties: speed, and mem_live mem_dead. Then I need to create a new object using this constructor and then have its properties displayed on the screen.Look at what I'm up to so far:
function Computer(speed, mem_live, mem_dead)
{
this.speed = speed;
[code]....
It always just shows : 4.0ghz, true, false
jQuery script I wrote works nicely on one computer, fails on 3 othersManaged to get jQuery datepicker to work nicely with $wpdb.This all seems correct to me:
<li><label for="from">From</label>
<input readonly="true" type="text" name="from" id="from" value="Click here to choose!" class="requiredField" style="position: relative; z-index: 100000;" />
[code]....
On many pages like Yahoo or similar, if we try to save the page by File>Save many of items like images or JavaScripts does not get saved on computer how is this achieved.
View 1 Replies View RelatedI'm trying to keep record of how many times an image has been downloaded. Is it possible to detect if a client manually saves an image through their browser?
View 1 Replies View RelatedHow can I like make a browse button to search your computer. and whatever file you choose goes on a textbox. then when you press the submit button it loads then after its done loading it puts the file on my website?
View 3 Replies View RelatedOnblue () function is not working in FirFox on Mac computer , so what should I do .
View 2 Replies View RelatedI was wondering if I could set the script below to apply to eastern standard time and not the users computer time. So it wont confuse users over seas, Im using it to display scheduled announcements as the header.
<script type="text/javascript">
var d = new Date();
theDay=d.getDay();
[code]....
In the IT department that I work at, when we move a computer/install a new one we have to fill out a form with the information on the computer (CPU clock speed, amount of RAM, OS and service pack, etc). I created a web form already where instead of doing it on paper, we can fill it out online and it'll send it via email. My boss now wants me to figure out a way to automatically populate the form with the information the computer should know. I think I can do the IP Address in the ASP we have on there, but I think I need something client side to do the other things. I guess my first question is if this is even possible using javascript?
View 1 Replies View Related