如题,js:
- JScript code
$("#tishi").fancybox({ 'titlePosition' : 'inline', 'overlayColor' : '#000', 'overlayOpacity' : 0.9 });
- HTML code
<!--信息提示--> <div id="tishi" style="z-index:2000;position:absolute;display:none"> <table width="500" border="1" align="center" cellpadding="0" cellspacing="1" bordercolor="#990000"> <tr> <td bgcolor="red"><table width="500" border="0" cellspacing="20" cellpadding="0"> <tr> <td align="left" valign="top"><table width="460" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="179" height="30" class="unnamed1"><span class="STYLE2" style="color:#fff">提示:</span></td> <td width="91" align="right"> </td> <td align="right"><a href="javascript:void(0);" onclick="$('#tishi').hide();" style="font-size:12px;color:#fff">关闭</a></td> </tr> <tr> <td colspan="3" class="zhengwen" id="tishi_content" align="center" style="font-size:16px;color:#fff"></td> </tr> <tr> <td> </td> <td width="91"> </td> <td> </td> </tr> <tr> <td> </td> <td height="27" align="center" valign="middle" background="__PUBLIC__/images/denglu_07.gif" class="zhengwen STYLE1"><a href="javascript:void(0);" onclick="$('#tishi').hide();" style="color:#fff;text-decoration:none">知道了</a></td> <td width="190"> </td> </tr> </table></td> <input type="hidden" value="{$has_loin_name}" id="has_loin_name"> </tr> </table></td> </tr> </table> </div> <!--信息提示-->
当点击后,弹出The requested content cannot be loaded.
Please try again later.提示,是不是参数调用的不对?
------解决方案--------------------
是fancybox.js中的错误提示?
楼主搜下 fancybox.js 中 的错误提示 The requested content cannot 在哪?