![]() |
|
|
|
#1 |
|
i am calling a .aspx to show as pop up but the page apear minimized when opened.
first of all i m using these code of lines to call another .aspx page string clientScript = "" + "window.open('SlotsBlockage.aspx?" + this.paramsToBlockPage + "', 'RecurrentBlock'," + "'width=850, height=350, menubar=no, center=yes, resizable=no');" + ""; that further call another.aspx page to open as pop up The name of my first page is SlotsBlockage.aspx lets say....then this page calls the default2.aspx page as popup. I am using the below mentioned line in my .aspx page to call default2.aspx page as popup <iframe id="iframeSlotsBlockage" src="Default2.aspx" style="width: 850px; height: 550px"> when this page popps up this apears as minimized .. i am unable to resolve the problem.. if any one have any idea Kindly reply..... sam sam.dev |
|
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Dec 2007
Posts: 29
|
var x = window.open(SlotsBlockage.aspx?', 'RecurrentBlock',idth=850, height=350, menubar=no, center=yes, resizable=no');
if ( x != null ) { x.focus(); } ProgTalk |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2007
Posts: 2
|
thnks a million
good work around...it is working in my case... sam.dev |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Dec 2007
Posts: 29
|
Glad I could help.
ProgTalk |
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Minimized tab problems | aaf343 | General Help Related Topics | 0 | 10-26-2009 03:45 AM |
| sessions in .aspx getting mixed up. | jet vedi | Software | 0 | 07-23-2009 07:25 PM |
| Load .aspx page on another frame from TreeView Event | Sangeeth | Software | 0 | 06-25-2009 09:20 AM |
| Generate .aspx file and .cs file behind it | jyoti.bannigidad@gmail.co | Software | 0 | 09-18-2008 07:54 AM |