Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > I need a borderless window...help!

Reply
Thread Tools

I need a borderless window...help!

 
 
trint
Guest
Posts: n/a
 
      09-12-2005
I've tried everything...
function showRemote() {
self.name = ""; // names current window as "main"

var windowprops =
"border=0,titlebar=0,toolbar=0,location=0,director ies=0,status=0, " +
"menubar=0,scrollbars=0,resizable=0,width=256,heig ht=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

 
Reply With Quote
 
 
 
 
Bruce Barker
Guest
Posts: n/a
 
      09-12-2005
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)


"trint" <> wrote in message
news: oups.com...
> I've tried everything...
> function showRemote() {
> self.name = ""; // names current window as "main"
>
> var windowprops =
> "border=0,titlebar=0,toolbar=0,location=0,director ies=0,status=0, " +
> "menubar=0,scrollbars=0,resizable=0,width=256,heig ht=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
>



 
Reply With Quote
 
 
 
 
sreejith.ram@gmail.com
Guest
Posts: n/a
 
      09-12-2005
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 "

 
Reply With Quote
 
trint
Guest
Posts: n/a
 
      09-12-2005
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

 
Reply With Quote
 
sreejith.ram@gmail.com
Guest
Posts: n/a
 
      09-12-2005
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..

 
Reply With Quote
 
darrel
Guest
Posts: n/a
 
      09-12-2005
> That is sooo crazy that I am limited in my design by someone elses
> fear.


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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Borderless formatted Printing from ASP.NET Clint MacDonald ASP .Net 3 05-02-2005 09:37 AM
Borderless frames John Smith HTML 13 02-26-2004 11:37 AM
Borderless Printing Lynn Digital Photography 17 09-13-2003 02:17 PM
Canon S900 borderless prints options ralford Digital Photography 3 09-12-2003 03:20 AM
Canon i9100 Owners - borderless printing Roland Wooster Digital Photography 1 07-18-2003 07:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57