HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Opening a new page
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
Jetsam4996



Joined: 03 May 2008
Posts: 22

PostPosted: Wed May 14, 2008 12:30 pm     Opening a new page Reply with quote

how do i set this up to where when someone clicks on a link, a whole new widnow of IE ro Firefos or whatever pops up with out being blocked? (basically, open a whole new IE or FF, but taking them straight to the selected destination without going to the homepage or simething carzsy like that.
PayneLess Designs



Joined: 28 Feb 2007
Posts: 1289
Location: Biloxi, MS

PostPosted: Wed May 14, 2008 11:41 pm     Reply with quote

See if any of the following choices work for you. Change as needed:

Code:

<p><a href="imgs/lorem.gif" onclick="popup=window.open(this.href,'','');popup.onload=window.print();return false"><img src="imgs/lorem.gif" alt=""><br>Print on Image Click</a></p>

<p><a href="myprintpage.php" onclick="window.open (this.href, ''); return false">Link Text</a></p>

<p><a href="myprintpage.php" ONCLICK="open('myprintpage.php', 'My Print Page','toolbar=1,location=0,resizable=1,width=680,height=600')">My Print Page</a></p>


Ron
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial