navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Removing Links Bar,Address Bar and Button Bar

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Removing Links Bar,Address Bar and Button Bar
Page: [1]
 
glears

 

Posts: 5
From: Scarborough, ON, Canada
Status: offline

 
Removing Links Bar,Address Bar and Button Bar - 4/22/2001 20:22:00   
Using FP2000, How would I be able to have a page come up with the browser buttons, links and address bar off.
sticks

 

Posts: 40
From: Peria, Northland, New Zealand
Status: offline

 
RE: Removing Links Bar,Address Bar and Button Bar - 4/22/2001 20:01:00   
You will need to use javascript. There's a pop-up window generator (which you can configure) at http://javascript.internet.com/generators/popup-window.html

(in reply to glears)
glears

 

Posts: 5
From: Scarborough, ON, Canada
Status: offline

 
RE: Removing Links Bar,Address Bar and Button Bar - 4/23/2001 20:03:00   
Thanks Sticks, I've tried the java script code generator and it gave me this to put in the Head.
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=650');");
}
// End -->
</script>
One Problem, Everything between <SCRIPT LANGUAGE="JavaScript"> and </script> appears in red and does nothing. Also to put <BODY onLoad="javascript opUp('')">
in the body. The file name goes in the middle of (''). Here I get cannot find the file name. Example c:\MyWeb\Project.htm, will give me and error that it cannot locate file ///MyWebProject.htm. It removes the backslash for the directory. Do you know what I might be doing wrong.

(in reply to glears)
glears

 

Posts: 5
From: Scarborough, ON, Canada
Status: offline

 
RE: Removing Links Bar,Address Bar and Button Bar - 4/23/2001 20:44:00   
Just to add on, what I want to do is be able to click on a shortcut on the desktop that will bring up the page. Basicly, I'm creating a Working Demo of a Software at the office that the support staff will be using. So does the code for the pop up window configure the page or does it just let Explorer know how to open the next window.

(in reply to glears)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Removing Links Bar,Address Bar and Button Bar
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts