brekke
Member
Hi guys..
Just a quick qquestion.
My application opens a web browser window with the click of a button.
Today it looks like this:
Process.Start("http://www.google.com" + researchnr1.text)
(It's not this website, but this is just an example.) This will open the requested website with a specified number at the end of the adress.
What i would like it to do was to run like the simple html command would run it:
javascript:void(window.open ('http://www.google.com','Mainframe','menubar=no,toolbar=no,location=no,scrollbars=yes,status=no,resizable=yes'))
And ofcourse the specified tag from the text field at the end.
Is there anyway to convert this into working with VB?
Thanks in advance..
Just a quick qquestion.
My application opens a web browser window with the click of a button.
Today it looks like this:
Process.Start("http://www.google.com" + researchnr1.text)
(It's not this website, but this is just an example.) This will open the requested website with a specified number at the end of the adress.
What i would like it to do was to run like the simple html command would run it:
javascript:void(window.open ('http://www.google.com','Mainframe','menubar=no,toolbar=no,location=no,scrollbars=yes,status=no,resizable=yes'))
And ofcourse the specified tag from the text field at the end.
Is there anyway to convert this into working with VB?
Thanks in advance..