Jump to content

fixed width window


sarath

Recommended Posts

Hello,

 

Are you talking about popup windows? If so, there are several ways to do it. But I would recommend that you use the javascript approach

 

javascript:NewWindow=window.open(\'theURLofthepage\',\'newWin\',\'width=1024,height=768,left=0,top=0,toolbar=No,location=No,scrollbars=Yes,status=No,resizable=Yes,fullscreen=No\');  NewWindow.focus();void(0);

 

All of the window property is configurable by yes or no.

 

Check out the gallery on this site to see it in action www.istarwebsolutions.com

Edited by jayacab
Link to comment
Share on other sites

hai

 

thanks for ur help.

 

but i am not lucky. it's not working. adobe flash player is showing warning message-adobe flash player has stopped potentially unsafe operation . what can i do. please help me.

 

 

 

thanku

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...