| Issue 174: | iFrame always cause 2 requests to the page | |
| 3 people starred this issue and may be notified of changes. | Back to list |
|
Please consider the following code snipet : <a id='actlnk' title='More infos' href='Details.aspx?id=14'>Click Here</a> This simple page pass a parameter named 'id'. The page then sends a select statement to the database. The problem is that whenever I access my pages thru an iFrame nyroModal, it always access the page two times which is bad when you keep database performance in mind.
Feb 20, 2009
Project Member
#1
nyro...@gmail.com
Mar 16, 2009
I should say that I currently have an issue like this one on Firefox and Opera,
which surprises me. IE works normally.
I use manual call, using the code:
$().nyroModalManual({
bgColor: '#c10',
debug: true,
modal: true,
forceType: 'iframe',
title: "You've got an error:",
url: "http://localhost/processor/?error="+errCode
minWidth: 400,
minHeight: 200
})
After execution in Opera and FF I receive 3 calls of iframe's URL, IE works normally
and generates 1 call.
Any advices?
May 14, 2009
The following fixes this bug: https://code.google.com/p/nyromodal/issues/detail?id=246
May 14, 2009
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 246 |
||||||||