Précédent   Forum des professionnels en informatique > Webmasters - Développement Web > HTML / DHTML / XHTML
HTML / DHTML / XHTML Forum sur la programmation HTML / DHTML/ XHTML et la validation W3C. Cours (X)HTML, FAQ (X)HTML
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 22/12/2011, 19h59   #1
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Par défaut Problème d'ancre sous IE et Chrome

Bonjour,

Petite demande à ceux d'entre vous qui manipulent des documents avec des ancres, je rencontre un soucis sur IE9 et Chrome :
Dans une page HTML A, j'intègres vers le bas de cette page une iframe qui appelle une autre page HTML B à une ancre #lambda. Cela fonctionnes oui MAIS sous IE et Chrome, au chargement de la page A, celle ci descends toute seule vers l'iframe en question ... Hors c'est pas du tout ce qui est demandé !

Sous firefox pas de problème ... Avez vous une idée ? Merci.

Voici le code :

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
 
[onload;file='../tpl/header.html';subtpl;getbody]
<div class="main_content">
[onload;file='../tpl/menu.html';subtpl;getbody]
<div class="center_content">
[onload;file='../tpl/left_menu.html';subtpl;getbody]
<div class="right_content">
<div id="bigtable">
 
<h2>Admin > [onshow.pagename] > List of titles</h2>
<hr style="border: none; border-top: 1px solid #CCC; margin-top:-5px"/>
<div class="error_box" style="display: none"></div>
<div class="valid_box" style="display: none"></div>
<div class="warning_box" style="display: none"></div>
 
<h2><a href="title_step1.php" class="bt_green" style="margin-top: -3px"><span class="bt_green_lft"></span><strong>+ Add new title</strong><span class="bt_green_r"></span></a></h2>
 
<div class="form" style="width: 800px">
		<form id="search_title" action="titles.php" method="post" class="niceform" style="float: left; width: 100%">
                <fieldset>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>[blk11.key;block=dl] :</label></dt>
						<dd><input type="text" name="[blk11.val;block=dd]" id="" size="50" /></dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Format:</label></dt>
						<dd>
							<select name="format_id">
							<option value=""></option>
							<option value="[formats_s.format_id; block=option]">[formats_s.format_en; block=option]</option>
							</select>
						</dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Category:</label></dt>
						<dd>
							<select name="cat_id">
							<option value=""></option>
							<option value="[categories_s.cat_id; block=option]">[categories_s.cat_en; block=option]</option>
							</select>
						</dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Studios:</label></dt>
						<dd>
							<select name="studio_id">
							<option value=""></option>
							<option value="[studios_s.studio_id; block=option]">[studios_s.studioname; block=option]</option>
							</select>
						</dd>
					</dl>
 
					<dl>
						<dt style="width: 75px; text-align: left;"><label>[blk13.key;block=dl]:</label></dt>
						<dd><input type="text" name="[blk13.val;block=dd]" id="[blk13.val;block=dd]id" size="50" maxlength="4"/></dd>
					</dl>
					<dl style="font-weight: bold">
					<hr style="height: 1px; border: none; border-top: 1px solid #CCC"/>
					Availabilities</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Platform:</label></dt>
						<dd>
							<select name="platform_id">
							<option value=""></option>
							<option value="[platforms_s.platform_id; block=option]">[platforms_s.platformname; block=option]</option>
							</select>
						</dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>[availabilities.key;block=dl]:</label></dt>
						<dd><input type="text" name="[availabilities.val;block=dd]" id="[availabilities.val;block=dd]id" size="50" /></dd>
					</dl>
				<dl class="submit">
					<input type="submit" name="submit" id="submit" value="Search" />
				</dl>
                </fieldset>      
         </form>
</div>
 
