Continually Improving.... let us know how support@devdiamond.net Sign in | Sign up
home articles news blog forum  

 
 


 
Skip Navigation Links
Run program from a web page , 5/21/2005 ,
Is there a way to run an .exe program from a web page with out getting the dialog box asking you to “run” or “save”? I would like the program to just run when the link is clicked on.

Java Spellchecker , 5/6/2005 ,
I found the this Java script on the web for creating a spell checker for a web page / text box using MS Word. This script assumes MS Word is installed on the web server. The web server I am using dosen’t have it installed. Is there a way to make it use the MS Word that is installed on the users PC?

Thanks in advance for you help.

Java Spellchecker script
<script>
function spellchck(wrd){
var oWrd = new ActiveXObject("Word.Application"); // create an ins

Hyperlinks , 2/4/2005 ,
I am creating a web page that has 2 Iframes. I would like visitors to click on 1 hyperlink and load a different page into the 2 Iframes at the same time. Example: If you clicked on the “NEWS” link, cnn.com would load in Iframe #1 and foxnews.com would load in Iframe #2. Can this be done?

Restrict Browser functions , 6/6/2004 ,
What can i do to set "off" functions in Browsers(Mozzila and MSIE), like back or Next buttons?

Search XML from JavaScript , 1/10/2004 ,
How can I search an XML file from Javascript?

how could i predownload images not shown in page , 9/17/2003 ,
dear all,
the problem with me that i use "java script" to load images that not shown in the page when it's just opened, but after i pass the over some areas these images are used but they are not loaded fast
my reason is that they are downloaded then loaded
question is what can i do to fast this process?
alyeng