Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I'm new to .Net

Can I Open another web page using jquery model dialog form in my first page?


My problem is following:

"I have .aspx page with a User Form with some editable fields and a Next Button.
On Double click at the textbox a new popup page should open (without refreshing, not redirect).

How can I manage this?"



for eg: I have a purchase order form with some filed supplier name, address, city, etc.
The supplier name comes from a supplier master form.

When there is a new supplier then at puchase order form the user just double click on the supplier name filed and it calls the supplier master form.

Please help me!
Thank you
Posted
Updated 14-Aug-10 23:47pm
v4
Comments
Dalek Dave 15-Aug-10 5:47am    
Edited for Readability, Syntax and Grammar.

Check window.open or window.showModalDialog methods using javascript.
 
Share this answer
 
v2
Comments
ThatsAlok 27-Jul-10 3:26am    
Reason for my vote of 5
exact answer :-)
Javascript is the key :-) search google!
 
Share this answer
 
v2

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