I need to make IE buttons and menu's disappear.

T

Trint Smith

Ok,
On my website, tribidz.com, there is one page that needs to not have any
buttons or menu or address bar. How can I do this? What is the html
code or whatever?
Thanks,
Trint

..Net programmer
(e-mail address removed)
 
S

S. Justin Gengo

Trint,

If you're interested I've created a javascript object you may download from
my site which has many useful javascripts specifically designed for use in
..NET. One of them does exactly what you need to do: It let's you specify a
new window to open and gives easy access to setting all of the available
properties like whether or not to show the toolbar, etc.

All of the code and objects on my site are free and all projects source code
is downloadable as version 1.1 .NET projects.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
T

Trint Smith

which links?
i've never seen them fail.
Thanks,
Trint

..Net programmer
(e-mail address removed)
 
G

Guest

This tip helped me also, except that when I type this code into my page there is a blue line under "Window" and when I hover over it I see, "Name 'Window' is not declared. Is there a namespace I need to import?

Thank you,
Judy
 
S

Steve C. Orr [MVP, MCSD]

It's client side javascript.
It needs to go in your html page, inside script tags.
<script language=javascript>
window.open('MyPage.aspx','_blank');
</script>

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


Judy Ward said:
This tip helped me also, except that when I type this code into my page
there is a blue line under "Window" and when I hover over it I see, "Name
'Window' is not declared. Is there a namespace I need to import?
 
S

S. Justin Gengo

TJS,

That's interesting. I am using IE 6 and everything works fine. I've had
other co-workers test this via IE 6 from 5 other computers and all buttons
and links on my site work fine. You must have something in IE's settings
changed. If, because of the recent security issues, you've turned of
scripting that could be it. You'll find that .NET relys heavily on
scripting.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
S

S. Justin Gengo

Trint,

This error usually occurrs if you are passing an empty object into a method
that is looking for a string.

In other words, you are calling a sub or function and passing it an empty
string. I would step through your page load code in the debugger and you
should be able to identify which string isn't getting filled. The string in
question is eventually being passed into the datetime's parse routine. So
you have a string that you are expecting to be a date which is actually
null.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
T

TJS

when I click through on pricing , skills or contacts,

the screen is all the blue background, the menu items such as demos,
biography are at the bottom of the screen and this text or some variation
of it is displayed

<img id="imgR1C1" src="images/background/hdr_r1_c1.gif" bor...

I don't have problems at any other website....
 
S

S. Justin Gengo

TJS,

Which operating system and browser are you using?

I've seen the blue bar expand to fill the screen on Safari occasionaly, but
a refresh always renders it correctly the second time...

I assume it's a bug in Safari since, when I do a view source on both the
mis-rendered and properly rendered pages the code is identical, yet the
browser sometimes shows it incorrectly.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
T

TJS

IE6 win xp Pro
everything is up to date.


S. Justin Gengo said:
TJS,

Which operating system and browser are you using?

I've seen the blue bar expand to fill the screen on Safari occasionaly, but
a refresh always renders it correctly the second time...

I assume it's a bug in Safari since, when I do a view source on both the
mis-rendered and properly rendered pages the code is identical, yet the
browser sometimes shows it incorrectly.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

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

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top