Search results for query: *

  • Users: gijesh
  • Content: Threads
  • Order by date
  1. G

    Passing Data between windows

    I have an html page(1.html) which has to load a new web application(http://localhost/Test/Test.aspx) in a new modal dilaogbox. I need to pass on some data from 1.html to the new dialog box. I am using the following code in 1.html to do that: var vURL =...
  2. G

    mshtml help

    The folllowing code works fine in VB 6.0 dim str as String dim obj as New mshtml.HTMLDocument str="<html><body><p>Test</p></body></html>" obj.body.innerHTML = str When i do the same thing in VB.Net i am getting the following...
Back
Top