Thanks, I found some good information about how to do that at this link http://msdn.microsoft.com/en-us/library/jj676915(v=vs.85).aspx. I'll give it a try and post back.
I have the attached code, named timer.txt (rename it timer.htm) which the user opens from a PC hard drive, not from a server. The user selects a "start time" then clicks on the button labeled "go"...
I was not able to get the .hta option working, however, I was able to save the user preferences by using "PersistJS: Cross Browser Client-Side Persistent Storage Without Cookies" ...
Very interesting, I don't know anything about .hta or the <application> tag but I will study that option and see if I can get that to work. I like the idea of a .ini file, can the .ini file be stored...
Thanks for the news even if it was bad. I thought that was the case but I was hoping there might be some sort of hack to make it work. The user/viewer can't install PHP, etc., it's just plain IE9....
I have a webpage that I view from my local hard drive. I can't view this file from a server. I am using localstorage to set the user preferences and that works with Chrome but I need to use IE9....
If you look at the webpage in the link below, and you click on the "Reply to this post" button. An area with email replay options becomes visible, when you click the reply button again the reply...
Thanks for the code you got me pointed in the right direction. I need to show the text that is 160 characters and under in green and the text over 160 characters in red. Below is what I have so...
I want to implement a text input box for SMS text messages and the messages are limited to 160 characters (including spaces, etc.). I would like the font color of the text to be green as the user...
I have a web page with two forms, when I click the button on one of the forms, the onclick event goes to a javascript that emails the first form and then the second form. This is correct, this is...