open with no IE menu and buttons

9

981119

Hello all,

First time in this forum, actually i'm no experience with javascript,
i have one htm file which contains some javascript
one quick question, can i add javascript to let it open with no IE menu
and buttons?
i know that window.open can do it, but i mean script should be added in
this current htm file.

any comments is appreciated.

Best Regards,

-Chris
 
9

981119

Hi Jim,

Thanks for you suggestion!

last thing, i create another htm file, can it work as show below?

<script language="javascript">
window.open("calculator-en.htm","","toolbar=no,menubar=no,
scrollbars=no,status=no,top=0,left=0")
</script>

i tried, however no page is loaded.

Thanks!

Best Regards,


-Chris
 
9

981119

Hi Jim,

I tried out, yes, it can work:

<script language="javascript">
window.open("calculator-en.htm","","toolbar=no,menubar=no")
</script>

It's really a good forum here,

Thanks you very much Jim.

Best Regards,

-Chris
 
R

Randy Webb

981119 said the following on 7/24/2006 1:19 AM:

Please quote what you are replying to.

If you want to post a followup via groups.google.com, don't use the
"Reply" link at the bottom of the article. Click on "show options" at
the top of the article, then click on the "Reply" at the bottom of the
article headers.

Hi Jim,
I tried out, yes, it can work:

You should test that code with IE6 with the popup blocker enabled and
see how long it "works" with a new window that was not initiated by user
interaction.
<script language="javascript">

language is deprecated, use the type attribute instead.
window.open("calculator-en.htm","","toolbar=no,menubar=no")
</script>

It's really a good forum here,

Maybe that would be true if this were a "forum" but, rather, it is a
Usenet Discussion Group.

But, had you read the group FAQ, specifically 4.36, you probably
wouldn't have had to post this question at all.

"How do I modify the current browser window?"
<URL: http://jibbering.com/faq/#FAQ4_36>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,433
Messages
2,571,683
Members
48,796
Latest member
Greg L.

Latest Threads

Top