Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: submit buttons and image buttons Pin
Ali Al Omairi(Abu AlHassan)22-Apr-11 4:38
professionalAli Al Omairi(Abu AlHassan)22-Apr-11 4:38 
GeneralRe: submit buttons and image buttons Pin
AspDotNetDev3-May-11 8:14
protectorAspDotNetDev3-May-11 8:14 
GeneralRe: submit buttons and image buttons Pin
smithymoon4-May-11 23:33
smithymoon4-May-11 23:33 
QuestionSession Import from IE to Firefox [Solved] Pin
Ravi Sant19-Apr-11 5:11
Ravi Sant19-Apr-11 5:11 
AnswerRe: Session Import from IE to Firefox Pin
Gerben Jongerius21-Apr-11 19:35
Gerben Jongerius21-Apr-11 19:35 
Questionwhy soap serializaiton take much time Pin
Eric Vonjacson18-Apr-11 0:36
Eric Vonjacson18-Apr-11 0:36 
QuestionHow to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
TClarke14-Apr-11 3:19
TClarke14-Apr-11 3:19 
AnswerWorked it out myself Pin
TClarke14-Apr-11 5:24
TClarke14-Apr-11 5:24 
OK this turned out to be very simple but I thought I'd publish the fix any way.

Basically, despite the fact that IE 9 doesn't have the check box previous versions of IE have that enables you to save your decission of what to do with a file of a particular type it doesn't mean it doesn't check the registry to see if an old choice (from a previous browser) isn't stored there. So the fix is to replicate the storage of a previous version of IE into the registry of the machine on which IE 9 is running. In my case it went as follows:

If it's not there already create the following key path in the registry:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\AttachmentExecute\{0002DF01-0000-0000-C000-000000000046}

Inside the InternetExplorer.Application GUID key create a list of binary values using the COM name of the document opening application as a title.
In my case (Office 2003):

Excel.Sheet.8
PowerPoint.Show.8
Word.Document.8

If the values are 0000 the the application will open without asking the user.
Cheers
Tom

Philosophy: The art of never getting beyond the concept of life.

AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Prasanta_Prince19-Apr-11 23:40
Prasanta_Prince19-Apr-11 23:40 
AnswerRe: How to get Excel and Word documents to open without the Open,Save,SaveAs box opening in IE9 Pin
Peter_in_278020-Apr-11 14:38
professionalPeter_in_278020-Apr-11 14:38 
Answername server settings - Solved [modified] Pin
Andy_L_J13-Apr-11 22:52
Andy_L_J13-Apr-11 22:52 
QuestionNested Row Grouping in Matrix Layout in SQL reporting services 2005 Pin
Jyothsna Vedam12-Apr-11 18:06
Jyothsna Vedam12-Apr-11 18:06 
AnswerCrosspost Pin
thatraja12-Apr-11 18:55
professionalthatraja12-Apr-11 18:55 
QuestionZoom or Text Size? Pin
Gregory Gadow7-Apr-11 10:39
Gregory Gadow7-Apr-11 10:39 
QuestionUpload video files to IIS server and see them in silverlight MediaElement? Pin
Yanshof7-Apr-11 3:58
Yanshof7-Apr-11 3:58 
AnswerRe: Upload video files to IIS server and see them in silverlight MediaElement? Pin
wolfbinary20-Apr-11 3:57
wolfbinary20-Apr-11 3:57 
QuestionPage Background - Making it Static Pin
Richard Andrew x646-Apr-11 14:24
professionalRichard Andrew x646-Apr-11 14:24 
AnswerRe: Page Background - Making it Static Pin
Luc Pattyn6-Apr-11 16:36
sitebuilderLuc Pattyn6-Apr-11 16:36 
AnswerRe: Page Background - Making it Static Pin
User 17164926-Apr-11 22:08
professionalUser 17164926-Apr-11 22:08 
GeneralRe: Page Background - Making it Static Pin
Richard Andrew x646-Apr-11 23:10
professionalRichard Andrew x646-Apr-11 23:10 
QuestionJavaScript and local computation. Pin
swjam5-Apr-11 0:01
swjam5-Apr-11 0:01 
AnswerRe: JavaScript and local computation. Pin
enhzflep5-Apr-11 16:23
enhzflep5-Apr-11 16:23 
AnswerRe: JavaScript and local computation. Pin
Jörgen Andersson5-Apr-11 20:08
professionalJörgen Andersson5-Apr-11 20:08 
QuestionPassing arguments to popup page Pin
CodingLover30-Mar-11 8:45
CodingLover30-Mar-11 8:45 
AnswerRe: Passing arguments to popup page Pin
Shahriar Iqbal Chowdhury/Galib4-Apr-11 4:02
professionalShahriar Iqbal Chowdhury/Galib4-Apr-11 4:02 

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.