473,761 Members | 8,463 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IE6 javascript troubleshooting

omerbutt
638 Contributor
hi everyone
can any one guide me if there is any add-on related to troubleshooting javascript errors in IE6
regards,
Omer Aslam
Apr 22 '09 #1
4 1762
gits
5,390 Recognized Expert Moderator Expert
have a look http://www.my-debugbar.com for example ... might be that helps? especially this part?

kind regards
Apr 22 '09 #2
acoder
16,027 Recognized Expert Moderator MVP
Other options are Firebug Lite, the IE Web Developer toolbar and Microsoft Script Editor (comes with Office XP/2003).
Apr 22 '09 #3
omerbutt
638 Contributor
@acoder
hey that firebug lite was a good discovery has a same GUI as in firefox
THANKS ALOT 'THIS MAN "acoder" IS REALLY A theta' THUMBSS-UP BUDDY
regards,
Omer Aslam
Apr 23 '09 #4
acoder
16,027 Recognized Expert Moderator MVP
No problem, glad to be of assistance.
Apr 23 '09 #5

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

Similar topics

3
2737
by: Michael Erb | last post by:
I've got a page with links to panoramic images and use javascript to open a separate window when the link to a specific panoramic image is clicked. Problem is that it's not working when I visit the site with my PC. But it works fine when using my Mac. On my PC, I get a browser error that the page is not found. Could someone take a look at my source code and tell me what might be
3
1976
by: Stephen Kellett | last post by:
Hi Folks, With Mozilla there is a well documented Javascript debugging API that you can call from C/C++. I've been trying to identify if there is a documented API that you can use for the same purpose with Internet Explorer. There are various COM interfaces but again I haven't been able to identify if there is a debugging COM API for Internet Explorer.
9
2729
by: Lyners | last post by:
Quick question. I have some java script that looks like this; imgObj.parentNode.parentNode.childNodes(10).childNodes(0).value=imgObj.parentNode.parentNode.childNodes(6).innerText-imgObj.parentNode.parentNode.childNodes(9).childNodes(0).value This takes a cell in a datagrid (innertext) and subtracts the value of a text box (value) in another cell, then populates a second text box in a third cell with the value. it works except for the...
3
1951
by: Lyners | last post by:
I have a table within a cell of a datagrid. I am doing updates without postback to the server using Javascript. I have everything working, except referencing a table within the datagrid cell. Here is my datagrid code for the cell; <asp:TemplateColumn HeaderText="3Fields" ItemStyle-Font-Size="8" SortExpression="Field1 ASC" ItemStyle-Font-Name="Verdana"> <ItemTemplate> <table border="0"> <tr>
4
1467
by: MattB | last post by:
I'm just trying to do some simple javascript in a form to convert Lbs in one textbox to kg in another. I'm doing the following inside a If Not IsPostBack block: Dim strLbs2kg As String strLbs2kg = "<script language='javascript'> " & _ "function Lbs2kg() " & _ "{" & _ "var Lbs = 0; " & _ "Lbs = " & txtWeight.ClientID & ".value; " & _
3
4178
by: Robert | last post by:
Hi, I'm interested in two applications for javascript. A profiler and a minimizer. I found several, but I am hoping to hear with which applications some of you guys have a good experience. I prefer open source projects. The minimizer should make the javascript small. Not just removing white-space and comments, but also make object names very small. This will probably obfuscate things, but the goal does not have to be
4
4453
by: . | last post by:
The future will be JSython. Can you help this project?
0
9522
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10111
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9902
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9765
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7327
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5364
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.