<div class="error_box">[onshow;block=div;when [titles.#]=0]No titles found ...</div>
 
<div style="float: left; width: 100%; margin-bottom: 10px">
<h1>Make a report:</h1><br/>
	<div style="float: left; width: 100%">
		<iframe id="iframe_report" src="report.php?show_generate_button=true#select_template" frameborder="0" scrolling="no" width="600" height="150"/></iframe>
	</div>
</div>
<table id="rounded-corner">
    <thead>
    	<tr>
        	<th scope="col" class="rounded-company" style="text-align: center;"></th>
        	<th scope="col" class="rounded" style="">Image</th>
        	<th scope="col" class="rounded" style="">Title<br/><a href="?orderasc=true&orderby=title"><img src="[onshow.adminpath]/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=title"><img src="[onshow.adminpath]/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Org. Lang.<br/><a href="?orderasc=true&orderby=origin_country"><img src="[onshow.adminpath]/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=origin_country"><img src="[onshow.adminpath]/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Categories</th>
            <th scope="col" class="rounded">Date<br/><a href="?orderasc=true&orderby=production_year"><img src="[onshow.adminpath]/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=production_year"><img src="[onshow.adminpath]/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Studio<br/><a href="?orderasc=true&orderby=studio"><img src="[onshow.adminpath]/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=studio"><img src="[onshow.adminpath]/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Formats</th>
            <th scope="col" class="rounded">Lang.</th>
            <th scope="col" class="rounded">[onload.admin_titles_rights; if [val] = 'ok'; then 'Edit'; else '']</th>
            <th scope="col" class="rounded-q4">[onload.admin_titles_rights; if [val] = 'ok'; then 'Del'; else '']</th>
        </tr>
    </thead>
    <tbody>
		[titles;block=begin]
    	<tr id="tr[titles.title_id]">
            <td style="text-align: center"></td>
            <td><img src="http://[titles.img_url]" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=[titles.title_id]">[titles.title;htmlconv=no]</a></td>
            <td>[titles.original_lang_en]</td>
            <td>[categories.val;block=tr;htmlconv=no]</td>
            <td>[titles.production_year]</td>
            <td>[titles.studioname]</td>
            <td>[formats.val;block=tr;htmlconv=no]</td>
            <td>[langs.val;block=tr;htmlconv=no]</td>
            <td class="clickable">[onload.admin_titles_rights; if [val] = 'ok'; then '<a href="title_step1.php?title_id=[titles.title_id]"><img src="[onshow.adminpath]/images/user_edit.png" alt="" title="" border="0" /></a>'; else '']</td>
			<td class="clickable">[onload.admin_titles_rights; if [val] = 'ok'; then '<a href="titles.php?title_id=[titles.title_id]&action=delete" class="ask"><img src="[onshow.adminpath]/images/trash.png" alt="" title="" border="0"/></a>'; else '']</td>
		</tr>
		[titles;block=end]
    </tbody>
</table>
 
 
<script type="text/javascript">
$(document).ready(function() {
	$("tbody tr").children("td").css("cursor","pointer").addClass("view_infos");
	$(".view_infos:not(.clickable)").click( function() {
		var title_id = $(this).parent("tr").attr("id").replace("tr","");
		window.location.href = 'title_step1.php?title_id='+title_id;
		return false;
	});
	$('#fromid,#toid').numeric();
	$("#afromid,#atoid").datepicker({
		changeMonth: true,
		changeYear: true,
		dateFormat: 'yy-mm-dd'
	});
});
</script>
[onload;file='../tpl/inc_pagination.html';subtpl;getbody]
</div>
 
<div id="response"></div>
</div><!-- end of right content-->
</div><!--end of center content -->
<div class="clear"></div>
</div><!--end of main content-->
[onload;file='../tpl/footer.html';subtpl;getbody]
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 24/12/2011, 16h04   #2
Membre du Club
 
Avatar de betadev
 
Homme
Développeur Web
Inscription : octobre 2008
Messages : 80
Détails du profil
Informations personnelles :
Sexe : Homme
Âge : 27
Localisation : Tunisie

Informations professionnelles :
Activité : Développeur Web
Secteur : High Tech - Multimédia et Internet

Informations forums :
Inscription : octobre 2008
Messages : 80
Points : 56
Points : 56
Bonjour,

Peut être qu'il y a un code javascript dans la page qui oblige la page à descendre en bas , sinon c'est pareil sur IE et Chrome que FF.
betadev est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 26/12/2011, 23h18   #3
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Salut,

Ca à l'air que ca ne te fait pas l'erreur car je penses avoir omis de tout mettre. Je joins les html de la page principale et de l'iframe.
Au niveau des JS, ils sont inclus dans les pages en question, les autres JS appellés sont des classes/plugins jQuery.

Main Page :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso8859-1" />
<title>Titles</title>
<link rel="stylesheet" type="text/css" href="../../admin/style.css" />
<script type="text/javascript" src="../../admin/jquery.min.js"></script>
<script type="text/javascript" src="../../admin/jquery.numeric.js"></script>
<script type="text/javascript" src="../../admin/ddaccordion.js"></script>
<script type="text/javascript" src="../../admin/jquery.ui.datepicker.js"></script>
<script type="text/javascript" src="../../admin/jquery.jclock-1.2.0.js.txt"></script>
 
<script type="text/javascript" src="../../admin/jconfirmaction.jquery.js"></script>
<script type="text/javascript" src="../../admin/jquery-ui-1.7.1.custom.min.js"></script>
<script type="text/javascript" src="../../admin/jqbrowser-compressed.js"></script>
<link rel="stylesheet" href="../../admin/css/redmond/jquery-ui-1.7.1.custom.css" type="text/css" title="ui-theme" />
 
<script type="text/javascript">
ddaccordion.init({
	headerclass: "submenuheader", //Shared CSS class name of headers group
	contentclass: "submenu", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
	mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: true, //persist state of opened contents within browser session?
	toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='../../admin/images/plus.gif' class='statusicon' />", "<img src='../../admin/images/minus.gif' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
		//do nothing
	}
})
 
$(document).ready(function() {
	setTimeout(function() {
	if ( $.browser.OS() == 'Mac' ) {
		$("input[value='+']").each( function() {
			$(this).css({"position":"relative","margin-left":"-1200px"});
			$(this).prev(".NFButtonLeft").css({"position":"absolute","margin-left":"-20px"});
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
		});
	} else {
		$("input[value='+']").each( function() {
			$(this).css({"position":"relative","margin-left":"-1200px"});
			$(this).prev(".NFButtonLeft").css({"position":"absolute","margin-left":"-20px"});
			if ( $.browser.msie() )
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
			else
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
		});
	}
	} , 500);
	$('.ask').jConfirmAction();
});
 
$(function($) {
    $('.jclock').jclock();
});
</script>
 
<script language="javascript" type="text/javascript" src="../../admin/niceforms.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="../../admin/niceforms-default.css" />
 
</head>
<body>
 
<div id="main_container">
 
<div class="header">
    <div class="logo"><a href="titles.php"><img src="../../admin/images/VVSLogo.png" alt="" title="" border="0" /></a></div>
 
    <div class="right_header">You are logged on : xxx@xxx.fr<br/><br/><a href="login.php?logout=true" class="logout">Logout</a></div>
    <div class="jclock"></div>
</div>
 
 
<div class="main_content">
<div class="menu">
	<ul>
 
		<li><a href="titles.php" class="current">Titles</a></li><li><a href="title_step1.php" >Add a title</a></li><li><a href="studios.php" >Admin fields</a></li><li><a href="datas_import.php" >Data import</a></li><li><a href="report.php" >Report templates</a></li><li><a href="users.php" >Users</a></li>
	</ul>
</div>
 
 
<div class="center_content">
 
<div class="right_content">
<div id="bigtable">
 
<h2>Admin > Titles > List of titles</h2>
<hr style="border: none; border-top: 1px solid #CCC; margin-top:-5px"/>
<div class="error_box" style="display: none"></div>
<div class="valid_box" style="display: none"></div>
<div class="warning_box" style="display: none"></div>
 
<h2><a href="title_step1.php" class="bt_green" style="margin-top: -3px"><span class="bt_green_lft"></span><strong>+ Add new title</strong><span class="bt_green_r"></span></a></h2>
 
<div class="form" style="width: 800px">
		<form id="search_title" action="titles.php" method="post" class="niceform" style="float: left; width: 100%">
                <fieldset>
					<dl>
 
						<dt style="width: 75px; text-align: left;"><label>Title :</label></dt>
						<dd><input type="text" name="title" id="" size="50" /></dd>
					</dl><dl>
						<dt style="width: 75px; text-align: left;"><label>Cast :</label></dt>
						<dd><input type="text" name="cast" id="" size="50" /></dd>
					</dl><dl>
						<dt style="width: 75px; text-align: left;"><label>Keyword :</label></dt>
 
						<dd><input type="text" name="keyword" id="" size="50" /></dd>
					</dl><dl>
						<dt style="width: 75px; text-align: left;"><label># Volume :</label></dt>
						<dd><input type="text" name="volume" id="" size="50" /></dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Format:</label></dt>
						<dd>
 
							<select name="format_id">
							<option value=""></option>
							<option value="26">Blu-Ray</option><option value="28">CD Audio</option><option value="29">CD-ROM</option><option value="24">DVD</option><option value="25">HD DVD</option><option value="30">Master</option><option value="27">UMD</option><option value="1">VHS</option>
							</select>
						</dd>
 
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Category:</label></dt>
						<dd>
							<select name="cat_id">
							<option value=""></option>
							<option value="883">Adult</option><option value="863">Adventure</option><option value="900">All Girl</option><option value="901">All Sex</option><option value="924">Amateur</option><option value="936">Anal</option><option value="864">Animation</option><option value="928">Asian</option><option value="930">Big Breasts</option><option value="902">Blowjob</option><option value="941">Classics</option><option value="903">Classics &amp; Icons</option><option value="939">Combo</option><option value="865">Comedy</option><option value="891">Couples</option><option value="866">Crime</option><option value="867">Documentary</option><option value="868">Drama</option><option value="927">Ebony</option><option value="923">éditer</option><option value="950">Erotic</option><option value="929">Ethnic</option><option value="869">Family</option><option value="870">Fantasy</option><option value="892">Fetish</option><option value="871">Film-Noir</option><option value="935">Fitness</option><option value="940">Foreign</option><option value="893">Gang Bang</option><option value="894">Gay</option><option value="899">General</option><option value="151">Genres</option><option value="931">Hard Sex</option><option value="872">Horror</option><option value="896">Interactive</option><option value="932">Interracial</option><option value="873">Music</option><option value="874">Musical comedy</option><option value="875">Mystery</option><option value="943">Quebec New Cinema</option><option value="876">Romance</option><option value="945">Romantic Comedy </option><option value="944">Romantic Comedy</option><option value="877">Sci-Fi</option><option value="878">Short</option><option value="904">Special Interest</option><option value="926">Sports</option><option value="879">Suspense</option><option value="880">Thriller</option><option value="897">Transsexual</option><option value="881">War</option><option value="882">Western</option><option value="938">Young Girls</option>
 
							</select>
						</dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Studios:</label></dt>
						<dd>
							<select name="studio_id">
							<option value=""></option>
 
							<option value="42">1 Entertainment</option><option value="12">1st Strike</option><option value="159">Absurda</option><option value="137">Action Concept</option><option value="38">Adam &amp; Eve</option><option value="43">All Blew Shirts</option><option value="44">All Good Video</option><option value="30">Allumination</option><option value="32">Alpha Corp</option><option value="130">American Cinema International</option><option value="16">American World Pictures</option><option value="45">Andrew Blake Productions</option><option value="46">Antares Worldwide</option><option value="148">Arclight</option><option value="134">Arsenal Pictures</option><option value="120">Atlas International</option><option value="7">Aurora Entertainment</option><option value="117">Avrio Filmworks</option><option value="31">Becker Films International</option><option value="47">Ben Dover</option><option value="48">Bi Now Productions</option><option value="174">Bleiberg Entertainment</option><option value="49">Boardwalk Productions</option><option value="157">Bold Films</option><option value="154">BRK Distribution</option><option value="50">Bruce Seven</option><option value="51">Cabalerro</option><option value="52">Cameron Grant</option><option value="53">Candida Royalle</option><option value="122">Capitol Films</option><option value="41">Cinema Management Group</option><option value="156">Cinesavvy</option><option value="153">Cinetic Media</option><option value="131">City Lights Pictures</option><option value="54">Coastline Films</option><option value="55">Collectors Video</option><option value="26">Colmax</option><option value="34">Conquistador</option><option value="132">Constantin Film</option><option value="163">Content Film</option><option value="162">Content Films</option><option value="56">Cream</option><option value="8">Curb Entertainment</option><option value="125">Cyber 2000 Entertainment</option><option value="57">Defiance Films</option><option value="58">Destiny Productions</option><option value="59">Devil's Films</option><option value="60">Digital Playground</option><option value="61">Digital Sin</option><option value="18">Dream Entertainment</option><option value="24">E2 Productions</option><option value="127">Echo Bridge Home Entertainment</option><option value="168">Eclectic Film Group</option><option value="62">EFA</option><option value="147">El Diablo</option><option value="63">Elegant Angel</option><option value="144">Elephant Films</option><option value="149">Epic Pictures</option><option value="5">ESB Entertainment</option><option value="152">Europacorp</option><option value="11">Evil Angel</option><option value="64">Evil Empire</option><option value="65">Exquisite Pleasures</option><option value="66">Extreme Associates</option><option value="19">Fabrication Films</option><option value="67">Femme Productions</option><option value="68">Filmco</option><option value="142">First Independent Pictures</option><option value="135">First Look</option><option value="151">Foresight</option><option value="126">Freaky Deaky</option><option value="6">Fries Films</option><option value="21">Frost Bite Releasing Canada</option><option value="69">Future Works</option><option value="70">Gentelmen's DVD</option><option value="71">German</option><option value="72">Global</option><option value="123">Greedy</option><option value="118">Green Communications</option><option value="171">Grindstone Entertainment Group</option><option value="73">Hot Boxxx</option><option value="74">Hush Entertainment</option><option value="75">Hustler</option><option value="139">Ignite</option><option value="167">IM Global</option><option value="33">Imageworks Entertainment</option><option value="76">Impulse</option><option value="155">Inferno</option><option value="14">Insight Films</option><option value="77">Joe D'Amato</option><option value="78">John Leslie Proudct</option><option value="79">Jules Jordan Experience</option><option value="25">Kick Ass</option><option value="80">Knob Ryder</option><option value="121">Kushner-Locke</option><option value="128">Lava Lane Production</option><option value="37">Lee Daniels Entertainment</option><option value="81">Legend</option><option value="82">Leisure Time</option><option value="143">Lightning Entertainment</option><option value="161">Lola Films</option><option value="83">Mach 2</option><option value="84">Machoman</option><option value="85">Madness</option><option value="133">Magnolia Pictures</option><option value="36">Mainline</option><option value="86">Maskinternational.com Inc.</option><option value="165">Maya Entertainment</option><option value="138">Media 8 Entertainment</option><option value="87">Mercenary Pictures</option><option value="170">Millenium Entertainment Group</option><option value="4">Monarch Home Video</option><option value="17">Mono Films</option><option value="166">Moonstone</option><option value="88">Multimedia</option><option value="140">Myriad</option><option value="119">NBC Studios</option><option value="13">Nectar</option><option value="89">New Sensations</option><option value="90">Nicholas Steele Productions</option><option value="91">No Boundaries</option><option value="23">North by Northwest Entertainment</option><option value="145">NU Image</option><option value="22">Ocule Entertainment</option><option value="92">Oliya Productions</option><option value="93">Pagan Pictures</option><option value="173">Pangea Media Holding</option><option value="164">Parkland Pictures</option><option value="150">Pathé Pictures</option><option value="146">Pegas Productions</option><option value="15">Porchlight Entertainment</option><option value="94">Powerhouse</option><option value="158">Première Bobine</option><option value="124">Productions Rivage</option><option value="40">PSA Productions</option><option value="95">Pure Filth</option><option value="96">Puritan</option><option value="97">Pussyman</option><option value="35">Quantum</option><option value="98">Realsex</option><option value="9">Regent Entertainment</option><option value="27">Relativity Pictures</option><option value="116">Rex Media</option><option value="99">Route 69</option><option value="141">Sahamongkol Film International</option><option value="100">Shane's World</option><option value="20">Shoreline Entertainment</option><option value="10">Showcase Entertainment</option><option value="101">Simon Wolf</option><option value="102">Smash Pictures</option><option value="136">Spotlight Pictures</option><option value="160">Strategic Film Partners</option><option value="1">Studio A</option><option value="3">Studio B</option><option value="172">Tandem</option><option value="103">Third World Media</option><option value="104">Ultimate Pictures</option><option value="105">Valentine Français</option><option value="106">Valentine Video</option><option value="107">Vanilla Games</option><option value="129">Vengence</option><option value="108">Viv Thomas</option><option value="39">Vivid</option><option value="109">West Coast Production</option><option value="110">Wicked Pictures</option><option value="169">Wild Bunch</option><option value="111">William Witrock Pro</option><option value="112">Witrock Productions</option><option value="113">Xcel</option><option value="114">Zane</option><option value="115">Zaye Entertainment</option>
 
							</select>
						</dd>
					</dl>
 
					<dl>
						<dt style="width: 75px; text-align: left;"><label>From (YYYY):</label></dt>
						<dd><input type="text" name="from" id="fromid" size="50" maxlength="4"/></dd>
					</dl><dl>
						<dt style="width: 75px; text-align: left;"><label>To (YYYY):</label></dt>
 
						<dd><input type="text" name="to" id="toid" size="50" maxlength="4"/></dd>
					</dl>
					<dl style="font-weight: bold">
					<hr style="height: 1px; border: none; border-top: 1px solid #CCC"/>
					Availabilities</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>Platform:</label></dt>
						<dd>
 
							<select name="platform_id">
							<option value=""></option>
							<option value="9">Cable / Subscription TV</option><option value="18">Cell Phones</option><option value="10">General TV</option><option value="12">Hospitality</option><option value="19">Internet</option><option value="11">IP network</option><option value="16">IP PPV</option><option value="17">IP VOD</option><option value="21">Library VOD</option><option value="7">PPV</option><option value="22">TERM</option><option value="15">Video only</option><option value="8">VOD</option><option value="20">VOD 2nd Window</option>
 
							</select>
						</dd>
					</dl>
					<dl>
						<dt style="width: 75px; text-align: left;"><label>From:</label></dt>
						<dd><input type="text" name="afrom" id="afromid" size="50" /></dd>
					</dl><dl>
						<dt style="width: 75px; text-align: left;"><label>To:</label></dt>
 
						<dd><input type="text" name="ato" id="atoid" size="50" /></dd>
					</dl>
				<dl class="submit">
					<input type="submit" name="submit" id="submit" value="Search" />
				</dl>
                </fieldset>      
         </form>
</div>
 
 
 
<div style="float: left; width: 100%; margin-bottom: 10px">
<h1>Make a report:</h1><br/>
	<div style="float: left; width: 100%">
		<iframe id="iframe_report" src="report.php?show_generate_button=true#select_template" frameborder="0" scrolling="no" width="600" height="150"/></iframe>
	</div>
</div>
<table id="rounded-corner">
    <thead>
    	<tr>
        	<th scope="col" class="rounded-company" style="text-align: center;"></th>
 
        	<th scope="col" class="rounded" style="">Image</th>
        	<th scope="col" class="rounded" style="">Title<br/><a href="?orderasc=true&orderby=title"><img src="../../admin/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=title"><img src="../../admin/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Org. Lang.<br/><a href="?orderasc=true&orderby=origin_country"><img src="../../admin/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=origin_country"><img src="../../admin/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Categories</th>
            <th scope="col" class="rounded">Date<br/><a href="?orderasc=true&orderby=production_year"><img src="../../admin/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=production_year"><img src="../../admin/images/orderdown.png" border="0"/></a></th>
            <th scope="col" class="rounded">Studio<br/><a href="?orderasc=true&orderby=studio"><img src="../../admin/images/orderup.png" border="0"/></a><a href="?orderdesc=true&orderby=studio"><img src="../../admin/images/orderdown.png" border="0"/></a></th>
 
            <th scope="col" class="rounded">Formats</th>
            <th scope="col" class="rounded">Lang.</th>
            <th scope="col" class="rounded">Edit</th>
            <th scope="col" class="rounded-q4">Del</th>
        </tr>
    </thead>
    <tbody>
 
 
    	<tr id="tr269">
            <td style="text-align: center"></td>
            <td><img src="http://www.url.com/catalog/images/large/1104.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=269">.45 - VF</a></td>
            <td></td>
            <td>General<br/>Thriller</td>
            <td>2008</td>
 
            <td>Capitol Films</td>
            <td>DVD<br/>VHS<br/>DVD<br/>DVD<br/>Blu-Ray<br/>Master<br/>CD Audio<br/></td>
            <td><br/>French<br/>English<br/>Spanish<br/><br/>German<br/>Japanese</td>
 
            <td class="clickable"><a href="title_step1.php?title_id=269"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=269&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr186">
            <td style="text-align: center"></td>
            <td><img src="http://url.com/catalog/images/large/730.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=186">100 Mile à la ronde</a></td>
            <td></td>
            <td>Anal<br/>General</td>
 
            <td>2003</td>
            <td>Curb Entertainment</td>
            <td>VHS<br/>DVD<br/></td>
            <td>English<br/></td>
            <td class="clickable"><a href="title_step1.php?title_id=186"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=186&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
 
		</tr><tr id="tr294">
            <td style="text-align: center"></td>
            <td><img src="http://www.url.com/catalog/images/large/1140.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=294">24 heures de terreur</a></td>
            <td></td>
            <td>Thriller</td>
            <td>2006</td>
 
            <td>Conquistador</td>
            <td>DVD<br/></td>
            <td>French</td>
            <td class="clickable"><a href="title_step1.php?title_id=294"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=294&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr408">
            <td style="text-align: center"></td>
 
            <td><img src="http://www.url.com/catalog/images/large/1548.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=408">2:22 - VF</a></td>
            <td></td>
            <td>Thriller</td>
            <td>2010</td>
            <td>Moonstone</td>
            <td>DVD<br/></td>
 
            <td>French</td>
            <td class="clickable"><a href="title_step1.php?title_id=408"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=408&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr25">
            <td style="text-align: center"></td>
            <td><img src="http://url.com/catalog/images/large/899.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=25">2B Perfectly Honest</a></td>
            <td>English</td>
 
            <td>Comedy</td>
            <td>2005</td>
            <td>Monarch Home Video</td>
            <td></td>
            <td></td>
            <td class="clickable"><a href="title_step1.php?title_id=25"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=25&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
 
		</tr><tr id="tr137">
            <td style="text-align: center"></td>
            <td><img src="http://url.com/catalog/images/large/877.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=137">5 à 7</a></td>
            <td>English</td>
            <td>Drama</td>
            <td>2004</td>
 
            <td>Curb Entertainment</td>
            <td>DVD<br/></td>
            <td>French</td>
            <td class="clickable"><a href="title_step1.php?title_id=137"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=137&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr175">
            <td style="text-align: center"></td>
 
            <td><img src="http://url.com/catalog/images/large/1025.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=175">7 momies, Les</a></td>
            <td>English</td>
            <td>Horror</td>
            <td>2005</td>
            <td>American World Pictures</td>
 
            <td>DVD<br/></td>
            <td>French</td>
            <td class="clickable"><a href="title_step1.php?title_id=175"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=175&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr58">
            <td style="text-align: center"></td>
            <td><img src="http://url.com/catalog/images/large/1026.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=58">7 mummies</a></td>
 
            <td>English</td>
            <td>Horror</td>
            <td>2005</td>
            <td>American World Pictures</td>
            <td>DVD<br/></td>
            <td>English</td>
 
            <td class="clickable"><a href="title_step1.php?title_id=58"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=58&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr359">
            <td style="text-align: center"></td>
            <td><img src="http://" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=359">7 plans avant mes 30 ans</a></td>
            <td>English</td>
            <td>Comedy</td>
 
            <td>2008</td>
            <td>Regent Entertainment</td>
            <td>DVD<br/></td>
            <td>French</td>
            <td class="clickable"><a href="title_step1.php?title_id=359"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=359&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr><tr id="tr335">
 
            <td style="text-align: center"></td>
            <td><img src="http://www.url.com/catalog/images/large/1281.jpg" style="max-width: 90px; border: 1px solid #CCC; background: #FFF; padding: 2px"/></td>
            <td><a href="title_step1.php?title_id=335">80 minutes</a></td>
            <td>English</td>
            <td>éditer</td>
            <td>2008</td>
            <td>American Cinema International</td>
 
            <td>DVD<br/>DVD<br/></td>
            <td>French<br/></td>
            <td class="clickable"><a href="title_step1.php?title_id=335"><img src="../../admin/images/user_edit.png" alt="" title="" border="0" /></a></td>
			<td class="clickable"><a href="titles.php?title_id=335&action=delete" class="ask"><img src="../../admin/images/trash.png" alt="" title="" border="0"/></a></td>
		</tr>
 
    </tbody>
</table>
 
<script type="text/javascript">
$(document).ready(function() {
	$("tbody tr").children("td").css("cursor","pointer").addClass("view_infos");
	$(".view_infos:not(.clickable)").click( function() {
		var title_id = $(this).parent("tr").attr("id").replace("tr","");
		window.location.href = 'title_step1.php?title_id='+title_id;
		return false;
	});
	$('#fromid,#toid').numeric();
	$("#afromid,#atoid").datepicker({
		changeMonth: true,
		changeYear: true,
		dateFormat: 'yy-mm-dd'
	});
});
</script>
<div class="pagination" style="text-align: left">
	Results by page :
	<select id="rbypage" name="rbypage" onchange="update_rbypage();">
		<option value="10" selected="selected">10</option><option value="25" >25</option><option value="50" >50</option><option value="100" >100</option><option value="200" >200</option>
	</select><br/><br/>
	Pages :
	<span class="current">1</span>
 
	<a href="?start=2&results_by_page=10&orderby=title">2</a>
	<a href="?start=3&results_by_page=10&orderby=title">3</a>
	<a href="?start=4&results_by_page=10&orderby=title">4</a>
	<a href="?start=5&results_by_page=10&orderby=title">5</a>
	<a href="?start=6&results_by_page=10&orderby=title">6</a>
	<a href="?start=7&results_by_page=10&orderby=title">7</a>
 
	<a href="?start=8&results_by_page=10&orderby=title">8</a>
	<a href="?start=9&results_by_page=10&orderby=title">9</a>
	<a href="?start=10&results_by_page=10&orderby=title">10</a>
	<a href="?start=11&results_by_page=10&orderby=title">11</a>
	<a href="?start=12&results_by_page=10&orderby=title">12</a>
	<a href="?start=13&results_by_page=10&orderby=title">13</a>
 
	<a href="?start=14&results_by_page=10&orderby=title">14</a>
	<a href="?start=15&results_by_page=10&orderby=title">15</a>
	<a href="?start=16&results_by_page=10&orderby=title">16</a>
	<a href="?start=17&results_by_page=10&orderby=title">17</a>
	<a href="?start=18&results_by_page=10&orderby=title">18</a>
	<a href="?start=19&results_by_page=10&orderby=title">19</a>
 
	<a href="?start=20&results_by_page=10&orderby=title">20</a>
	<span><br><br></span><a href="?start=21&results_by_page=10&orderby=title">21</a>
	<a href="?start=22&results_by_page=10&orderby=title">22</a>
	<a href="?start=23&results_by_page=10&orderby=title">23</a>
	<a href="?start=24&results_by_page=10&orderby=title">24</a>
	<a href="?start=25&results_by_page=10&orderby=title">25</a>
 
	<a href="?start=26&results_by_page=10&orderby=title">26</a>
	<a href="?start=27&results_by_page=10&orderby=title">27</a>
	<a href="?start=28&results_by_page=10&orderby=title">28</a>
	<a href="?start=29&results_by_page=10&orderby=title">29</a>
	<a href="?start=30&results_by_page=10&orderby=title">30</a>
	<a href="?start=31&results_by_page=10&orderby=title">31</a>
 
	<a href="?start=32&results_by_page=10&orderby=title">32</a>
	<a href="?start=33&results_by_page=10&orderby=title">33</a>
	<a href="?start=34&results_by_page=10&orderby=title">34</a>
	<a href="?start=35&results_by_page=10&orderby=title">35</a>
	<a href="?start=36&results_by_page=10&orderby=title">36</a>
	<a href="?start=37&results_by_page=10&orderby=title">37</a>
 
	<a href="?start=38&results_by_page=10&orderby=title">38</a>
	<a href="?start=39&results_by_page=10&orderby=title">39</a>
	<a href="?start=40&results_by_page=10&orderby=title">40</a>
	<span><br><br></span><a href="?start=41&results_by_page=10&orderby=title">41</a>
	<a href="?start=42&results_by_page=10&orderby=title">42</a>
	<a href="?start=43&results_by_page=10&orderby=title">43</a>
 
	<a href="?start=44&results_by_page=10&orderby=title">44</a>
	<a href="?start=45&results_by_page=10&orderby=title">45</a>
 
</div>
 
<script type="text/javascript">
function update_rbypage() {
	var rbypage = $('#rbypage').val();
	window.location='?start=1&results_by_page='+rbypage;
}
</script>
 
</div>
 
<div id="response"></div>
</div><!-- end of right content-->
</div><!--end of center content -->
 
<div class="clear"></div>
</div><!--end of main content-->
    <div class="footer">
    <div class="left_footer"></div>
    <div class="right_footer"></div>
    </div>
</div>
</body>
</html>
Iframe :

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso8859-1" />
<title>Report templates</title>
<link rel="stylesheet" type="text/css" href="../../admin/style.css" />
<script type="text/javascript" src="../../admin/jquery.min.js"></script>
<script type="text/javascript" src="../../admin/jquery.numeric.js"></script>
<script type="text/javascript" src="../../admin/ddaccordion.js"></script>
<script type="text/javascript" src="../../admin/jquery.ui.datepicker.js"></script>
<script type="text/javascript" src="../../admin/jquery.jclock-1.2.0.js.txt"></script>
 
<script type="text/javascript" src="../../admin/jconfirmaction.jquery.js"></script>
<script type="text/javascript" src="../../admin/jquery-ui-1.7.1.custom.min.js"></script>
<script type="text/javascript" src="../../admin/jqbrowser-compressed.js"></script>
<link rel="stylesheet" href="../../admin/css/redmond/jquery-ui-1.7.1.custom.css" type="text/css" title="ui-theme" />
 
<script type="text/javascript">
ddaccordion.init({
	headerclass: "submenuheader", //Shared CSS class name of headers group
	contentclass: "submenu", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
	mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: true, //persist state of opened contents within browser session?
	toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["suffix", "<img src='../../admin/images/plus.gif' class='statusicon' />", "<img src='../../admin/images/minus.gif' class='statusicon' />"], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
		//do nothing
	}
})
 
