Announcement

Collapse
No announcement yet.

Links Tab

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Links Tab

    I want to be able to open the simple link as a new window and size the window - how do i do this?

    #2
    Hi there,

    You can use this code to open a link in new window with height and width specified.

    Code:
    <A HREF="javascript:void(0)"onclick="window.open('http://www.actinic.co.uk/','linkname','height=400, width=500,scrollbars=yes')">Actinic Home</a>
    Hope this helps you.
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X