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

Posts: 10
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
 
When You Register, These Ads Go Away!
Old 08-11-2006, 11:04 AM Re: How to create pop-up browser?
Moldarin's Avatar
Extreme Talker

Latest Blog Post:
Keyword Density and Title Tags
Posts: 200
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, 12:09 PM Re: How to create pop-up browser?
Novice Talker

Posts: 10
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, 05:00 PM Re: How to create pop-up browser?
futurevisions's Avatar
Skilled Talker

Posts: 98
Location: UK
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 Visit futurevisions's homepage!
 
Old 08-11-2006, 06:12 PM Re: How to create pop-up browser?
ChipJohns's Avatar
I don't know! Do you?

Posts: 485
Name: Chip Johns
Location: Savannah Georgia
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, 11:47 AM Re: How to create pop-up browser?
Novice Talker

Posts: 10
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, 01:57 AM Re: How to create pop-up browser?
Novice Talker

Posts: 9
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
encryptplanet is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to create pop-up browser?
 

Thread Tools

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

vB 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.15537 seconds with 13 queries