Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friend,
Can you help me that i have ebook in my database. when I clcik button ebook open in popup
Using Jquery or c#..


Thanks


Jitendra
Posted
Comments
ZurdoDev 8-Jan-13 7:57am    
There isn't enough detail to give you a solution, but I would suggest you searching for jquery plugins to do what you want.
bbirajdar 8-Jan-13 7:57am    
Okay.. When you click , then the ebook opens in the popup... That's good.. So whats the question ?
Sanjay Debnath 8-Jan-13 14:44pm    
Is the ebook is in jpg/pdf... what format is it saved in DB?
Jitendra Ballia 10-Jan-13 0:17am    
sir,
I saved ebook pdf format in db...

1 solution

just use the javascript, jquery will run it just the same

VB
window.open( "http://www.google.com/", "myWindow",
"status = 1, height = 300, width = 300, resizable = 0" )
 
Share this answer
 

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