$(document).ready(function() {
	setTimeout(function() {
	if ( $.browser.OS() == 'Mac' ) {
		$("input[value='+']").each( function() {
			$(this).css({"position":"relative","margin-left":"-1200px"});
			$(this).prev(".NFButtonLeft").css({"position":"absolute","margin-left":"-20px"});
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
		});
	} else {
		$("input[value='+']").each( function() {
			$(this).css({"position":"relative","margin-left":"-1200px"});
			$(this).prev(".NFButtonLeft").css({"position":"absolute","margin-left":"-20px"});
			if ( $.browser.msie() )
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
			else
			$(this).next(".NFButtonRight").css({"position":"absolute","margin-left":"1190px"});
		});
	}
	} , 500);
	$('.ask').jConfirmAction();
});
 
$(function($) {
    $('.jclock').jclock();
});
</script>
 
<script language="javascript" type="text/javascript" src="../../admin/niceforms.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="../../admin/niceforms-default.css" />
 
</head>
<body>
 
<div id="main_container">
 
<div class="header">
    <div class="logo"><a href="titles.php"><img src="../../admin/images/VVSLogo.png" alt="" title="" border="0" /></a></div>
 
    <div class="right_header">You are logged on : xxx@xxx.fr<br/><br/><a href="login.php?logout=true" class="logout">Logout</a></div>
    <div class="jclock"></div>
