Help Plz

Discussion in 'General Discussion' started by Shinobi, Feb 6, 2005.

  1. Shinobi

    Shinobi Senior Member

    Age:
    35
    Posts:
    1,169
    Likes Received:
    0
    Joined:
    Jul 3, 2004
    Location:
    Japan
    Im having a problem.

    ok when i click on the link home at my website it keeps poping them up as new. iv changed it to

    <A HREF="home.html" target="same window">
    <A HREF="home.html" target="current window">
    <A HREF="home.html" target="main window">

    but none worked. whats the html to keep it in same window?
     
  2. aphex

    aphex AKA Zander

    Posts:
    2,567
    Likes Received:
    0
    Joined:
    Aug 13, 2004
    Code:
    <A HREF="home.html" target="_blank">
    ^use that
     
  3. Llamaman

    Llamaman Senior Member

    Posts:
    2,059
    Likes Received:
    0
    Joined:
    Apr 24, 2004
    Location:
    UK
    If you want to open a link in the same window then you can just remove the target part and do:

    Code:
    [url="home.html"]Link goes here[/url]
    And as soari said, use this to open it in a new browser window:

    Code:
    [url="home.html"]Link goes here[/url]
     
  4. .toxic.

    .toxic. Well-Known Member

    Age:
    33
    Posts:
    1,323
    Likes Received:
    0
    Joined:
    Jul 30, 2004
    Location:
    Alaska
    thx llamaman i been looking for " open new browser "
     
  5. bart416

    bart416 Active Member

    Posts:
    43
    Likes Received:
    0
    Joined:
    Jan 2, 2005
    In the case you use frames you should give the frames a name by adding
    name="insertnamehere"
    So then you can take a frame with name: leftmenu
    then you could open a new page in it by using:
    <a href="page1.php" target="leftmenu">
     
  6. linkin

    linkin Well-Known Member

    Age:
    45
    Posts:
    102
    Likes Received:
    0
    Joined:
    Jan 29, 2005
    Location:
    Portugal
    Try 2 use Dreamweaver or something it's quite good...
     
  7. Shinobi

    Shinobi Senior Member

    Age:
    35
    Posts:
    1,169
    Likes Received:
    0
    Joined:
    Jul 3, 2004
    Location:
    Japan
    thx all and iv got dreamweaver. just never really use it
     
  8. Shinobi

    Shinobi Senior Member

    Age:
    35
    Posts:
    1,169
    Likes Received:
    0
    Joined:
    Jul 3, 2004
    Location:
    Japan
    ok i tried all them but they didnt work at all.

    i need major help on this.

    plz someone help none of it will work and i made it as best as i can.

    ill give you the stuff on AIM or in PM
     
  9. linkin

    linkin Well-Known Member

    Age:
    45
    Posts:
    102
    Likes Received:
    0
    Joined:
    Jan 29, 2005
    Location:
    Portugal
    use macromedia dreamweaver at the bottom of the screen you have there a textbox with the target and you can select _self or _blank etc...
     
  10. mttviper

    mttviper Well-Known Member

    Age:
    34
    Posts:
    3,037
    Likes Received:
    0
    Joined:
    Jul 24, 2004
    Get on aim, i'll help ya.
     
  11. Shinobi

    Shinobi Senior Member

    Age:
    35
    Posts:
    1,169
    Likes Received:
    0
    Joined:
    Jul 3, 2004
    Location:
    Japan
    linkin i use dreamweaver and it donst work. so stop telling me to use it.

    ill be on AIM friday or someday before it.
     

Share This Page