Showing posts with label null. Show all posts
Showing posts with label null. Show all posts

Thursday, March 22, 2012

Taking off the Address Bar and..

hi

I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.

I think there is a parameter to do it, also I′m using IE 6.0

Any Sugg
Thks

Kendo a google on it, there are a series of params and that is indeed an
option. It's not an ASP.NET issue but rather a clientside/javascript one.
I'd start there.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com

"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
> hi
> I'Dont know to much about JavaScript, anyway
> I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
> windows , and it works fine, but now, I dont want to show in the new
> window
> neither Address Bar nor Standard Buttons Bar.
> I think there is a parameter to do it, also Im using IE 6.0
> Any Sugg
> Thks
> Ken
NewWin = window.open (<url>, <windowName>, 'location=no,toolbar=no');

HTH

"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
hi

I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.

I think there is a parameter to do it, also Im using IE 6.0

Any Sugg
Thks

Ken

Taking off the Address Bar and..

hi
I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.
I think there is a parameter to do it, also I′m using IE 6.0
Any Sugg
Thks
Kendo a google on it, there are a series of params and that is indeed an
option. It's not an ASP.NET issue but rather a clientside/javascript one.
I'd start there.
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
> hi
> I'Dont know to much about JavaScript, anyway
> I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
> windows , and it works fine, but now, I dont want to show in the new
> window
> neither Address Bar nor Standard Buttons Bar.
> I think there is a parameter to do it, also Im using IE 6.0
> Any Sugg
> Thks
> Ken
NewWin = window.open (<url>, <windowName>, 'location=no,toolbar=no');
HTH
"Ken" <Ken@.discussions.microsoft.com> wrote in message
news:64F77FE9-9B17-4F6C-B0F3-8D69B86E238C@.microsoft.com...
hi
I'Dont know to much about JavaScript, anyway
I'm using JavaScript (NewWin = open('" + UML + "','null')) to open a new
windows , and it works fine, but now, I dont want to show in the new window
neither Address Bar nor Standard Buttons Bar.
I think there is a parameter to do it, also Im using IE 6.0
Any Sugg
Thks
Ken

Tuesday, March 13, 2012

td bgcolor based on variable

Hello, I am fairly new at ASP.Net and I am using 2.0. I am populating a table from a SQL query. If the field is blank/null, I would like to color the background yellow in the. How do I test for the variable and make this happen? Thanks for your help. Jim

This should help

Custom Formatting Based Upon Data

http://www.asp.net/learn/dataaccess/tutorial11vb.aspx?tabid=63


Create a databound envent handler and make the corresponding format according to the data you get. Yeah, the above link a great one and should solve your problem. take a deep look at it. thanks