</div>
 
 
<div class="main_content">
<div class="menu">
	<ul>
 
		<li><a href="titles.php" >Titles</a></li><li><a href="title_step1.php" >Add a title</a></li><li><a href="studios.php" >Admin fields</a></li><li><a href="datas_import.php" >Data import</a></li><li><a href="report.php" class="current">Report templates</a></li><li><a href="users.php" >Users</a></li>
	</ul>
</div>
 
 
<div class="center_content">
 
<div class="right_content">
 
<div id="bigtable">
 
<h2>Report templates</h2>
<hr style="border: none; border-top: 1px solid #CCC; margin-top:-5px"/>
<div class="error_box" style="display: none"></div>
<div class="valid_box" style="display: none"></div>
<div class="warning_box" style="display: none"></div>
 
<form id="select_template" method="post" action="report.php?select_report=true&show_generate_button=true#select_template">
	Saved templates : <select id="select_template_select" name="report_select" onchange="$('#template_submit').click(); $(document).html('');">
	<option>Choose one</option>
	<option value="3">full</option><option value="4">gi fo</option>
 
	</select>
	<input id="template_submit" type="submit" name="submit" value="Ok" style="display:none"/>
<br/><br/>
 
<hr style="border: none; border-top: 1px solid #CCC; margin-top:15px"/>
</form>
<br/>
<input type="checkbox" id="select_all"/> <span style="font-weight: bold" class="ask">Check all form</span><br/>
<div class="form" style="width: 800px">
	<form id="main_form" action="report.php" method="post" class="" style="float: left; width: 100%">
	<div style="float: left; width: 100%;display: none">
 
		<fieldset>
			<ul>
				<li><input type="checkbox" name="general_informations" class="main_cb" id="cgi"/> General informations</li>
				<ul class="gi">
					<li><input type="checkbox" name="title_id_0"/> Title ID</li>
					<li><input type="checkbox" name="title_0"/> Original title</li>
 
					<li><input type="checkbox" name="volume_0"/> Volume</li>
					<li><input type="checkbox" name="language_0"/> Original language</li>
					<li><input type="checkbox" name="duration_0"/> Duration</li>
					<li><input type="checkbox" name="amg_0"/> AMG</li>
					<li><input type="checkbox" name="studioname_0"/> Studio</li>
 
					<li><input type="checkbox" name="img_url_0"/> Image url</li>
					<li><input type="checkbox" name="categories_0"/> Genres</li>
					<li><input type="checkbox" name="production_year_0"/> Year of production</li>
					<li><input type="checkbox" name="origin_country_0"/> Country of origin</li>
					<li><input type="checkbox" name="canadian_certified_0"/> Canadian certified</li>
 
					<li><input type="checkbox" name="cavco_certified_number_0"/> Cavco certified number</li>
					<li><input type="checkbox" name="cavco_points_0"/> Cavco points</li>
				</ul>
				<li><input type="checkbox" name="formats" class="main_cb" id="cfo"/> Formats</li>
				<ul>
					<li><input type="checkbox" name="format_en_1"/> Format</li>
 
					<li><input type="checkbox" name="lang_en_1"/> Language</li>
					<li><input type="checkbox" name="dub_title_1"/> Title</li>
					<li><input type="checkbox" name="title_number_1"/> Item #</li>
					<li><input type="checkbox" name="img_url_f_1"/> Image URL</li>
					<li><input type="checkbox" name="upc_1"/> UPC</li>
 
					<li><input type="checkbox" name="srp_1"/> SRP</li>
					<li><input type="checkbox" name="mwp_1"/> Minimum wholesale price</li>
					<li><input type="checkbox" name="release_date_1"/> Release date</li>
					<li><input type="checkbox" name="closed_captionning_1"/> Closed captionning</li>
					<li><input type="checkbox" name="closed_captionning_lang_1"/> Closed captionning language</li>
 
					<li><input type="checkbox" name="subtitles_1"/> Subtitles</li>
					<li><input type="checkbox" name="subtitles_lang_1"/> Subtitles language</li>
					<li><input type="checkbox" name="video_description_1"/> Video description</li>
					<li><input type="checkbox" name="extra_features_1"/> Extra features</li>
					<li><input type="checkbox" name="discs_number_1"/> Number of discs</li>
 
					<li><input type="checkbox" name="links_1"/> Links</li>
					<li><input type="checkbox" name="materials_received_1"/> Materials received</li>
					<li><input type="checkbox" name="audio_1"/> Audio</li>
					<li><input type="checkbox" name="aspect_ratio_1"/> Aspect ratio</li>
					<li><input type="checkbox" name="commentary_1"/> Commentary</li>
 
				</ul>
				<li><input type="checkbox" name="details" class="main_cb" id="cde"/> Details</li>
				<ul>
					<li><input type="checkbox" name="trailer_link_2"/> Trailer link</li>
					<li><input type="checkbox" name="website_2"/> Website</li>
					<li><input type="checkbox" name="director_2"/> Director</li>
 
					<li><input type="checkbox" name="synopsis_fr_2"/> Synopsis FR</li>
					<li><input type="checkbox" name="synopsis_en_2"/> Synopsis EN</li>
					<li><input type="checkbox" name="short_synopsis_fr_2"/> Short synopsis FR</li>
					<li><input type="checkbox" name="short_synopsis_en_2"/> Short synopsis EN</li>
					<li><input type="checkbox" name="keywords_fr_2"/> Keywords FR</li>
 
					<li><input type="checkbox" name="keywords_en_2"/> Keywords EN</li>
					<li><input type="checkbox" name="awards_fr_2"/> Awards FR</li>
					<li><input type="checkbox" name="awards_en_2"/> Awards EN</li>
					<li><input type="checkbox" name="taglines_fr_2"/> Taglines FR</li>
					<li><input type="checkbox" name="taglines_en_2"/> Taglines EN</li>
 
					<li><input type="checkbox" name="crew_fr_2"/> Crew FR</li>
					<li><input type="checkbox" name="crew_en_2"/> Crew EN</li>
					<li><input type="checkbox" name="crew_lname_2"/> Crew Names</li>
					<li><input type="checkbox" name="reviews_fr_2"/> Reviews FR</li>
					<li><input type="checkbox" name="reviews_en_2"/> Reviews EN</li>
 
					<li><input type="checkbox" name="reviews_lname_2"/> Reviews Names</li>
					<li><input type="checkbox" name="actors_lname_2"/> Actors</li>
				</ul>
				<li><input type="checkbox" name="boards" class="main_cb mainboard" id="cbo"/> Boards</li>
				<ul>
					<li><input type="checkbox" name="quebec" class="main_cb boards" id="cque"/> Quebec</li>
 
					<ul>
						<li><input type="checkbox" name="qc_film" class="main_cb" id="cqufi"/> Film</li>
						<ul>
							<li><input type="checkbox" name="film_qc_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="film_qc_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="film_qc_rating_fr_3"/> Rating FR</li>
 
							<li><input type="checkbox" name="film_qc_rating_en_3"/> Rating EN</li>
							<li><input type="checkbox" name="film_qc_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="film_qc_description_3"/> Description</li>
						</ul>
						<li><input type="checkbox" name="qc_trailer" class="main_cb" id="cqutr"/> Trailer</li>
 
						<ul>
							<li><input type="checkbox" name="trailer_qc_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="trailer_qc_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="trailer_qc_rating_fr_3"/> Rating FR</li>
							<li><input type="checkbox" name="trailer_qc_rating_en_3"/> Rating EN</li>
 
							<li><input type="checkbox" name="trailer_qc_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="trailer_qc_description_3"/> Description</li>
						</ul>
					</ul>
				</ul>
				<ul>
					<li><input type="checkbox" name="ontario" class="main_cb boards" id="cont"/> Ontario</li>
 
					<ul>
						<li><input type="checkbox" name="on_film" class="main_cb" id="confi"/> Film</li>
						<ul>
							<li><input type="checkbox" name="film_on_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="film_on_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="film_on_rating_fr_3"/> Rating FR</li>
 
							<li><input type="checkbox" name="film_on_rating_en_3"/> Rating EN</li>
							<li><input type="checkbox" name="film_on_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="film_on_description_3"/> Description</li>
						</ul>
						<li><input type="checkbox" name="on_trailer" class="main_cb" id="contr"/> Trailer</li>
 
						<ul>
							<li><input type="checkbox" name="trailer_on_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="trailer_on_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="trailer_on_rating_fr_3"/> Rating FR</li>
							<li><input type="checkbox" name="trailer_on_rating_en_3"/> Rating EN</li>
 
							<li><input type="checkbox" name="trailer_on_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="trailer_on_description_3"/> Description</li>
						</ul>
					</ul>
				</ul>
				<ul>
					<li><input type="checkbox" name="maritimes" class="main_cb boards" id="cmar"/> Maritimes</li>
 
					<ul>
						<li><input type="checkbox" name="mar_film" class="main_cb" id="cmarfi"/> Film</li>
						<ul>
							<li><input type="checkbox" name="film_mar_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="film_mar_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="film_mar_rating_fr_3"/> Rating FR</li>
 
							<li><input type="checkbox" name="film_mar_rating_en_3"/> Rating EN</li>
							<li><input type="checkbox" name="film_mar_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="film_mar_description_3"/> Description</li>
						</ul>
						<li><input type="checkbox" name="mar_trailer" class="main_cb" id="cmartr"/> Trailer</li>
 
						<ul>
							<li><input type="checkbox" name="trailer_mar_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="trailer_mar_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="trailer_mar_rating_fr_3"/> Rating FR</li>
							<li><input type="checkbox" name="trailer_mar_rating_en_3"/> Rating EN</li>
 
							<li><input type="checkbox" name="trailer_mar_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="trailer_mar_description_3"/> Description</li>
						</ul>
					</ul>
				</ul>
				<ul>
					<li><input type="checkbox" name="manitoba" class="main_cb boards" id="cman"/> Manitoba</li>
 
					<ul>
						<li><input type="checkbox" name="man_film" class="main_cb" id="cmanfi"/> Film</li>
						<ul>
							<li><input type="checkbox" name="film_man_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="film_man_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="film_man_rating_fr_3"/> Rating FR</li>
 
							<li><input type="checkbox" name="film_man_rating_en_3"/> Rating EN</li>
							<li><input type="checkbox" name="film_man_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="film_man_description_3"/> Description</li>
						</ul>
						<li><input type="checkbox" name="man_trailer" class="main_cb" id="cmantr"/> Trailer</li>
 
						<ul>
							<li><input type="checkbox" name="trailer_man_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="trailer_man_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="trailer_man_rating_fr_3"/> Rating FR</li>
							<li><input type="checkbox" name="trailer_man_rating_en_3"/> Rating EN</li>
 
							<li><input type="checkbox" name="trailer_man_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="trailer_man_description_3"/> Description</li>
						</ul>
					</ul>
				</ul>
				<ul>
					<li><input type="checkbox" name="british_columbia" class="main_cb boards" id="cbr"/> British Columbia</li>
 
					<ul>
						<li><input type="checkbox" name="br_film" class="main_cb" id="cbrfi"/> Film</li>
						<ul>
							<li><input type="checkbox" name="film_br_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="film_br_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="film_br_rating_fr_3"/> Rating FR</li>
 
							<li><input type="checkbox" name="film_br_rating_en_3"/> Rating EN</li>
							<li><input type="checkbox" name="film_br_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="film_br_description_3"/> Description</li>
						</ul>
						<li><input type="checkbox" name="br_trailer" class="main_cb" id="cbrtr"/> Trailer</li>
 
						<ul>
							<li><input type="checkbox" name="trailer_br_certificate_3"/> Certificate</li>
							<li><input type="checkbox" name="trailer_br_runing_time_3"/> Runing time</li>
							<li><input type="checkbox" name="trailer_br_rating_fr_3"/> Rating FR</li>
							<li><input type="checkbox" name="trailer_br_rating_en_3"/> Rating EN</li>
 
							<li><input type="checkbox" name="trailer_br_rating_bil_3"/> Rating BIL</li>
							<li><input type="checkbox" name="trailer_br_description_3"/> Description</li>
						</ul>
					</ul>
				</ul>
				<li><input type="checkbox" name="availabilities" class="main_cb" id="cav"/> Availabilities</li>
 
				<ul>
					<li><input type="checkbox" name="platformname_4"/> Platform</li>
					<li><input type="checkbox" name="territory_en_4"/> Territory</li>
					<li><input type="checkbox" name="afrom_4"/> From</li>
					<li><input type="checkbox" name="ato_4"/> To</li>
 
				</ul>
				<li><input type="checkbox" name="sales" class="main_cb" id="csa"/> Sales</li>
				<ul>
					<li><input type="checkbox" name="tv_clientname_5"/> Client</li>
					<li><input type="checkbox" name="exclusive_5"/> Exclusive</li>
					<li><input type="checkbox" name="sfrom_5"/> From</li>
 
					<li><input type="checkbox" name="sto_5"/> To</li>
				</ul>
				<li><input type="checkbox" name="web" class="main_cb" id="cwe"/> Web</li>
				<ul>
					<li><input type="checkbox" name="url_6"/> Link URL</li>
					<li><input type="checkbox" name="text_6"/> Link text</li>
 
				</ul>
			</ul>
			<br/>
			</div>
			<input type="radio" name="report_type" value="csv_fr"/>CSV FR | <input type="radio" name="report_type" value="csv_en"/>CSV EN | <input type="radio" name="report_type" value="html"/>HTML 
			<input id="generate_report_submit" type="submit" value="Generate report"/>
 
		</fieldset>
	</form>
 
</div>
 
<script type="text/javascript">
	$(document).ready(function() {
		$("#select_all,.ask").hide(); $("#main_form").attr("target","_blank").attr("action","cellules.php");
 
 
		$("input[type='checkbox']").css('margin-right','10px');
		$("ul,li").css('list-style-type','none');
	});
 
	$("#generate_report_submit").click( function() {
		if ( $("#select_template_select").val() == 'Choose one' || $("input[name='report_type']:checked").val() == undefined ) {
			alert("Select report name then CSV or HTML report");
			return false;
		}
	});
	$("#verif_form").click( function() {
		if  ( $('#report_name').val() == '' ) {
			alert('Fill the report name field before !');
			return false;
		}
	});
 
	$("#select_all").click( function() {
		if ( $(this).attr("checked") == true ) {
			$("input[type='checkbox']:not(#select_all)").attr("checked","checked");
			$(this).next("span").html("Uncheck all form");
		} else {
			$("input[type='checkbox']:not(#select_all)").attr("checked",false);
			$(this).next("span").html("Check all form");
		}
	});
	$(".main_cb").click(function() {
		var id = $(this).attr("id");
		if ( $("#"+id).attr("checked") != '' )
		$("#"+id).parent("li").next("ul").children("li").children("input[type='checkbox']").attr("checked","checked");
		else
		$("#"+id).parent("li").next("ul").children("li").children("input[type='checkbox']").attr("checked",false);
	});
 
	$(".mainboard").click( function() {
		if ( $(this).attr("checked") != '')
		$(".boards").click().click().attr("checked","checked");
		else
		$(".boards").click().click().attr("checked",false);
	});
 
	$(".boards").bind('click', function() {
		if ( $(this).attr("checked") != '')
		$(this).parent("li").next("ul").children("li").children("input[type='checkbox']").click().click().attr("checked","checked");
		else
		$(this).parent("li").next("ul").children("li").children("input[type='checkbox']").click().click().attr("checked",false);
	});
