Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
webpage
- Page 1
Re: Hi everyone, I'm David with SayItOnTheWeb
Community Center
Say Hello!
2 Days Ago
by Dani
…'s web browsers to crash, and for others, made the
webpage
unresponsive for users with slower computers. I would highly suggest…
Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
… windows 11. I wish to achieve the following: Have a
webpage
with a button, when pressed, it will launch a…
webpage
that runs a server side exe (eg, notepad.exe or …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
… work. And there are many screensavers that run from a
webpage
with an example at whitescreen.online . > > You can… i can use my web browser to connect to the
webpage
http://192.168.0.2. If I click a button…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Salem
… asks for help with Y. Initially asked... > Have a
webpage
with a button, when pressed, it will launch a…
webpage
that runs a server side exe (eg, notepad.exe or …
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by rproffitt
I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a
webpage
with an example at whitescreen.online . You can get there.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by john_111
… expand on what rproffitt said, by explaining why. If a
webpage
could run a program installed on another computer, the entire…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by Neil_brown001
… computer directly — it’s a huge security risk. Why your
webpage
button might not be working The page might not be…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
… — it’s a huge security risk. > > Why your
webpage
button might not be working > The page might not…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
> while at the same time run the same exe on the local client pc. Not possible.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
Why does the following code dont run and launch the exe I specify (eg, notepad.exe, or ribbons.scr)? <%@ Language="VBScript" %> <!DOCTYPE html> <html> <Body> <% Dim objShell Dim command Dim result ' Path to the executable command = "C:\…
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Cannot run exe from asp.net
Programming
Web Development
3 Weeks Ago
by Reverend Jim
>No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a file in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Weeks Ago
by lennyli
> Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
> When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') …
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
> > When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. > > So did it even give you `print("Waiting for a connection...")` ? > > Consider making your server main like this. > > if __name__ == "__main__": >…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
I fixed the problem by ensuring the path is including python. Also on the server I must run pip install Thank you all All working now
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
Congrats on getting going. > Even if i run the setup and ticked the option "add to path", the echo %PATH% command didnt seem to show what i expected. Yeah, this won't transform the PATH of any existing process. In increasing annoyance order, you may have to: 1. Start a new cmd window 2. Log out and log in again 3. Reboot …
Re: Linking Sitemap to all the Webpages
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by adilhassan
You don’t need to link your sitemap to every
webpage
. It’s enough to submit your sitemap to Google Search Console and place a link to it in your robots.txt file. This helps search engines discover and crawl your pages efficiently without needing direct links on your website.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
… is to use AJAX techniques to load portions of the
webpage
, that might be a little more computationally intensive, for example…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Speed index should also not be affected at all by using it. Speed index measure how long it takes to load the first screen of content of a
webpage
. That means that if you’re using it only for content below the fold, speed index should never be affected.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… helps measure , do influence Google’s ranking signals. If a
webpage
performs poorly in Lighthouse audits for metrics like LCP, Speed…
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
> If a
webpage
performs poorly in Lighthouse audits for metrics like LCP, Speed …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
> If a
webpage
performs poorly in Lighthouse audits for metrics like LCP, Speed …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
1 Month Ago
by Dani
…, with how much traffic you get. For example, suppose a
webpage
gets frequently updated so you decide to cache for only…
Help saving a webpage for offline
Hardware and Software
Microsoft Windows
15 Years Ago
by borisenko
… save for offline. Here's more info: I have a
webpage
that is very difficult to import and save in Excel… file= annoying! Is there a way I can save the
webpage
in it's original format for offline? When I try… notepad document has only the title. I wonder if the
webpage
uses some other program .. java? or something else? When I…
Webpage Content Shrinking
Digital Media
UI / UX Design
12 Years Ago
by KhubaibQaiser
… sorry for any mistakes. # Problem 1: # I have made a
webpage
using html and css. But the page content shrinks when… the wrong place/content??? # Problem 2: # At default zoom my
webpage
appears 100% OK. But when i zoom it out the… whole
webpage
shrinks and white area appears on its right and bottom…
Webpage rendering issue
Hardware and Software
Linux and Unix
13 Years Ago
by nonshatter
… dev server and the other as a production server. The
webpage
I am rendering on the servers is holding a relatively… same). The problem is that on the production system, the
webpage
sits there for 10 seconds loading the large amount of…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC