Click here to Skip to main content
15,792,330 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: i have been learning javascript for a long time now but still dont know what to build Pin
SeeSharp226-Jul-21 9:51
SeeSharp226-Jul-21 9:51 
AnswerRe: i have been learning javascript for a long time now but still dont know what to build Pin
Bohdan Stupak30-Jul-21 5:10
professionalBohdan Stupak30-Jul-21 5:10 
AnswerRe: i have been learning javascript for a long time now but still dont know what to build Pin
Mate Peric5-Aug-21 15:35
Mate Peric5-Aug-21 15:35 
Questionwhat to study after javascript? Pin
E-FANIE Rh19-Jul-21 10:16
E-FANIE Rh19-Jul-21 10:16 
AnswerRe: what to study after javascript? Pin
SeeSharp219-Jul-21 10:44
SeeSharp219-Jul-21 10:44 
GeneralRe: what to study after javascript? Pin
Miguel Santico21-Jul-21 18:50
professionalMiguel Santico21-Jul-21 18:50 
AnswerRe: what to study after javascript? Pin
Bohdan Stupak30-Jul-21 5:04
professionalBohdan Stupak30-Jul-21 5:04 
QuestionHow can I minimize the entire browser? Pin
Member 1528061310-Jul-21 22:32
Member 1528061310-Jul-21 22:32 
I built a Web server myself, want to achieve the entire browser minimization,except "JAVA" and "JSP", what method can achieve this effect. There are a lot of examples of browser minimization using "JS" on the internet, but none of them worked for me. Some people mentioned that it might be the ActiveX controls. I don't know what the problem is. Please help me to solve the problem, because I am a rookie, please tell me detailed , thank you very much! Here is an example of using JS for browser minimization that I found on the Internet:


<object id="min" classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11">
<param name="Command" value="Minimize" />

<object id="max" classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11">
<param name="Command" value="Maximize" />


<input type="button" value="minimize" οnclick="min.Click()">
<input type="button" value="maximize" οnclick="max.Click()">

AnswerRe: How can I minimize the entire browser? Pin
Richard Deeming11-Jul-21 23:10
mveRichard Deeming11-Jul-21 23:10 
GeneralRe: How can I minimize the entire browser? Pin
Peter_in_278011-Jul-21 23:19
professionalPeter_in_278011-Jul-21 23:19 
QuestionRe: How can I minimize the entire browser? Pin
SeeSharp219-Jul-21 10:46
SeeSharp219-Jul-21 10:46 
QuestionWant to achieve web page timing become focus execution Pin
Member 1528061310-Jul-21 14:09
Member 1528061310-Jul-21 14:09 
Rant[REPOST] Want to achieve web page timing become focus execution Pin
Richard Deeming11-Jul-21 23:08
mveRichard Deeming11-Jul-21 23:08 
QuestionWant to achieve web page timing become focus execution Pin
Member 152806137-Jul-21 16:20
Member 152806137-Jul-21 16:20 
QuestionHow do I get my input box to persist after clicking Amend? (SOLVED) Pin
samflex3-Jul-21 7:15
samflex3-Jul-21 7:15 
AnswerRe: How do I get my input box to persist after clicking Amend? Pin
Richard Deeming4-Jul-21 22:41
mveRichard Deeming4-Jul-21 22:41 
GeneralRe: How do I get my input box to persist after clicking Amend? Pin
samflex5-Jul-21 3:41
samflex5-Jul-21 3:41 
GeneralRe: How do I get my input box to persist after clicking Amend? Pin
Richard Deeming5-Jul-21 3:47
mveRichard Deeming5-Jul-21 3:47 
GeneralRe: How do I get my input box to persist after clicking Amend? Pin
samflex5-Jul-21 4:24
samflex5-Jul-21 4:24 
GeneralRe: How do I get my input box to persist after clicking Amend? Pin
Richard Deeming5-Jul-21 4:39
mveRichard Deeming5-Jul-21 4:39 
GeneralRe: How do I get my input box to persist after clicking Amend? Pin
samflex5-Jul-21 4:49
samflex5-Jul-21 4:49 
Questionjs problem Pin
tkshitiz30-Jun-21 23:13
tkshitiz30-Jun-21 23:13 
AnswerRe: js problem Pin
Richard MacCutchan30-Jun-21 23:15
mveRichard MacCutchan30-Jun-21 23:15 
QuestionA button at html to trigger an autoplay audio at exact time Pin
Member 1526543828-Jun-21 0:42
Member 1526543828-Jun-21 0:42 
QuestionRe: A button at html to trigger an autoplay audio at exact time Pin
Richard MacCutchan28-Jun-21 1:06
mveRichard MacCutchan28-Jun-21 1:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.