C
Craig Francis
When your using JavaScript in an IE window (WebBrowser)
you can return or set the name of the window using the
following...
<script type="text/javascript">
window.name="New Name";
alert (window.name);
</script>
Is it possible to-do the same thing in VB.NET?
I'm not sure, but you might be able to use...
Browser1.GetProperty("???")
NOTE: Already posted in
microsoft.public.inetsdk.programming.webbrowser_ctl, but
no reply, if a solution is found then I will also post in
there (as I hate finding when other people have a
problem, but the solution wasn't printed)
Thanks in Advance
Craig
you can return or set the name of the window using the
following...
<script type="text/javascript">
window.name="New Name";
alert (window.name);
</script>
Is it possible to-do the same thing in VB.NET?
I'm not sure, but you might be able to use...
Browser1.GetProperty("???")
NOTE: Already posted in
microsoft.public.inetsdk.programming.webbrowser_ctl, but
no reply, if a solution is found then I will also post in
there (as I hate finding when other people have a
problem, but the solution wasn't printed)
Thanks in Advance
Craig