Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to create pop-up browser?
Old 08-10-2006, 01:50 PM How to create pop-up browser?
Novice Talker

Posts: 10
Trades: 0
I know how to create pop-up window, but the window does not have a print option for you to print a hard copy of the window.

I want to create pop-up browser, I guess, that what you could call it. The window looks like a pop-up window but additionally has the file, edit, view, favorite, tools, help options on top just like a new window, but is without the url address bar and back, forward, home etc. options.

Hopeful someone will understand what I'm talking about.

Thanks.
serenathy is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-11-2006, 10:04 AM Re: How to create pop-up browser?
Moldarin's Avatar
Extreme Talker

Latest Blog Post:
Keyword Density and Title Tags
Posts: 201
Trades: 0
This is quite simple. Just add a target value.

HTML Code:
<a href="http://target-site.com/document.html" target="_blank">New browser window</a>
__________________
I do not share ad revenue.
Moldarin is offline
Reply With Quote
View Public Profile
 
Old 08-11-2006, 11:09 AM Re: How to create pop-up browser?
Novice Talker

Posts: 10
Trades: 0
Thank you, but I don't want a new window like that.

this is what I am talking about...
Attached Images
File Type: jpg window.JPG (32.1 KB, 10 views)
serenathy is offline
Reply With Quote
View Public Profile
 
Old 08-11-2006, 04:00 PM Re: How to create pop-up browser?
futurevisions's Avatar
Super Talker

Posts: 102
Location: UK
Trades: 0
I think you need Javascript to do that. I'll have a look into it for you.

The easy, nicer-looking option would be to instruct your users to hit Ctrl+P to print the page.
futurevisions is offline
Reply With Quote
View Public Profile
 
Old 08-11-2006, 05:12 PM Re: How to create pop-up browser?
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
Try this...

HTML Code:
<a href="#" onClick="MyWindow=window.open('filename.htm','MyWindow','toolbar=no,location=no,directories=no,status=no ,menubar=no,scrollbars=no,resizable=no,resizable=n o,width=500,height=500,left=0,top=0');return false;">Link Text Goes Here<a/>
How to manipulate this should be appareant, I hope..
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 08-14-2006, 10:47 AM Re: How to create pop-up browser?
Novice Talker

Posts: 10
Trades: 0
Thank you Chip Johns, that's exactly what I'm looking for.
serenathy is offline
Reply With Quote
View Public Profile
 
Old 08-18-2006, 12:57 AM Re: How to create pop-up browser?
Novice Talker

Posts: 9
Trades: 0
Quote:
Originally Posted by serenathy View Post
I know how to create pop-up window, but the window does not have a print option for you to print a hard copy of the window.

I want to create pop-up browser, I guess, that what you could call it. The window looks like a pop-up window but additionally has the file, edit, view, favorite, tools, help options on top just like a new window, but is without the url address bar and back, forward, home etc. options.

Hopeful someone will understand what I'm talking about.

Thanks.

This site is pretty easy The JavaScript Source: Code Generators: Popup Window Maker
__________________
Check out
Please login or register to view this content. Registration is FREE
encryptplanet is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to create pop-up browser?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41568 seconds with 13 queries