This content has been marked as final.
Show 4 replies
-
1. Re: open page in new tab
hemanth kumar r Mar 7, 2014 7:36 PM (in response to uboss84)Hope you were talking about this API.
The second parameter "_blank" specifies that the page should be opened in a new tab
window.open("http://www.adobe.com", "_blank");
-
2. Re: open page in new tab
uboss84 Mar 8, 2014 2:25 PM (in response to hemanth kumar r)window.open("http://www.adobe.com", "_blank");
this open new tabs as a popup, i want open page in normal mode, because some browser block popup....
-
3. Re: open page in new tab
heathrowe Mar 10, 2014 11:18 AM (in response to uboss84)uboss, "_blank" should open as a new tab, not a pop up!
For reference, here are your target options: http://www.w3schools.com/tags/att_a_target.asp
Darrell
-
4. Re: open page in new tab
ibrahim elsorady Mar 11, 2014 12:06 AM (in response to uboss84)window.open("http://www.adobe.com", "_blank");