</script>
<div id="response"></div>
 
</div><!-- end of right content-->
</div><!--end of center content -->
<div class="clear"></div>
</div>
</div><!--end of main content-->
    <div class="footer">
    <div class="left_footer"></div>
    <div class="right_footer"></div>
 
    </div>
</div>
</body>
</html>
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/01/2012, 20h53   #4
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
J'ai oublié de signaler de plus, que sous Chrome, lorsque j'essaye de remonter la scrollbar de mon navigateur, celle ci se remets toute seule à l'endroit ou la page se mets à l'affichage. Il m'est donc impossible de remonter en haut de page ...

Désolé de relancer le sujet mais je n'ai toujours pas solutionné mon problème.
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/01/2012, 21h55   #5
Modérateur
 
Avatar de NoSmoking
 
Homme
Inscription : janvier 2011
Messages : 2 944
Détails du profil
Informations personnelles :
Sexe : Homme
Localisation : France, Isère (Rhône Alpes)

Informations forums :
Inscription : janvier 2011
Messages : 2 944
Points : 4 776
Points : 4 776
Bonsoir,
trop de code pour pouvoir faire une première analyse, une page en ligne pourrait peut être aider à mieux visualiser/cerner le problème.
NoSmoking est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 04/01/2012, 22h14   #6
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Qu'entends tu par page en ligne ?
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/01/2012, 18h20   #7
Membre habitué
 
