0

How can I open "www.google.com" in a new browser?

asked 2017-06-09 06:20:02 +0800

leoyc gravatar image leoyc
163 3

<zk> <zscript> Executions.getCurrent().sendRedirect("www.google.com", "null"); </zscript> </zk>

but url is"http://localhost:8080/xxxwww.google.com",it can't open.because url isn't "www.google.com"

How can I do?

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-06-10 07:09:28 +0800

Darksu gravatar image Darksu
1991 1 4

updated 2017-06-12 02:24:30 +0800

cor3000 gravatar image cor3000
6280 2 7

Hello leoyc,

The correct script is:

<zk>
  <zscript>
    Executions.getCurrent().sendRedirect("http://www.google.com", "null");
  </zscript>
</zk>

Best,

Darksu

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2017-06-09 06:20:02 +0800

Seen: 17 times

Last updated: Jun 12 '17

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More