 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Jetsam4996

Joined: 03 May 2008 Posts: 21
|
Posted: Wed May 14, 2008 12:30 pm Opening a new page |
|
|
|
| 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: 878 Location: Biloxi, MS
|
Posted: Wed May 14, 2008 11:41 pm |
|
|
|
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 |
|
|
|
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
|
|
|
|
|
 |
|
|
|
|
|
|
|