473,396 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Thickbox jerks error in IE 6

245 100+
Hey,
i am using thickbox and and a call to a page through thickbox method and when once it pops it shows jerks in IE6 but it works fine in IE7, Firefox Mozilla 2.0+ while scrolling page. Is there any way to fix that problem
here is my page code

Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3.    1. <html>
  4.    2.     <head>
  5.    3.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  6.    4.         <title>Price Changes</title>
  7.    5.         <link type="text/css" rel="stylesheet" href="../yesprint.css" />
  8.    6.         <link type="text/css" rel="stylesheet" href="includes/common.css" />
  9.    7.         <link type="text/css" rel="stylesheet" href="includes/thickbox.css" media="screen" />
  10.    8.         <script type="text/javascript" src="includes/jquery.js"></script>
  11.    9.         <script type="text/javascript" src="includes/thickbox.js"></script>
  12.   10.         <script type="text/javascript">
  13.   11.         function submitf(item1,nutto1,bruto1){
  14.   12.                var query1="UPDATE item SET  witout_tax=%s, inkl_tax=%s WHERE item_id=%s";
  15.   13.                return window.location.href="php2.php?t1="+item1+"&n1="+nutto1+"&b1="+bruto1+"&query="+query1
  16.   14.           }
  17.   15.         function submitwhole(sub){
  18.   16.                document.forms[sub].submit();
  19.   17.           }
  20.   18.         </script>
  21.   19.     </head>
  22.   20.     <body>
  23.   21.     <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%">
  24.   22.         <tr>
  25.   23.             <td align="center" valign="top" width="100%">
  26.   24.                 <table border="0" cellpadding="0" cellspacing="0" align="center" width="956">
  27.   25.                     <tr>
  28.   26.                         <td align="center" valign="top" width="956">
  29.   27.                             <table cellspacing="0" cellpadding="0" border="0" align="center" width="956">
  30.   28.                                 <tr>
  31.   29.                                     <td width="351"><img src="images/yesprint_logo.gif" width="286" height="77" border="0" alt="Logo" /></td>
  32.   30.                                     <td align="right" valign="bottom" width="305">
  33.   31.                                         <table cellspacing="0" cellpadding="0" border="0" align="right">
  34.   32.                                             <tr><td valign="middle" class="text_red_12"><a href="1.0_admin_main.php" class="text_red_12_link">Haupt Menu</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="3.30_admin.php" class="text_red_12_link">Passwort Andern</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="#." class="text_red_12_link">Logout</a></td>
  35.   33.                                             </tr>
  36.   34.                                         </table>
  37.   35.                                     </td>
  38.   36.                                 </tr>
  39.   37.                                 <tr><td align="center" style="background-image:url(images/bar1.gif); height:25px;" class="style4" colspan="2">Kunde Suchen I Buchungsliste I Komplette Liste I Vorkasse I Nachname I Bar bei Abholung I Rechnung Suchen I Rechnung Eingeben</td></tr>
  40.   38.                                 <tr style="background-color:#CFD5DC;">
  41.   39.                                     <td>
  42.   40.                                         <form action="auftrags_info.php" method="get">
  43.   41.                                         <table cellspacing="0" cellpadding="0" border="0" align="center" width="250">
  44.   42.                                             <tr><td class="tdheight_10"></td></tr>
  45.   43.                                             <tr><td class="text_white_12">Email<br /><input name="email" id="email" type="text" class="input"></td></tr>
  46.   44.                                             <tr><td class="tdheight_5"></td></tr>
  47.   45.                                             <tr><td class="text_white_12">Name<br /><input name="name" id="name" type="text" class="input" /></td></tr>
  48.   46.                                             <tr><td class="tdheight_5"></td></tr>
  49.   47.                                             <tr><td class="text_white_12">Auftragnummer<br /><input name="ord_id"id="ord_id" type="text" class="input" /></td></tr>
  50.   48.                                             <tr><td class="tdheight_10"></td></tr>
  51.   49.                                             <tr><td><input type="image" accesskey="enter" src="images/6.1212.gif" onClick="document.forms[0].submit()"></td></tr>
  52.   50.                                         </table>
  53.   51.                                         </form>
  54.   52.                                     </td>
  55.   53.                                     <td align="right"><img src="images/40.gif" width="603" height="148" border="0" alt="" /></td>
  56.   54.                                 </tr>
  57.   55.                             </table>
  58.   56.                         </td>
  59.   57.                     </tr>
  60.   58.                     <tr style="background-color:#CFD5DC;">
  61.   59.                         <td align="center" valign="top" width="956">
  62.   60.                             <table cellspacing="0" cellpadding="0" border="0" align="center" width="956">
  63.   61.                                 <tr><td style="height:30px;" colspan="2"></td></tr>
  64.   62.                                 <tr>
  65.   63.                                     <td width="351"></td>
  66.   64.                                     <td width="605">
  67.   65.                                         <table cellspacing="0" cellpadding="0" border="0" align="left" width="605">
  68.   66.                                             <tr>
  69.   67.                                                 <td width="25"><img src="images/2.10_waiting_for_files_r9_c8.gif" width="18" height="24" border="0" alt="" align="absmiddle" /></td>
  70.   68.                                                 <td width="580" align="left" valign="top" class="text_red_18">Preise Ändern</td>
  71.   69.                                                </tr>
  72.   70.                                             <tr><td colspan="2"><img src="images/2.10_waiting_for_files_r11_c8.gif" width="605" height="4" border="0" alt="" /></td></tr>
  73.   71.                                             <tr><td colspan="2" class="tdheight_20"></td></tr>
  74.   72.                                         </table>
  75.   73.                                     </td>
  76.   74.                                 </tr>
  77.   75.                                 <tr><td colspan="2" class="tdheight_20 bgcolor_1"></td></tr>
  78.   76.                                 <tr class="bgcolor_1">
  79.   77.                                     <td colspan="2" width="956">
  80.   78.                                         <table cellspacing="0" cellpadding="0" border="0" align="center" width="930">
  81.   79.                                             <tr>
  82.   80.                                                 <?
  83.   81.                                                 $countrow=1;
  84.   82.                                                 $countcol=1;
  85.   83.                                                 while($row_main = mysql_fetch_array($main)){
  86.   84.                                                     if($row_main['Title']<>""){
  87.   85.                                                 ?>
  88.   86.                                                 <td align="center" width="310" class="border_1 bgcolor_2"><a href="price_detail.php?main_id=<?=$row_main['main_id'];?>&amp;height=600&amp;width=800" class="thickbox menu_link" title="<?=$row_main['Title'];?>"><?=$row_main['Title'];?></a></td>
  89.   87.                                                 <?
  90.   88.                                                     if($countcol%3!=0){echo "<td width='10'></td>";}
  91.   89.                                                     if($countrow%3==0){echo "<tr><td colspan='5' class='tdheight_10'></td></tr>";}
  92.   90.                                                     $countrow=$countrow+1;
  93.   91.                                                     $countcol=$countcol+1;
  94.   92.                                                     }
  95.   93.                                                     }
  96.   94.                                                 ?>
  97.   95.                                             </tr>
  98.   96.                                            </table>
  99.   97.                                        </td>
  100.   98.                                  </tr>
  101.   99.                                 <tr><td colspan="2" class="tdheight_20 bgcolor_1"></td></tr>
  102.  100.                                 <tr><td align="center" colspan="2"><img src="images/2.10_waiting_for_2.gif" width="935" height="2" border="0" alt="" /></td></tr>
  103.  101.                                    <tr><td colspan="2" class="tdheight_20"></td></tr>
  104.  102.                                 <tr><td align="center" colspan="2" class="copyright style15 style12">&copy; <?=date('Y',time());?> YesPrint.de All Rights Reserved.</td></tr>
  105.  103.                                 <tr><td colspan="2" class="tdheight_20"></td></tr>
  106.  104.                             </table>
  107.  105.                           </td>
  108.  106.                       </tr>
  109.  107.                 </table>
  110.  108.             </td>
  111.  109.         </tr>
  112.  110.     </table>
  113.  111.     </body>
  114.  112. </html>
  115.  113.  
  116.  
  117.  
  118.  
