Lost Password?


Go Back   CodeCall Programming Forum > Web Development Forum > HTML Programming

HTML Programming Forum discussion covering HTML, XHTML, DHTML and all flavors of HTML. Hypertext Markup Language is used to create websites.

Closed Thread
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-27-2007, 10:58 AM
littlefranciscan
Guest
 
Posts: n/a
Question Opening new windows?

How do I create a link that opens in a new window?

I know that say if I want to creat a link to a page without showing address you write: <a href="http://www.littlefranciscan.com">littlefranciscan</A>
but how do you make it so it opens in a new window?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #2 (permalink)  
Old 01-27-2007, 12:56 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,478
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

HTML Code:
<a href target="_blank" "http://www.google.com">GOOGLE</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old 01-27-2007, 02:13 PM
littlefranciscan
Guest
 
Posts: n/a
Default

Will you please write it with the link I provided? I really don't care for google..no offense to all the googlers here
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old 01-28-2007, 12:55 PM
Matt's Avatar   
Matt Matt is offline
Learning Programmer
 
Join Date: Jan 2007
Location: Northwestern US
Posts: 47
Rep Power: 7
Matt is on a distinguished road
Default

You can also do:
HTML Code:
<a href="http://www.littlefranciscan.com" target="resource window">littlefranciscan</a>
If you want to open new windows of custom formats, I suggest learning how to do this with JavaScript. The above just returns the link in a generic window.
__________________
http://www.mattnichols.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old 01-28-2007, 01:09 PM
littlefranciscan
Guest
 
Posts: n/a
Default

Thanks Matt..your great...I want to know if I can put you link..to your website..on my site I am working on..it is nowhere near finished..

I am allowed 100 pages..so I have lots to add..

the site is: http://www.tiptopwebsite.com/littlefrancisan

Once I am done I will purchase a name for it..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
  #6 (permalink)  
Old 01-28-2007, 01:27 PM
Matt's Avatar   
Matt Matt is offline
Learning Programmer
 
Join Date: Jan 2007
Location: Northwestern US
Posts: 47
Rep Power: 7
Matt is on a distinguished road
Default

Sure, that would be great. To link to any site, as you have probably figured out by now, you just make a link such as
HTML Code:
<a href="link address here">Link Text</a>
When you go about purchasing domain name and hosting, I would recommend GoDaddy. I did a lot of research, and found them to have the best prices, features, and support for me. However, I also suggest you do your own research, because you may need something different than I do.
__________________
http://www.mattnichols.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #7 (permalink)  
Old 01-28-2007, 01:39 PM
John's Avatar   
John John is offline
Co-Administrator
 
Join Date: Jul 2006
Age: 20
Posts: 3,478
Last Blog:
Joomla! And Incompeten...
Rep Power: 20
John has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond reputeJohn has a reputation beyond repute
Send a message via AIM to John Send a message via MSN to John
Default

Quote:
Originally Posted by Matt View Post
When you go about purchasing domain name and hosting, I would recommend GoDaddy. I did a lot of research, and found them to have the best prices, features, and support for me. However, I also suggest you do your own research, because you may need something different than I do.
They are great, I've bought about 100+ domain names from them now with no issues.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #8 (permalink)  
Old 01-28-2007, 02:57 PM
Matt's Avatar   
Matt Matt is offline
Learning Programmer
 
Join Date: Jan 2007
Location: Northwestern US
Posts: 47
Rep Power: 7
Matt is on a distinguished road
Default

Wow, that's impressive. I have claim to only one domain name through them, but I am very satisfied with it. Just out of curiosity, what are all your domain names for?
__________________
http://www.mattnichols.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #9 (permalink)  
Old 01-28-2007, 06:44 PM
littlefranciscan
Guest
 
Posts: n/a
Default

Matt you are the first one here who has actually showed me exactly what I asked..I know it seems insignificant..but you are great..thanks for actually putting my link in there to show me how it works..I am going to copy your directions to word pad..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #10 (permalink)  
Old 01-28-2007, 08:42 PM
Matt's Avatar   
Matt Matt is offline
Learning Programmer
 
Join Date: Jan 2007
Location: Northwestern US
Posts: 47
Rep Power: 7
Matt is on a distinguished road
Default

Cool, thanks for telling me. I'm glad I was able to do what's important to you. Others probably give you the code out of context so you can get the experience of using it yourself, but for something as simple as this, it is more convenient to just be able to copy and paste.
__________________
http://www.mattnichols.net
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!

Sponsored Links
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP Tricks & Tips!!!!..new ones. pranky Tutorials 9 08-23-2008 04:22 PM
How to add Gadgets in Windows XP Onur Computer Software/OS 1 08-22-2007 05:26 PM
Switching Between Windows Forms karateboy02 Managed C++ 3 08-03-2007 08:49 PM
Visual Studio 2005 and Windows Vista Jordan General Programming 3 01-22-2007 04:21 PM
For Windows, was is the best language to learn? JBull C and C++ 5 08-07-2006 06:50 PM


All times are GMT -5. The time now is 07:45 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads