Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Guys how to open a screen whose width and height are 500px when i click any link and it should not open the window like windows prompt box , it should open like as css effect just as a normal box without any windows control. help me out ..


onClick="window.open('link.aspx','mywindow','width=600,height=450,left=500px')"

i dont want this type of opening of a page.. bcoz i cant work further anywork in type of page ..
Posted
Updated 3-Feb-14 1:46am
v2

1 solution

You'll need to develop your own popup control or use an existing one :
https://jqueryui.com/dialog/[^]
http://www.jquerybyexample.net/2013/01/jquery-popup-window-tutorial-plugins.html[^]
 
Share this answer
 
Comments
kishorebt 4-Feb-14 3:09am    
How to embedded aspx page in that..
Ahmed Bensaid 4-Feb-14 3:46am    
Take a look at this thread's accepted answer ;)
http://stackoverflow.com/questions/13448467/javascript-or-jquery-popup-to-display-target-url-in-same-page
kishorebt 4-Feb-14 6:15am    
can i do a operation of fetching and inserting into a database when i click a button frm a popup window.. if so plz provide a valid example if it may be a short one then also OK.
Ahmed Bensaid 4-Feb-14 6:28am    
You can do this with AJAX ;)
http://www.brainbrushups.com/2013/11/insert-data-in-database-without.html
http://www.aspsnippets.com/Articles/Insert-Update-Data-to-Database-with-jQuery-AJAX-and-WebMethod-in-ASPNet.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900