0
votes
6answers
5k views
How to code a JavaScript modal popup (to replace Ajax)?
I need to replace our Ajax Modal Popup controls with a JavaScript equivalent. We use this as a simple context sensitive help type popup. I did a quick browse but didn't see quite what I was looking …
1
vote
2answers
74 views
Cocoa Pop-up Window Similar to iCal
I want to open an overlay window (pop up window) when a user selects a cell in my NSTableView similar to selecting an event in iCal. Selecting the event in iCal shows a Window to edit the event, but …
1
vote
2answers
76 views
Alternative to <rich:modalPanel> for Internet Explorer 6
Hello,
The pages of my web application are loaded really slowly on Internet Explorer 6, compared to Firefox : around 6s for IE6, 3s for Firefox.
The size of the pages are indeed a big problem in my …
0
votes
2answers
167 views
Javascript image gallery not working
I used a image gallery engine called prettyPhoto.js to a wordpress site that I was creating. However, for some strange reason the image gallery seems to have completely stopped working and I can't for …
1
vote
2answers
197 views
Apple’s Gallery Overlay Lightbox
I'm looking for something very, very close in functionality to the lightbox on
Apple's MacBook Pro website (the lightbox will open automatically).
I really need the thumbnail slider and the …
0
votes
1answer
280 views
Modal window with jquery navigation inside
I am trying to set up a sites navigation which extends over several levels. I have built one option for the client where the different levels open using jquery and want to now see how this looks …
1
vote
2answers
56 views
Is it possible to build an addon to firefox that can break a loop of alerts?
Several times I got into conditions my scripts threw alerts in high rates. While there is an alert modal window open, you can't do any other action in the browser. I am looking to develop an add-on …
0
votes
4answers
985 views
JQuery Modal Box Positioning
Alright. I am using a Modal box pop up window to display business details of a dynamic table. This table is very long. Everything works right with the modal box, but if they are say scrolled to the …
7
votes
8answers
3k views
What are some good pop-up dialog boxes for Ruby on Rails
I want to use modal pop-up windows in our web app in Ruby on Rails. Note that I don't want to create a new browser window, but a sub-window inside the existing webpage. We've tried things like …
0
votes
4answers
242 views
Modal Window When Clicking Link Button
Hi all,
I have a LinkButton inside a data list. When I click on this LinkButton, I want to open a modal widow and load another html page in it.
Can you guys please help me with this?
0
votes
5answers
393 views
Modal popup in Classic ASP?
I write in .NEt and in classic ASP. I want to create a modal popup in asp. I like in .NET how the parent page can be disabled and turned a different color. Is this possible in ASP? Or is there no easy …
0
votes
3answers
205 views
How to trigger a pop-up window on a button click?
The button is derived from user control. I want to associate a pop-up window on click of that particular butoon. I can able to achieve this on click of anyother buttons on my base page but as that …
1
vote
2answers
3k views
jQuery Login modal popup for ASP.NET 2.o Page
Dear All,
I have an ASP.NET web page(Not MVC ) (HomePage.aspx) and another page (PRiceList.aspx).I have a login feature in my Home page.So when a user logged in the site, They can go to the …
0
votes
3answers
906 views
Response.redirect on Popup to go to Main page..
I have a pop up, that opens when i select a link in parent form.
If some exception occurs in page load catch of pop up window, then the error should go to parent page, not the pop up page.
if …
0
votes
2answers
602 views
Is it possible to fire off another button’s onclientclick event??
I have a modal popup that has a targetId to a hidden button. I want the popup to occur when a button in a grid is clicked but that button is programmed behind the code and therefore the targetId would …
