Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: vs2003-- where's the beef? Pin
James T. Johnson8-May-03 22:57
James T. Johnson8-May-03 22:57 
AnswerRe: vs2003-- where's the beef? Pin
David Stone8-May-03 7:39
sitebuilderDavid Stone8-May-03 7:39 
AnswerRe: vs2003-- where's the beef? Pin
Wesner Moise19-May-03 19:41
Wesner Moise19-May-03 19:41 
Generalwriting strings to the browser control Pin
LongRange.Shooter8-May-03 3:50
LongRange.Shooter8-May-03 3:50 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.8-May-03 5:13
Stephane Rodriguez.8-May-03 5:13 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 5:30
LongRange.Shooter9-May-03 5:30 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 6:25
Stephane Rodriguez.9-May-03 6:25 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 10:11
LongRange.Shooter9-May-03 10:11 
Rod,

Okay, I followed the discussion threads and got the document write working -- or at least that is how it appeared. I got the page displayed that I had passed via innerHTML.

However -- the previous discussion is related to acquiring / altering info on a browser page that had been navigated to. I am trying to have the browser show a functional page that was written to it as a string. A REALLY LONG string, but a string none the less.

I am speculating that since I am populating InnerHTML, it really is not being set up as a proper page within the document object. The string contains a full HTML document and it has script problems when I try to execute the script inside this 'page' since the browser indicates that all it contains is "about:blank"...even after I have updated the browser document object.

So this approach helped me create a visual, but it was only a painting of a "car" instead of a running, moving "car". I need to do a write to the document object to create a full HTML page that is executable in the browser as if it had navigated to a site. So using IPersistStreamInit does not really help me since it does not expose a doc.write method that supports a string as input, and updating doc.body.innerhtml does not create a functional webpage with scripts. Frown | :(

_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 10:25
Stephane Rodriguez.9-May-03 10:25 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter9-May-03 10:37
LongRange.Shooter9-May-03 10:37 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.9-May-03 10:58
Stephane Rodriguez.9-May-03 10:58 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter12-May-03 4:25
LongRange.Shooter12-May-03 4:25 
GeneralRe: writing strings to the browser control Pin
Stephane Rodriguez.12-May-03 4:35
Stephane Rodriguez.12-May-03 4:35 
GeneralRe: writing strings to the browser control Pin
LongRange.Shooter15-May-03 7:37
LongRange.Shooter15-May-03 7:37 
Generalmp3 in C# Pin
Anonymous8-May-03 3:47
Anonymous8-May-03 3:47 
GeneralRe: mp3 in C# Pin
Paresh Gheewala8-May-03 7:01
Paresh Gheewala8-May-03 7:01 
GeneralRe: mp3 in C# Pin
AlexDunn19-May-03 14:14
AlexDunn19-May-03 14:14 
GeneralRe: mp3 in C# Pin
Paresh Gheewala21-May-03 5:49
Paresh Gheewala21-May-03 5:49 
GeneralRe: mp3 in C# Pin
AlexDunn21-May-03 12:04
AlexDunn21-May-03 12:04 
GeneralRe: mp3 in C# Pin
leppie8-May-03 7:34
leppie8-May-03 7:34 
GeneralRe: mp3 in C# Pin
Kant8-May-03 8:23
Kant8-May-03 8:23 
GeneralRe: mp3 in C# Pin
leppie8-May-03 10:16
leppie8-May-03 10:16 
GeneralRe: mp3 in C# Pin
jtmtv189-May-03 19:05
jtmtv189-May-03 19:05 
GeneralLarge File Transfer in Client-Server Applications Pin
Vasant Salian8-May-03 1:28
Vasant Salian8-May-03 1:28 
GeneralRe: Large File Transfer in Client-Server Applications Pin
Katalyst8-May-03 4:55
Katalyst8-May-03 4:55 

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.