• Whenever a link is added to wp you can choose target blank,but in what page can i change that so i can set the
    height , width , scrolling , status , menubar , scrollbars etc….etc…
    anyway to do that….?

Viewing 7 replies - 1 through 7 (of 7 total)
  • But if you are adding a link, why would you want it to alter in anything but the default window size ?

    Thread Starter john1000

    (@john1000)

    hi podz,that can have several reasons….one of the is to protect if needed…..a address…

    For that, you will need to set the onClick attribute of a the link to something like this:
    onclick=”window.open(‘https://www.www.remarpro.com’, ‘popup’, ‘status=0, toolbar=0, menubar=0, location=0, resizable=0, scrollbars=0, height=200, width=100’ )”
    Replace with your URL, height, and width as necessary.
    However, what addresses do you seek to “protect” with this method? It’s not going to work; your average spambot is smart enough to click links and open new windows nowadays.

    Thread Starter john1000

    (@john1000)

    yes i know but i also need to know which file !

    john1000 – fair enough ??
    (I’ve never used that method !)

    Thread Starter john1000

    (@john1000)

    well all i need to know in what file wp aranged the link code….

    /wp-admin/quicktags.js

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘any proper way ?’ is closed to new replies.