Avatar de Gaillac
 
Inscription : avril 2008
Messages : 140
Détails du profil
Informations personnelles :
Âge : 29
Localisation : France, Haute Garonne (Midi Pyrénées)

Informations forums :
Inscription : avril 2008
Messages : 140
Points : 147
Points : 147
Citation:
Envoyé par zeflex Voir le message
Qu'entends tu par page en ligne ?
Ta page, avec ton code, mis en ligne sur internet.
genre
http://tapageperso.tonprovider.fr
ou
http://xhtml.developpez.com/faq
Ce qui aiderait à comprendre et visualiser ton problème, la force de l'exemple, en étant sur de n'avoir rien oublié dans une reconstruction locale pour essayer de voir ce que ça donne chez nous.
Gaillac est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 05/01/2012, 20h29   #8
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Hello,

Désolé j'avais pas bien compris en effet ...

Voici la page : http://bit.ly/zvKixV

Rien n'est fonctionnel bien sur, mais le bug est bien reproduit (chrome et Ie)
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 16/01/2012, 17h23   #9
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Désolé de relancer ce post, est ce que quelqu'un à réussi à reproduire ce bug et sait peut être d'où ca vient ?

Merci.
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2012, 09h37   #10
Membre habitué
 
Avatar de Gaillac
 
