Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 01-31-2008, 01:13 PM   #1
Default .aspx page apears minimized when pops up


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
sam.dev is offline   Reply With Quote
Old 02-02-2008, 02:52 AM   #2
ProgTalk
Junior Member
 
Join Date: Dec 2007
Posts: 29
Default this could help
var x = window.open(SlotsBlockage.aspx?', 'RecurrentBlock',idth=850, height=350, menubar=no, center=yes, resizable=no');

if ( x != null )
{
x.focus();
}


ProgTalk
ProgTalk is offline   Reply With Quote
Old 02-04-2008, 05:41 AM   #3
sam.dev
Junior Member
 
Join Date: Sep 2007
Posts: 2
Default thnks
thnks a million
good work around...it is working in my case...


sam.dev
sam.dev is offline   Reply With Quote
Old 02-04-2008, 03:04 PM   #4
ProgTalk
Junior Member
 
Join Date: Dec 2007
Posts: 29
Default
Glad I could help.


ProgTalk
ProgTalk is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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