Dynamic Web Page Creation 
Author Message
 Dynamic Web Page Creation

I'm sure this has been asked a thousand times, but I
didn't know exactly how to search for an answer....

How can I, using the inet control, create a webpage and
have the control browse to it?  In the past I created
these pages in a temp file and then pointed the inet
control to that file...

Is there a way to do this without the temp file?

Thanks,
Joe



Thu, 30 Dec 2004 10:39:15 GMT  
 Dynamic Web Page Creation
This will do the trick.

WebBrowser1.Document.Script.Document.Clear
WebBrowser1.Document.Script.Document.Write "Text to Write"

Quote:

> I'm sure this has been asked a thousand times, but I
> didn't know exactly how to search for an answer....

> How can I, using the inet control, create a webpage and
> have the control browse to it?  In the past I created
> these pages in a temp file and then pointed the inet
> control to that file...

> Is there a way to do this without the temp file?

> Thanks,
> Joe



Fri, 31 Dec 2004 04:13:21 GMT  
 Dynamic Web Page Creation
That should work fine!  Thank you very much...  I can't
believe I didn't figure that out myself, I think I'm
losing it...  :)

Joe

Quote:
>-----Original Message-----
>This will do the trick.

>WebBrowser1.Document.Script.Document.Clear
>WebBrowser1.Document.Script.Document.Write "Text to Write"




Quote:
>> I'm sure this has been asked a thousand times, but I
>> didn't know exactly how to search for an answer....

>> How can I, using the inet control, create a webpage and
>> have the control browse to it?  In the past I created
>> these pages in a temp file and then pointed the inet
>> control to that file...

>> Is there a way to do this without the temp file?

>> Thanks,
>> Joe
>.



Tue, 04 Jan 2005 00:48:18 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Dynamic creation of web controls in VB.NET

2. Dynamic Control Creation with DHTML Pages?

3. Dynamic Control Creation with DHTML Pages?

4. Dynamic Control Creation with DHTML Pages?

5. Making a Dynamic Web Page From an Application Created in VB 5.0

6. I Need Help With A Dynamic Web Page

7. Make Access database a dynamic web page

8. pass a form from web page to web page

9. pass a form from web page to web page

10. Dynamic creation of variable names

11. Runtime Creation of Dynamic Forms

12. dynamic sentence creation

 

 
Powered by phpBB® Forum Software