|
-
Jul 13th, 2000, 01:17 PM
#1
Thread Starter
Addicted Member
I have this CGI Application made in VB that send text (HTML code) to the standard Output (Screen) but I would like to output to a specific frame.... can it be done?
-
Jul 14th, 2000, 08:08 AM
#2
Thread Starter
Addicted Member
For example, I have this code in my module:
Code:
Public Const STD_INPUT_HANDLE = -10&
Public Const STD_OUTPUT_HANDLE = -11&
hStdIn = GetStdHandle(STD_INPUT_HANDLE)
hStdOut = GetStdHandle(STD_OUTPUT_HANDLE)
I guess that if I provide the frame's handle instead of STD_OUTPUT_HANDLE then I could write to that specific frame instead of creating a full screen page.
please help!
-
Jul 14th, 2000, 08:34 PM
#3
Fanatic Member
Use the scripting component and use vbscript (the tag elements INNERHTML and INNERADJACENTHTML INNERTEXT INNERADJACENTTEXT i think the names are correct)
DocZaf
{;->
-
Jul 17th, 2000, 08:12 AM
#4
Thread Starter
Addicted Member
I need my application to be usable in IE and Netscape as well, isn't VB Script only for IE ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|