I need a borderless window...help!

T

trint

I've tried everything...
function showRemote() {
self.name = ""; // names current window as "main"

var windowprops =
"border=0,titlebar=0,toolbar=0,location=0,directories=0,status=0, " +
"menubar=0,scrollbars=0,resizable=0,width=256,height=403";

OpenWindow = window.open("logon2.aspx", "remote", windowprops); //
opens remote control
}
and many others...I can't start a window displaying my small menu
(which is really an aspx file) "c# codebehind" which is to be comming
executed from another aspx webfile that will minimize into the system
tray as it displays this window I need.
ANY help is truely appreciated.
Thanks,
Trint
 
B

Bruce Barker

due to security reasons, browsers no longer allow borderless windows.
nowdays, when you see a web site with a borderless pop-up is usually a
floating div.

-- bruce (sqlwork.com)
 
S

sreejith.ram

IFRAME inside a floating div could mimic a border less floating
window.(inside the main page window).

But I am not sure about this part of teh requirement "minimize into the
system
tray as it displays "
 
T

trint

ok,
So, I cannot "hide()" executing webform.aspx and leave floating div
interface up without border?
That is sooo crazy that I am limited in my design by someone elses
fear.
Thanks,
Trint
 
S

sreejith.ram

No need to limit the design. Only need to change the technology you are
looking at. You could build a Client application to do this job.

IE & ASP.NET cannot do it.. well, your car can not fly you to next
airport too.. :)
 
D

darrel

That is sooo crazy that I am limited in my design by someone elses

Or is it sooo crazy that you can't work within the paramaters of the medium?
;o)

The web is what it is. Either adapt to it, or consider making your
application NOT a web page.

-Darrel
 

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
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top