Questions tagged [modalpopups]

70 questions
0
votes
1 answer

Auto resizable popups with scrolling bars

I’m trying to create popups that has a header, body and footer, that resizes depending on the content and to a maximum depending on the viewable content from the browser (if you expand the browser, so does the popup and adjusts), and activate the…
DanCoder
  • 23
  • 1
  • 7
0
votes
2 answers

Can multiple CSS hover popups occupy the same space within a single div?

I'm trying to have text spans pop up on a hover pseudo-class for different lines in a menu (list items). I can have the pop-ups occupy the same space in the div if the menu/list is horizontal, but a vertical list places the popups at the same…
pjkoc
0
votes
0 answers

Modal Popup box with bootstrap from code behind

I have the requirement of using modal popups with bootstrap. I want to call it from the code behind to display a successful message without using ajax.
Alf
  • 25
  • 11
0
votes
2 answers

How Do I make this SimpleModal to onLoad?

How do I make this SimpleModal script to load when the page loaded instead of clicking the button? Thank You =) < div id='basic-modal' > Demo
< div id="basic-modal-content" > Basic Modal…
chris
  • 1
  • 1
  • 2
0
votes
3 answers

Ajax modal popup loads behind the activex control

In a page there is an activex control as well as a button whose onclick opens an ajax modal popup. The problem i face is that whenever the button is clicked the ajax pop up loads behind the activex control and thus it is hidden.So I am not able to…
Aravind
  • 4,125
  • 1
  • 28
  • 39
0
votes
1 answer

Jquery modal popup window in MVC

Is Jquery modal-dialog popup the best solution for creating popups that will work across all major browsers?
Carla
  • 111
  • 1
  • 7
0
votes
1 answer

icefaces modal popup timeout issue

Have a question regarding something which has been bugging me for some time now.I'm using icefaces to generate a modal popup with search fields.Clicking search kicks off a screen scraper for a particular website. My problem is this.If you enter some…
damien535
  • 627
  • 3
  • 14
  • 31
0
votes
2 answers

modalpopup vs url rewriting

Why when i use url rewriting then modalpopup(asp.net ajax controltoolkit doesn't work?Why? my code
lodun
0
votes
1 answer

jquery timepicker inside ModalPopupExtender not update

I have a timepicker inside ModalPopupExtender $(document).ready(function () { $("#<%= txtTs.ClientID %>").timepicker({ 'timeFormat': 'h:i A' }); }); I have a link button in gridview, after click the link ModalPopup showup, and…
Mike Long
  • 363
  • 4
  • 16
0
votes
1 answer

How to show title below modal in magnific popup

I am opening an MVC view in magnific I need to show a title (caption) below the modal But caption is only for image type but I am using Ajax type. I have set the title attribute on both the hyperlink that I click to open the modal and the root…
kheya
  • 7,546
  • 20
  • 77
  • 109
0
votes
1 answer

Pass variable to frame via loadData in Bpopup

I, i need to pass a value to ajax iframe, i using loadData method of Bpopup to this. The problem is this: don't know how i pass variable to target ajax frame, so when the modal show, catch that value and process it via jQuery if someone have…
rsurjano
  • 58
  • 2
  • 8
0
votes
3 answers

How to load an appened tag onto a URL on page load

I know there are more efficient ways at doing this but I have my reasons for doing it this way. I have a modal popup window. I would like for this window to pop up as soon as the visitor loads the page. As of right now the window is reached and…
user2833068
  • 139
  • 7
  • 13
0
votes
1 answer

Click in ModalPopup IFrame changes URL in Parent Window

I'm using Visual Studio 2008 and ASP.NET MVC 1. I have a View where i open another View in a modal popup using fancybox. In this popup users can edit some data. It works great and the data is presented by the modalpopup, but when i click on the save…
nWorx
  • 2,145
  • 16
  • 37
0
votes
1 answer

Jquery- fetch checkbox selected values and save it to cookies at modal close button click

Spent almost two days trying to figure out this problem. I have modal popup with dynamic checbox list (generated from database) and close button on modal popup. What I want is that when user click 'Close' button, then modal popup is closed but the…
michael24B
  • 293
  • 1
  • 6
  • 20
0
votes
1 answer

Pop-up Window Fails to Appear in Windows 7

I have been scratching my head about this issue for a while: I use Visual Studio 2005 as my development environment, running on Windows 7 Professional. I use components from Infragistics for development, including what is called an…
meltdownmonk
  • 493
  • 2
  • 7
  • 17