|
| |
|
|
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.
|
|
|
|
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.
|
|
|
|
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.
|
|
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
|
|
|