Click here to Skip to main content
15,891,717 members
Home / Discussions / Web Development
   

Web Development

 
GeneralPreload Images with Javascript. Need Help. Thank You. Pin
shapper24-Apr-05 3:57
shapper24-Apr-05 3:57 
Generaldynamic content according to date Pin
SouthernFried22-Apr-05 11:40
sussSouthernFried22-Apr-05 11:40 
Generalsharepoint login Pin
JKroschel22-Apr-05 7:28
JKroschel22-Apr-05 7:28 
Generalzbrowser size Pin
anj198322-Apr-05 4:48
anj198322-Apr-05 4:48 
Questionhow to add tooltip Pin
ganeshMohan22-Apr-05 4:41
ganeshMohan22-Apr-05 4:41 
GeneralForm question Pin
rleffew22-Apr-05 3:35
rleffew22-Apr-05 3:35 
GeneralASP.NET AND HEBREW RESULT ON GOOGLE.. Pin
bbbbxssasdsad20-Apr-05 19:43
bbbbxssasdsad20-Apr-05 19:43 
GeneralMIME types for Visio Pin
pankajdaga20-Apr-05 6:29
pankajdaga20-Apr-05 6:29 
Hi everyone,

This is more of a Visio web developer question!

I have a visio compatible XML string that I want to flush to the client machine. I want to know how to set the MIME type and pass the XML string so that it opens it in VIsio on the client machine. I tried setting the "application/x-visio" in the response object's content type field, but that only tries to save it as an ASP.NET page!

Well, I even tried registering the MIME type with IIS and setting the content type field to application/vnd.visio.xml. Then, in my application I do:
Response.Clear();
Response.Charset = "";
Response.ContentType = "application/vnd.visio.xml";

But it still interprets it as a ASP page. I also tried "application/vnd.ms-visio". That also did not work. When I use application/vnd.visio then it tries to interpret the document as the native Visio format Frown | :(

Also, I noticed something with IE. Some macros and ActiveX creation within Visio do not work, even if user enables macro on prompt. What I wanted was to stream the visio content to the client, start an instance of visio and be able to use all the features. I do not want the IE to host Visio application inside.


Guys, please help me! I would be in deep trouble. I should have looked at this before doing all this development! I would be even willing to pay some bucks to someone who helps here!

Cheers!


/**
I'm the one who's gonna have to die
When it's time for me to die
So let me live my life
The way I want to
- Jimi Hendrix
*/

Generalsome advice needed Pin
plork19-Apr-05 23:48
plork19-Apr-05 23:48 
QuestionHow can I copy the forms created using FormCreatorModule with DotNetNuke Pin
Rahul_P_Menon19-Apr-05 19:33
sussRahul_P_Menon19-Apr-05 19:33 
GeneralSending mail thro' SMTP Server using Java Script Pin
pavanbhai18-Apr-05 20:54
pavanbhai18-Apr-05 20:54 
GeneralRe: Sending mail thro' SMTP Server using Java Script Pin
JKroschel22-Apr-05 10:45
JKroschel22-Apr-05 10:45 
GeneralIIS problem Pin
Liborac_18-Apr-05 9:39
Liborac_18-Apr-05 9:39 
GeneralRe: IIS problem Pin
dratcha18-Apr-05 14:03
dratcha18-Apr-05 14:03 
GeneralRe: IIS problem Pin
Liborac_18-Apr-05 21:46
Liborac_18-Apr-05 21:46 
GeneralRe: IIS problem Pin
dratcha19-Apr-05 7:06
dratcha19-Apr-05 7:06 
GeneralRe: IIS problem Pin
WoutL19-Apr-05 21:23
WoutL19-Apr-05 21:23 
QuestionWeb service toolkit for VS6.0? Pin
anderslundsgard18-Apr-05 9:11
anderslundsgard18-Apr-05 9:11 
GeneralVB ActiveX dll debugging blues Pin
Ed Purvee18-Apr-05 9:08
Ed Purvee18-Apr-05 9:08 
GeneralDefault Email Client - TEXT Max Length? / Outlook Pin
Digmy18-Apr-05 6:43
Digmy18-Apr-05 6:43 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel22-Apr-05 10:51
JKroschel22-Apr-05 10:51 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
Digmy25-Apr-05 6:18
Digmy25-Apr-05 6:18 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel25-Apr-05 7:57
JKroschel25-Apr-05 7:57 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
Digmy25-Apr-05 10:29
Digmy25-Apr-05 10:29 
GeneralRe: Default Email Client - TEXT Max Length? / Outlook Pin
JKroschel26-Apr-05 3:32
JKroschel26-Apr-05 3:32 

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.