First make sure the files are http/https hosted, opening the html by clicking on it in the explorer doesn't work. IE has some security feature that allows you to use xmlhttprequest but trying to...
I agree with you, it's not worth publishing pages if they don't work in IE. The most fun I have with Javascript is firefox with firebug, then opera with dragonfly and then IE8 with the debugger.
Either you are now on Mac, or you are not a developer.
You are right, haven't done professional programming in over 3 years now. I was working on Linux.
Maybe this will work: note that IE will not access the documentElement if the htm file is on local drive (like file://C:/whatever.htm) I have tested with firefox but Inferior explorer might have some...
too bad you didn't go the check out posts and get way. the client and server communicate that way. javascript is just a layer between gui and sending messages to the server
And post some minimal code. I assume the ajax call works and you set the innerHTML of the iframe to what's returned. An easier way would be to set the src property of the...
At the simplest the browser is sending messages to the server to log in and to delete the voicemail, after a login you don't need to list the messages or navigate to that page having the "delete all"...
I use linux but think it's the same on windows. In the right bottom of the browser is the bug icon, right click it and choose enable all panels. Now click on the bug to show the window.
Got an even better idea, there is a plugin in firefox that lets you see all the posted values. Click on delete and see what's posted, now you can post these values yourself. I guess that sessionid is...
As for helping you out with your current problem: why not install firebug and follow the script what it does when you click on it? Then your script only have to do what the google script does...
As for displaying the results, you can create a table with matching records as soon as it gets under a reasonable amount (no use displaying over 30 records)
onWinload is the object defenition to store all the functions in that will get called on windows load. And call them when the event is triggered
onWinload.attachEvent will add a function to the list...
If you need client side handling of files before uploading and or batch uploading why not use a signed java applet or flash like they do on sites like facebook?