This topic is locked
[SOLVED]

 New window

10/15/2010 11:18:31 AM
PHPRunner General questions
T
Tempus_Erus author

Hi,
Can anyone resolve why the target does notopen into a new window?
Have tried .parent () (_blank) etc but can not get this working?
$str = "<input type=button class=button value=Group&nbsp;Contact&nbsp;Details
onclick=\"window.open.location.href='http://xxx/xxx/group_contact_details/group_details.html';\">";;
If you can point me in the right direction I would appreciate.
Thanks All.
A

mikue from germany 10/17/2010

Hi Mr. A
check this out please:
<INPUT class=button onclick="window.open('http://www.website.com/folder/page.html';, '_blank');" value="www.website.com" type=button>