Hello guys i wrote a tool and in one part in this tool, it should open a javascript on a homepage, so:
1. step : WebBrowser1.Navigate("http://XXXXX.com")
2. step : WebBrowser1.Navigate("javascript:gp.XXXXXX")
it works without any problems and the javascript also starts without any problems, but now i wanna combine these 2 steps into 1, is something like this possible?
WebBrowser1.Navigate("http://XXXXX.com/javascript:gp.XXXXXX")
i tried it on this way but it doesnt work, is there another method to combine those 2 steps into one?
PS: only WebBrowser1.Navigate("javascript:gp.XXXXXX") doenst work, i need to navigate to the website first...
thanks & greetings,
MARCI1111