Inscription : avril 2008
Messages : 140
Détails du profil
Informations personnelles :
Âge : 29
Localisation : France, Haute Garonne (Midi Pyrénées)

Informations forums :
Inscription : avril 2008
Messages : 140
Points : 147
Points : 147
Citation:
Envoyé par zeflex Voir le message
Désolé de relancer ce post, est ce que quelqu'un à réussi à reproduire ce bug et sait peut être d'où ca vient ?

Merci.
A reproduire, oui.
A supprimer le problème, non.
Gaillac est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2012, 15h36   #11
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
On dirait un beau bug de navigateurs sauf FF qui sait gérer ce cas d'ancre appelé en iframe ...

Bon il vas falloir que je gruge alors

Merci à vous.
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2012, 22h32   #12
Modérateur
 
Avatar de NoSmoking
 
Homme
Inscription : janvier 2011
Messages : 2 944
Détails du profil
Informations personnelles :
Sexe : Homme
Localisation : France, Isère (Rhône Alpes)

Informations forums :
Inscription : janvier 2011
Messages : 2 944
Points : 4 776
Points : 4 776
un constat, lors du chargement de la page via le src="report.html?show_generate_button=true#select_template" le SELECT reçoit le focus et tant que celui ci possède le focus il y a scroll de la page, si tu cliques sur un autre champ celui ci s'interrompt.

Essaies peut être de mettre une ancre juste avant la FORM et de viser celle ci plutôt que la FORM elle même.

Une autre piste peut être, recherches où se trouve un setTimeout et/ou setInterval le scroll n'étant pas immédiat.
NoSmoking est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2012, 22h45   #13
Nouveau Membre du Club
 
Inscription : octobre 2008
Messages : 93
Détails du profil
Informations forums :
Inscription : octobre 2008
Messages : 93
Points : 30
Points : 30
Pour voir si c'était ma page appelante ou appelée qui avait un problème, j'ai fais deux essais :

Page appelée vide : pas de scroll
Page appelée presque vide (à l'intérieur, balise simple a href avec un id) : scroll également.

Je n'ai pas poussé plus loin les recherches car le post date pas d'aujourd'hui et devant rendre le projet en fin de semaine j'ai du opter pour une autre solution : faire sauter l'ancre et récupérer puis afficher uniquement ce dont j'ai besoin via du javascript.

C'est pas la meilleure méthode mais utilisant un moteur de template pas très simple à manipuler , j'ai fais ainsi.
zeflex est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 17/01/2012, 23h00   #14
Modérateur
 
Avatar de NoSmoking
 
Homme
Inscription : janvier 2011
Messages : 2 944
Détails du profil
Informations personnelles :
Sexe : Homme
Localisation : France, Isère (Rhône Alpes)

Informations forums :
Inscription : janvier 2011
Messages : 2 944
Points : 4 776
Points : 4 776
...dommage, le mystère demeurera entier
NoSmoking est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 20h55.


 
 
 
 
Partenaires

Hébergement Web