Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Resize pop-up within URL for SQL send

Author  Topic 

NatJac
Starting Member

2 Posts

Posted - 2008-03-04 : 16:15:53
I am trying to send information through a URL to our SQL server and would like that the pop-up does not show for the user. Therefore, I would either like to hide the pop-up before it launches or resize it. The problem is I don't have access to the source code of the form I am launching the pop-up from and would therefore like to place the resizing/hiding within the URL, which I am able to alter in anyway on the form that I am working with. Is this possible and does anyone know how to do this?

Natalie

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2008-03-04 : 17:21:53
you want to modify the size of the window from the url?

maybe with running javascript in url... but i don't know how to do this.
other than that i don't think there's a way.

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com
Go to Top of Page

NatJac
Starting Member

2 Posts

Posted - 2008-03-04 : 17:30:48
That is correct, I would like to resize the pop-up within the URL. hmm..

Natalie
Go to Top of Page
   

- Advertisement -