Mar 24 '09 #1
3 3084
acoder
16,027 Expert Mod 8TB
Since I don't think people can be bothered downloading Thickbox, can you provide a link to your test page?
Mar 28 '09 #2
neovantage
245 100+
Sir i don't have hosting place right now as i am developing this at my local machine but i can provide the code of every page as i written in my post of the page where i used thickbox script.
Mar 30 '09 #3
acoder
16,027 Expert Mod 8TB
That's not necessary. Are you using fixed positioning for the Thickbox?
Mar 31 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Mel | last post by:
Can someone please help !!!!!! I started using Thickbox lately and like it a whole bunch. However, being newbee in JS area I would like to close the modal dialog box after form submission and...
1
by: Mel | last post by:
I hope I am posting this to the right group. It is a JS quesiton though. Can someone help please ? If you use Thickbox link inside a form that uses FValidate, the click on the link simply...
3
by: superbungalow21 | last post by:
Hey, I was wondering if it is possible to preform an action when content in the lightbox "thickbox" has completely finished rendering? So I can loop through all the elements in the thickbox.
1
by: fidgen | last post by:
Hiya, I'm trying to get a AJAX driven update to my list of news articles, so when users click the title of the news article, it pops up the article content in a thickbox overlay. Retrieving...
21
by: neovantage | last post by:
hey all, When i include thickbox scrip tin html document then it does not show special characters like "ü". But wrote question mark in firefox mozilla and alian characters in IE. But without...
0
by: neovantage | last post by:
Hey all, I am working on a page which list categories in box format. I want to show the child categories of the parent category and the items under child category. I am using thickbox technology for...
12
by: neovantage | last post by:
Hey all, I have integrated Thickbox Gallery images for multiple images. So that once a member/client/visitor view the images he/she can navigate easily. It just do not show any image if i used...
3
by: neovantage | last post by:
Hey all, I am facing a very strange bug in IE while using ajax technology of thickbox. When i first time load page of step2 while creating an add, i will show 2 thickbox popup windows. it show...
12
by: neovantage | last post by:
Hi, I am working on an image to process it with different ways/options given in the page. My page name is cart and it has an uploaded image having thumbnail view. When i click on that thumbnail...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.