End of Statement Expected...VB.NET -
I am trying to open a new window from the vb.net client side:
< String web address = "window.open (" http://www.google.com ") as code> slower web address. Cleioscript Registrar startup script (mg gate type), "new page", web address, true)I hope to "end the error" in the line number. 2 ... Please help me I have tried all kinds of combinations.
You
String.Format , where quotation marks
" should be specified:
webaddress = String.Format ("window.open (" "{0}" ")", "Http: // Www.google.com ")
Comments
Post a Comment