Results 1 to 6 of 6

Thread: Who's the smartest wordpress user here?

  1. #1
    Thread Starter
    Rookie sergiom3's Avatar
    Join Date
    May 2012
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Smile Who's the smartest wordpress user here?

    Here's a question -- lets see who gets this first (simple question) I have a small code for a button. When the button is clicked it goes to google on the same window, how can you change the code so that the same button style can go to a seperate window?


    <FORM METHOD="LINK" ACTION="http://www.google.com">
    <INPUT TYPE="submit" VALUE="google test button">
    </FORM

  2. #2
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    What has this got to do with WordPress?


    Anyway, I think the uppercases are so HTML 3 and "link" is not a valid value for the attribute "method", it should be "get" or "post".

    HTML Code:
    <form method="get" action="http://www.google.com" target="_blank">
    <input type="submit" value="google test button" />
    </form>
    Make w3schools.com your best friend.
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  3. The Following User Says Thank You to mohsinoffline For This Useful Post:

    sergiom3 (June 6th, 2012)

  4. #3
    Thread Starter
    Rookie sergiom3's Avatar
    Join Date
    May 2012
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Its for my Vantage, thank you very much -- unfortunately it stayed on the same window so I don't even know what the deal is, but thank you very much and yes you are right I'll have to use w3schools.com like there's no tomorrow.

  5. #4
    Marketplace Seller mohsinoffline's Avatar
    Join Date
    Dec 2011
    Location
    Algeria
    Posts
    1,575
    Thanks
    44
    Thanked 213 Times in 192 Posts
    Think it's deprecated as of HTML 4.1 with no apparent alternative, may as well google for it.
    Do you need content that helps to rank your website better on Google? Check out https://aicontently.com

    Create a website like Retailmenot with FlatterPro Theme , Check out the demo here Retailmenot





  6. The Following User Says Thank You to mohsinoffline For This Useful Post:

    sergiom3 (June 6th, 2012)

  7. #5
    Thread Starter
    Rookie sergiom3's Avatar
    Join Date
    May 2012
    Posts
    5
    Thanks
    2
    Thanked 0 Times in 0 Posts
    I will.. thanks very much for the help, I'm sure I'll get this minor thing fixed.

  8. #6
    Veteran bluecafe's Avatar
    Join Date
    Apr 2010
    Location
    Berlin
    Posts
    1,563
    Thanks
    58
    Thanked 359 Times in 273 Posts
    You could try this plugin and see if it works then
    http://wordpress.org/extend/plugins/...-a-new-window/
    It uses javascript instead of target=_blank

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. standard wordpress user toolbar
    By infotek3000 in forum Report ClassiPress Bugs
    Replies: 5
    Last Post: January 7th, 2012, 01:10 PM
  2. Two Wordpress Installs - One User Database
    By bezman in forum Help Using ClassiPress
    Replies: 3
    Last Post: April 26th, 2010, 08:29 PM
  3. Are there two areas where a user can log in WordPress?
    By Xarzu in forum ClassiPress General Discussion
    Replies: 0
    Last Post: February 27th, 2010, 06:45 PM