¡@

Home 

javascript Programming Glossary: intranet

How to disable (View Source) and (Ctrl + C ) from my site

http://stackoverflow.com/questions/1037593/how-to-disable-view-source-and-ctrl-c-from-my-site

All these could have a meaning if you are building an intranet application or you can ship an integrated browser for users..

Should your website work without JavaScript [duplicate]

http://stackoverflow.com/questions/1084065/should-your-website-work-without-javascript

your audience. You might be doing work for a corporate intranet where you know that everyone has javascript though even here..

Microsoft CDN for jQuery or Google CDN?

http://stackoverflow.com/questions/1447184/microsoft-cdn-for-jquery-or-google-cdn

with ASP.Net 4.0 . Important Note If you're building an intranet application stay away from the CDN approach. It doesn't matter.. expiration headers correctly and ignore CDNs exist in the intranet only scenario. The chances of either being blocked seems to..

IE8 does not support querySelectorAll

http://stackoverflow.com/questions/16920365/ie8-does-not-support-queryselectorall

that the problem is compatibility mode. The compat mode on intranet sites setting is suprisingly little known and catches a lot..

jQuery querystring [duplicate]

http://stackoverflow.com/questions/3788125/jquery-querystring

into a textbox using jQuery Lets say the url is http intranet page1.php q hello I would like the hello to be in the textbox...

javascript regexp remove all special characters

http://stackoverflow.com/questions/4374822/javascript-regexp-remove-all-special-characters

this but it doesn't work in IE7 which is what the works intranet uses . Works in Firefox. var specialChars @# ^ . for var i..

Read Excel data with JQuery

http://stackoverflow.com/questions/5494387/read-excel-data-with-jquery

via javascript or vb . They are poorly documented but for intranet type applications they can get the job done. I have used them..

SCRIPT5: Access is denied in IE9 on xmlhttprequest

http://stackoverflow.com/questions/5793831/script5-access-is-denied-in-ie9-on-xmlhttprequest

file. I opened up the scripting permissions on my local intranet and told McAfee to take a five minute break just to be sure...

How does one record audio from a Javascript based webapp?

http://stackoverflow.com/questions/64010/how-does-one-record-audio-from-a-javascript-based-webapp

worth it for the quality. The app will only be used on our intranet. UPDATE There's now an alternate solution thanks to JetPack's..

Process a continuous stream of JSON

http://stackoverflow.com/questions/6558129/process-a-continuous-stream-of-json

of the client software like if this is for a corporate intranet there is another option hosting the web browser inside of a..

Testing for console.log statements in IE [duplicate]

http://stackoverflow.com/questions/7585351/testing-for-console-log-statements-in-ie

throw a JavaScript error at least in IE7 which is what our intranet users have installed . I am using Firefox for most of my development..

Can I have JavaScript select printer to use? [duplicate]

http://stackoverflow.com/questions/7891259/can-i-have-javascript-select-printer-to-use

Printing to a specific printer from a web app One of our intranet applications needs to print out to a non default printer. Of..

Can we disable browser's buttons(back/forward/refresh) by javascript [duplicate]

http://stackoverflow.com/questions/8078650/can-we-disable-browsers-buttonsback-forward-refresh-by-javascript

reason for actually disabling those actions some kind of intranet application that sort of thing you'll probably have to distribute..

Screen Scraping from a web page with a lot of Javascript

http://stackoverflow.com/questions/857515/screen-scraping-from-a-web-page-with-a-lot-of-javascript

asked to write an app which screen scrapes info from an intranet web page and presents the certain info from it in a nice easy..

How can I read the client's machine/computer name from the browser?

http://stackoverflow.com/questions/922476/how-can-i-read-the-clients-machine-computer-name-from-the-browser

as I have done this for an internal application on an intranet which is IE only. Try the following function GetComputerName..