473,788 Members | 2,787 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

very weird IE 6 problem..


hi,

http://www.mayacove.com/design/nav/nav.html
this dynamic menu is working fine in FF and IE7, but in IE6 can only
test in that "stand-alone" IE6
(http://browsers.evolt.org/?ie/32bit/standalone, last one on the list)
b/c you can't have both IE7 and IE 6 installed.. but I think there's
something wrong this "stand-alone" IE6, b/c in it I get this bizarre
JavaScript error when I mouse over one of the links in green ("the
specified procedure could not be found") but if I test in a regular
version of ID6 in someone else's machine it's ok..

so what is this bizarre JavaScript error pls..

thank you..

Jun 27 '08 #1
6 1150
maya wrote:
http://www.mayacove.com/design/nav/nav.html
this dynamic menu is working fine in FF and IE7, but in IE6 can only
test in that "stand-alone" IE6
(http://browsers.evolt.org/?ie/32bit/standalone, last one on the list)
b/c you can't have both IE7 and IE 6 installed.. but I think there's
something wrong this "stand-alone" IE6, b/c in it I get this bizarre
JavaScript error when I mouse over one of the links in green ("the
specified procedure could not be found") but if I test in a regular
version of ID6 in someone else's machine it's ok..
Works fine here for me with IE 6 on Win XP SP2.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Jun 27 '08 #2
On 24 Apr, 13:56, maya <maya778...@yah oo.comwrote:
b/c you can't have both IE7 and IE 6 installed..
What ever you do don't tell that to all the people who have them both
installed and are using them. They will be so disappointed to discover
that that can't actually do what they have been doing for ages!
Jun 27 '08 #3
Captain Paralytic wrote:
On 24 Apr, 13:56, maya <maya778...@yah oo.comwrote:
>b/c you can't have both IE7 and IE 6 installed..

What ever you do don't tell that to all the people who have them both
installed and are using them. They will be so disappointed to discover
that that can't actually do what they have been doing for ages!
really? in XP? you can have both IE6 and IE7 installed?? I remember
when I upgraded to IE7 my IE6 simply disappeared.. then I found out
(probably asking in usenet) that you can't have both installed..)

ok, so I found it here,
http://www.microsoft.com/downloads/d...DisplayLang=en

what is IE 6 "service pack 1"?????

will I be able to run this even if I have IE7 installed??

(I'm a web developer, I need to be able to test stuff on both IE 7 and
IE 6.. ) thank you...

Jun 27 '08 #4
maya escribi:
really? in XP? you can have both IE6 and IE7 installed?? I remember
when I upgraded to IE7 my IE6 simply disappeared.. then I found out
(probably asking in usenet) that you can't have both installed..)
Google for "Standalone IE". It's basically a collection of IE versions
modified by third-party hackers. I used them some time ago so I'm not
sure of how they work with IE7.

Whatever, they don't fully mimic everything. For instance, conditional
comments do not work properly.

There's another option (the one I use know) if you have a reasonably
good computer: running a virtual machine with an actual copy of Windows
XP with IE6 where you won't let Windows Update upgrade to 7.

Microsoft provides a free virtual machine image for Microsoft Virtual PC
(although, if I recall correctly, you need to download it again in a
regular basis). But if you have a spare copy of Windows XP, I'd suggest
to install it in an Innotek Virtualbox virtual machine:

http://www.virtualbox.org/


--
-- http://alvaro.es - lvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programacin web: http://bits.demogracia.com
-- Mi web de humor al bao Mara: http://www.demogracia.com
--
Jun 27 '08 #5
Álvaro G. Vicario wrote:
maya escribió:
>really? in XP? you can have both IE6 and IE7 installed?? I remember
when I upgraded to IE7 my IE6 simply disappeared.. then I found out
(probably asking in usenet) that you can't have both installed..)

Google for "Standalone IE". It's basically a collection of IE versions
modified by third-party hackers. I used them some time ago so I'm not
sure of how they work with IE7.
However, it should be noted that (last time I checked) the standalone
versions used only the same script engine and MSHTML DOM version as the
original browser version, but not the same version of the layout engine.
Therefore, *web designs* should be tested with a true IE 6 or 7 on a virtual
machine instead, e.g.:
Microsoft provides a free virtual machine image for Microsoft Virtual PC
(although, if I recall correctly, you need to download it again in a
regular basis).
You don't have to. When the license expires, it will issue a warning
message and reboot the VM after one hour of run time. You can easily reduce
the probability of an unsolicited reboot if you save the state of the
virtual machine to the hard disk when you are done with testing; a feature
provided by Virtual PC itself, so using it is not even illegal. When you
start the VM it again, the last state will be restored and you can continue
with pretty much the same run time offset, much like Hibernation Mode.
PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm>
Jun 27 '08 #6
VK
On Apr 24, 5:56 pm, maya <maya778...@yah oo.comwrote:
hi,

http://www.mayacove.com/design/nav/nav.html
this dynamic menu is working fine in FF and IE7, but in IE6 can only
test in that "stand-alone" IE6
(http://browsers.evolt.org/?ie/32bit/standalone,
IE has very different structure from other browsers on the market. Its
JScript engine and XML parsers are not part of the browser itself but
shared resources from %windows% subfolders. Don't forget that JScript
in Windows is the same as AppleScript in MacOS, it is used to run
system scripts (WSH) as well. This way JScript is a separate
jscript.dll library in %windows%\syste m32 folder. It is used by IE
among other applications - but it has no specific relations with IE.
Each newer IE installation overrides it - but say Windows Script Host
installation may override it as well. It is overall fixed now in
Windows XP, but earlier I had to help people with highly bizarre
situations like newest IE6 failing to do some task because the JScript
engine was 5.0, occasionally overwritten during WSH installation after
IE installation.
Back to the topic: while it is possible - with some tricks - to have
both IE6 and IE7 on the same system, Windows doesn't provide a
mechanic of having two equally named DLL in the same location
conditionally chosen by this or that application. Actually I doubt
that any OS at all has such option but here I may be mistaken. That
means that with both IE6 and IE7 installed you either will have
JScript 5.6.x for both, or JScript 5.6.y for both - with all funny
result you may expect out of that. Many developers still do install
both IE and do testing without knowing the catch: because unlike say
5.0 and 5.6 the difference is very small here: JScript 5.6 for IE7 is
lesser-minor update of 5.6 for IE6 with the only really noticeable
difference of XHR made as a separate host object and not an ActiveX.
Jun 27 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2367
by: Gabriel Afana | last post by:
I have a simple php script to just send email.....When I first load the script in a browser...it sends 2 emails. Why?? The weird thing is then when I refresh the page, it send only one email...I can refresh the page a million times and each time it only sends 1 email. But its the first time the page is loaded (like I open a new IE browser and go to the script), it sends 2 emails (duplicates). The entire script is below: <?php $to...
4
2841
by: Google Mike | last post by:
I have RH9 and am using the PHP and MySQL that came with it. I was doing fine with all manner of my web pages for this app until I started having this very strange problem. It's a work order mgmt system. I have 3 tables for the orders: TicketsOpen, TicketsVoided, and TicketsResolved. When one wants to void a ticket, they click it, choose Void, and it is copied to the TicketsVoided table, then removed from the TicketsOpen. And I can...
2
1465
by: ai lian | last post by:
The code is as the following: { double limit= 0.02*33.00; double limit1= 0.06*11.00; double limit2= 0.03*22.00; double limit3= 0.01*66.00; limit=(floor(limit*100))/100; limit1=(floor(limit1*100))/100;
8
1455
by: Alan Little | last post by:
I started with the following code in an included file: $CompanyBlock = "$Company (Booth#: $Booth)\n". "$Address\n". "$City, $State $PostalCode\n". "$Website\n". "$Contact1, $Title1\n". "Tel: $Phone\n". "Fax: $Fax\n".
7
2101
by: Andrew Christiansen | last post by:
Hey everyone. I have Visual Basic .NET 2003 and am trying to show images on a treeview control. I have the imagelist on the form filled with images, and have the ImageList property of the treeview control set to the imagelist containing the images I want to be displayed next to each node. It seems that no matter what I do there will be no images displayed next to the nodes during runtime. I tried creating nodes during designtime using...
5
2031
by: Alan Silver | last post by:
Hello, I have a page that is supposed to do some checking, and if OK, set a session variable before redirecting to another page. The following code is a simplified version, I have hard-coded the basket ID and removed a load of extra checking... public partial class GoToCheckout : Page { public void Page_Load(Object o, EventArgs e) { try {
12
1762
by: sparks | last post by:
My boss and I both have access 97 and access 2003 installed on our systems. Lately he has been having a lot of problems. Databases that won't close. The database looks like it closes but access will not. And other weird things...I just passed it off as just MS nothing new. Yesterday I asked him to look at a little project...nothing much of anything. I put it up on our server and he opened it and went into design view. Its a form with...
0
879
by: dgk | last post by:
We have a VS2003 app that we've had to make some changes for, and then we copied the resulting dll to the production server. There is a login screen that appears with no problem when the app is started. On some of our users machines, clicking the image that triggers the postback for the login works just fine. On others, nothing seems to happen. Javascript does still work in that case because the validation controls still work. All the...
112
4761
by: Prisoner at War | last post by:
Friends, your opinions and advice, please: I have a very simple JavaScript image-swap which works on my end but when uploaded to my host at http://buildit.sitesell.com/sunnyside.html does not work. To rule out all possible factors, I made up a dummy page for an index.html to upload, along the lines of <html><head><title></title></ head><body></body></html>.; the image-swap itself is your basic <img src="blah.png"...
1
2042
antonopn
by: antonopn | last post by:
Hello there, I have just faced a really weird problem with a query in SQL SERVER 2000. I had a database with collation SQL_Latin1_General_CP1_CI_AS and converted it in a new database with collation Greek_CI_AI. The conversion was absolutelly correct. Tables, views, sps, functions etc. where succesfully transfered into the new database. The new database is working fine, but I faced a problem with a "select-from-where-like" query. I...
0
9656
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, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
9498
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10173
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9967
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...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development projectplanning, coding, testing, and deploymentwithout human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7517
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
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5399
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...
2
3674
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.