Local Area Network (LAN)
Nov 6, 2007
Both an EtherNet (wire) network and a wireless network are referred to
as a Local Area Network (LAN). A wireless network does not require
hubs, switchers, or routers to include additional users on the
network. Additional wireless users are supported just by being in the
immediate physical span of the network.
A wireless LAN (or Wi-Fi network) may be configured in two different
ways:
Ad Hoc mode: Allows only for communication between different personal
computers and wireless devices, often referred to as peer-to-peer
communication.
Infrastructure mode: Required for communication with the World Wide
Web, a printer, or a wired device of any sort. In either case, this
wireless connection requires a wireless network adaptor, often called
a WLAN card. Code:
View 3 Replies
ADVERTISEMENT
Oct 17, 2011
I have text area that includes the full path for a local file on our company network. The files are usually excel sheets or docs. How can I have it so when they clicks the file it opens the local file?
View 4 Replies
View Related
Jul 20, 2005
Is it possible to read the computers IP address and gateway address
using Javascript?
View 2 Replies
View Related
Oct 13, 2011
Looking over other threads on this site I was able to use another members script to build my own for adding a network printer via JavaScript on our Intranet. With that, the script works perfectly fine when testing it on the local machine I built it on, but not on other machines in the office. Currently I'm remoted into the branch office I reside in from the corporate office where I'm currently at so the machines being tested are on different subnets, but the script is simple calling the UNC path for the printer. When tested on any other computer, and the link is clicked on the page, the user is taken back to the folder in windows explorer the HTML file is saved in, rather than executing the add printer portion of the script.
This is my full code as of now, I was trying to get the function correct before formatting the actual website (obviously)
Code:
<html><head>
<meta http-equiv="Content-Language" content="en-gb">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Printer Mapping</title>
</head>
<script>
function addPrinter25(){
var x=confirm("You are about to add printer GPSACC01. Would you like to make this your default printer?")
if (x==true){
WshNetwork = new ActiveXObject("WScript.Network");
var PrinterPath = "\\gpsprnt02\gpsacc01";
WshNetwork.AddWindowsPrinterConnection(PrinterPath);
WshNetwork.SetDefaultPrinter(PrinterPath);
alert("Printer GPSACC01 has been added successfully and set as default")
}else{
WshNetwork = new ActiveXObject("WScript.Network");
var PrinterPath = "\\gpsprnt02\gpsacc01";
WshNetwork.AddWindowsPrinterConnection(PrinterPath);
alert("Printer GPSACC01 has been added successfully")
}}
</script>
<font color="#0000FF" face="Arial">
<a href="" onclick="addPrinter25(); return false;">GPSACC01</a></font>
</body></html>
View 1 Replies
View Related
Apr 2, 2010
I have a web page that is not and will not be hosted on a web server. So no PHP, ASP solutions will work here. The method of access is File://. We only run IE 7/8 so no solutions that are firefox only. Here is what I want to do: Use javascript to build a table by reading a XML file stored in the same folder. When I try to use something like:
[Code]....
View 7 Replies
View Related
Jan 21, 2011
I am using a straightforward jquery.load() command which loads a set of html content into another HTML. I have tested this functionality across multiple browser from multiple computers in multiple locations, and it works fine, but for some reason within my client's office network, ajax content does not load. No browser errors are thrown. All I can tell is that within safari, for example, I will get a "cancelled" message in the activity log.
View 6 Replies
View Related
Jul 1, 2010
I have an ActiveX Javascript function, that pulls data from an HTML table and then populates an Excel Workbook. This works OK, but I need to save the workbook to a network path. I have successfully saved it locally:
Code:
// Save the Excel Workbook
xlBook.SaveAs("C:\TEST.XLSX");
But this does not:
Code:
// Save the Excel Workbook
xlBook.SaveAs("\Server\Projects\TEST.XLSX");
When attempting this, I get this error:
SaveAs method of Workbook class failed
Which refers to the above. I have tried different variations, but with little success (sometimes the path will default to the Server's 'My Documents'/'User Shared' folder, with the filename:
ServerProjectsTEST.XLSX
View 5 Replies
View Related
Mar 5, 2009
I have made aa simple offline website to be used as an intranet. This is made up of an html file and a seperate js file.
While testing, i had the html on my c: drive and the one line js file sitting on a network drive (g - everything worked how it should.
I then put the html onto g: drive and find that the part that the js file controls no longer works...
All my file paths are the same and point to the right place but for some reason the js doesn't work.
View 5 Replies
View Related
Jan 28, 2010
writing a javascript function to calculate the area of a specific area in map element wich attached to image once clicked by mouse on the relevant hotspot? here's down my code i'm trying to complete:
<html>
<head>
<title>Image map</title>
<script type="text/javascript">
[Code].....
View 9 Replies
View Related
Feb 4, 2011
I am about to launch a SharePoint site with thousands of users accessing the site from a very, very slow network. Two questions. Is there a way to 'install' jquery so that it doesn't download every time they access the site?
_All_ users are on the same domain and are using IE7. Once they download JQuery on the initial page visit, does it still redownload the file every time they access the site? Temporary internet files don't get cleared after each session, so I'm assuming it doesn't get re-downloaded.
View 2 Replies
View Related
Mar 12, 2010
I need to a code to do the following.
There is a Text Area that user can enter text. assume that user enter something and put a dot Following values should be populate in a drop down at the place where dot locate .
like when we get the string object using Net Beans IDE and when we put "Object." , drop down will be displayed with available methods for that particular object. idea is to build a editor using java script.
View 1 Replies
View Related
Apr 2, 2011
1. When I have the "<textarea>" code lines in it put a text-area on the page, but it puts all of the code following that first text-area line into the text-area box and doesn't execute that segment of code.
2. When there is no "<textarea>" (for the sake of seeing if the rest of it worked) it doesn't check the survey.
I'm stumped and can't figure out what to do at this point Code and pictures follow:
[Code]....
View 9 Replies
View Related
Oct 18, 2011
how to keep the clicked area selected until another area is clicked.
View 8 Replies
View Related
Feb 19, 2011
Is there a way to get the visitors *local* IP-address in javascript? I mean his LAN address like 192.168.1.x, not his regular IP-address.
I found several approaches that attempt to do this, but they either give me the external (regular) IP address, or they give 127.0.0.1 which doesn't really tell me anything. I need the local network address.
Just an alert saying "your machine's local network IP is 10.0.0.139" .
View 8 Replies
View Related
Jul 23, 2005
Is it possible to get extended privileges for a local application, without asking if possible, like any non/java-javascript app would be able to ?
View 2 Replies
View Related
Jun 15, 2007
In jslint's doc it says, "JSLint does not expect that a var will be defined in a block. This is because JavaScript blocks do not have block scope. This can have unexpected consequences. Define all variables at the top of the function." What are some of those unexpected consequences?
View 1 Replies
View Related
Dec 15, 2011
Is there a best practice to get a lastmodified in local time vs. GMT?code...
View 1 Replies
View Related
Oct 31, 2007
I am developing a web application where each page shows a series of small jpg images each with an onClick event which plays a small mp3 file using javascript.
It all works perfectly but is a bit slow to load, so the customer wondered if we might develop a local version which, although the page was accessed via the web, the images and mp3s were installed on a users local pc (will be machine specific application anyway).
I have managed to do this for the images by using:
<img src="file:///C|/folder/home.jpg" onClick="EvalSound('shortname')">
and adding the site as a trusted site in IE7 (after much head scratching!).
However, my embed statement to embed the local mp3 files doesn't seem to work. I am using:
<embed src="file:///C|/folder/filename.mp3" autostart=false width=0 height=0 name="shortname" enablejavascript="true">
I have tried all sorts of versions of this path and nothing seems to work. I just get an 'unspecified error' when I click the image.
View 1 Replies
View Related
Dec 17, 2005
My current set up is a form that gets someone to enter "City, State" then when they hit the submit button i used PHP to set up a variable called $location which was set to google.com/maps?q=from%3A+city,+state+to%3A+city,+state the $to variable is sent from a hidden input and is equal to the club they want to go to. After that i do a few string changes to get rid of the spaces. after its' all done it becomes $location.
What i currently have is a simple window.open() using javascript to open up the window. This works fine with one major problem.. popup blockers stop it from opening and the people browsing this site aren't exactly tech savy. They usually have no idea how to allow popups and this becomes a problem. The only reason i have it set up the way i do now is because my javascript is very limited.. but my php is pretty good. Is there a better way to open up the new window without popup blockers stopping it? If not do you know a way I could set up javascript to change a hidden input on the fly as the person enters their info so i can just use method="GET" and have the action to google.com/maps.
View 3 Replies
View Related
Sep 1, 2006
I have built something that allows me to choose a filename, filetype and the content of the file then save with the filename and type to the same directory. It is all in my single .hta file. so I now want to add a preview button to it. Here is my script, I put in the preview button already with a function named preview(). Code:
View 4 Replies
View Related
Sep 8, 2011
if its possible to read xml files locally from an html page using javascript without using any local server?
View 8 Replies
View Related
Oct 14, 2009
I've spent 30 minutes or so googling to find the answer to this question, and I haven't found it. I'd like to use JavaScript to get the contents of a URL on the same domain (locally). For that matter it will be within the same directory on the domain.I was hoping there'd be a simple "getURL" function that would assign the contents of a URL request to a variable. One that isn't terribly platform specific, either. Is there such a thing?I'm creating a script that will perform 3 different searches at my website, and place the results in 3 columns for easy comparison. It's somewhat of a metasearch, extracting similar items from 3 different websites. The local CGI script on my website (the one I'm hoping to call using Javascript) makes the query to the external websites. The problem is that it can take sometimes 5 to 10 seconds to finish all of this, where one site in particular can be fairly slow.
So rather than make the visitor wait 5 to 10 seconds to see anything at all, I thought a good solution would be to have the CGI script display a page quickly, showing that site #1 is being searched (and displaying results once it's finished), then site #2, then site #3. Ideally the results from site #1 would have JS that would trigger the search for site #2, and so on.I've done this before using frames, but I was hoping to avoid having to use frames.I'm not a JS expert, but I know how to use createTextNode to insert the contents of variable within the document.The only thing I need to know how to do is assign the contents of a URL request to a variable.
View 1 Replies
View Related
Feb 19, 2011
Is there a way to get the visitors *local* IP-address in javascript? I mean his LAN address like 192.168.1.x, not his regular IP-address.
I found several approaches that attempt to do this, but they either give me the external (regular) IP address, or they give 127.0.0.1 which doesn't really tell me anything. I need the local network address.
Just an alert saying "your machine's local network IP is 10.0.0.139" would be great.
View 5 Replies
View Related
Apr 25, 2011
I am trying to make my site so that when my boss needs to view the website when there is no internet he is still able to go from page to page. I set it up in dreamweaver and just put not ftp information in it, does that mean he can view it without internet now. Also I can see my navigation which is a javascript navigation, when i view it in the browers.
View 14 Replies
View Related
Jul 11, 2011
I have Win 7, IE9. I have a HTML file on my hard drive, with Javascript within. When I load the page, it keeps popping up Do u want to allow this content, I have to click to allow. I want to stop this, and after doing some searching I found the setting in Internet Options, Advanced - "Allow active content to run in files on my computer".
Perfect.
Doesnt work. When i check this box, the page loads without the warning, but then the Javascript just doesnt work. Getting quite annoying, because this file is my home page.
View 9 Replies
View Related
Nov 22, 2011
I am a back en developer and really don't understand event driven/front end development so if I use newbie terms or make no sense please bare with me. Could someone point me to some tutorials on how I might render something if and only the local machine has good processing power/ram. I am going to be rendering some stuff which will require quite a lot of processing power on the local side. Just a threshold thing really nothing predictive or anything just if ram is more than 1GB and processor faster than a P4 or something like that.
View 1 Replies
View Related