Click here to Skip to main content
15,917,862 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDifference between window.alert() and alert() Pin
NeerajSharp18-Sep-07 0:24
NeerajSharp18-Sep-07 0:24 
AnswerRe: Difference between window.alert() and alert() Pin
Fred_Smith18-Sep-07 1:06
Fred_Smith18-Sep-07 1:06 
GeneralRe: Difference between window.alert() and alert() Pin
NeerajSharp18-Sep-07 2:54
NeerajSharp18-Sep-07 2:54 
AnswerRe: Difference between window.alert() and alert() Pin
Paddy Boyd18-Sep-07 1:17
Paddy Boyd18-Sep-07 1:17 
GeneralRe: Difference between window.alert() and alert() Pin
Member 430602618-May-11 5:59
Member 430602618-May-11 5:59 
QuestionHow do I open a specific port in a Web Server? Pin
pubududilena18-Sep-07 0:11
pubududilena18-Sep-07 0:11 
Questionweb designing Pin
ananthapai17-Sep-07 23:58
ananthapai17-Sep-07 23:58 
QuestionRun Exe file on page lode Pin
Sachin Pimpale17-Sep-07 21:34
Sachin Pimpale17-Sep-07 21:34 
hi all
i want to load exe file which is in program files Ex.'VPC32.exe' which is of Symantic Antivirus
when user access my url on load of page the exe will execute that time

the application is already installed on client machine

for that i used

function runcmd() <br />
{<br />
File = 'VPC32.exe';<br />
WSH = new ActiveXObject('WScript.shell');<br />
WSH.run(File);<br />
}<br />
<body onLoad="javascript:runcmd();"> <br />


but gives error as Automation server cant create object
please help me

"also how i can search that there is required application of that exe is installed on users system or not (if exist run exe)  using javascript"


The Stifler
--
Bugs can neither be created nor be removed from software by a developer. They can only be converted from one form to another. The total number of bugs in the software always remain constant.

AnswerRe: Run Exe file on page lode Pin
daveyerwin18-Sep-07 5:14
daveyerwin18-Sep-07 5:14 
GeneralRe: Run Exe file on page lode Pin
milpo21-Sep-07 2:34
milpo21-Sep-07 2:34 
QuestionHow to make the page fit regardless of resolution ??? Pin
devboycpp17-Sep-07 13:10
devboycpp17-Sep-07 13:10 
AnswerRe: How to make the page fit regardless of resolution ??? Pin
Johnny ²17-Sep-07 21:35
Johnny ²17-Sep-07 21:35 
GeneralRe: How to make the page fit regardless of resolution ??? Pin
devboycpp17-Sep-07 21:46
devboycpp17-Sep-07 21:46 
GeneralRe: How to make the page fit regardless of resolution ??? Pin
Johnny ²18-Sep-07 0:06
Johnny ²18-Sep-07 0:06 
QuestionChange js Tooltip Pin
tadhg8817-Sep-07 5:01
tadhg8817-Sep-07 5:01 
AnswerRe: Change js Tooltip Pin
Guffa17-Sep-07 6:43
Guffa17-Sep-07 6:43 
GeneralRe: Change js Tooltip Pin
tadhg8817-Sep-07 6:48
tadhg8817-Sep-07 6:48 
GeneralRe: Change js Tooltip Pin
Guffa17-Sep-07 8:36
Guffa17-Sep-07 8:36 
GeneralRe: Change js Tooltip Pin
tadhg8818-Sep-07 0:44
tadhg8818-Sep-07 0:44 
AnswerRe: Change js Tooltip Pin
Guffa18-Sep-07 7:06
Guffa18-Sep-07 7:06 
Questionhow to blur the parent screen when the child screen is opened Pin
rash8317-Sep-07 2:11
rash8317-Sep-07 2:11 
AnswerRe: how to blur the parent screen when the child screen is opened Pin
Manuel F. Hernandez17-Sep-07 6:22
Manuel F. Hernandez17-Sep-07 6:22 
GeneralRe: how to blur the parent screen when the child screen is opened Pin
rash8317-Sep-07 19:34
rash8317-Sep-07 19:34 
GeneralRe: how to blur the parent screen when the child screen is opened Pin
Manuel F. Hernandez18-Sep-07 6:26
Manuel F. Hernandez18-Sep-07 6:26 
QuestionConverting HTML(WEB Page URL/HTML) to JPG Images Pin
nhss16-Sep-07 21:08
nhss16-Sep-07 21:08 

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.