Go Back   Ultimate Web Site Drop Down Menu Forum > Web Development > Javascript
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
Thread Tools Display Modes
Unread 11-20-2008, 05:37 PM
ISMAILC ISMAILC is offline
Member
Join Date: Dec 2007
Posts: 45
  #1  
Question URL to open in maximized window state within current window

Hi, I need help please!

I have a link on a page, where i wont it open in maximized window state.

the "_parent" allows to open in current window, but the maindow is never at maxmize state.
I want the url to open in current window which it does but also force to open in maxize window state:

<td rowspan="2"><a href="http://srv8-z199/fcFlow/Home.aspx" target="_parent"> height="127"></a></td>

Regards
Reply With Quote
Unread 11-21-2008, 08:18 AM
ISMAILC ISMAILC is offline
Member
Join Date: Dec 2007
Posts: 45
  #2  
Default

Got help:

<script>
function maxGoto(webpage) {
// Move window to top left corner then resize it to screen size
window.moveTo(0,0);
window.resizeTo(screen.width,screen.height);

// Goto the specified web page
location.href=webpage;
return false;
}
</script>
</head>

<a href="#" onclick="maxGoto('http://srv8-z199/fcFlow/Home.aspx');"></a>
Reply With Quote
Reply


Thread Tools
Display Modes

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
Forum Jump


All times are GMT. The time now is 05:25 AM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.