473,388 Members | 1,327 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,388 software developers and data experts.

ASP Treeview and mozilla

Ed
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix this
code to make it compatible with those aforementioned browsers?

Thank you.
Jul 19 '05 #1
10 3294
What's it doing? or specifically not doing?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ed" <ed*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this work on Mac Safari and Mozilla Firefox. Could someone point out how to fix this code to make it compatible with those aforementioned browsers?

Thank you.

Jul 19 '05 #2
Ed
It does not expand the treeview upon clicking the [+] on the "root" folder.
This is happening on Mac Safari and Mozilla Firefox.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:O8**************@TK2MSFTNGP12.phx.gbl...
What's it doing? or specifically not doing?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ed" <ed*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this

work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix

this
code to make it compatible with those aforementioned browsers?

Thank you.


Jul 19 '05 #3
is there an error?
Show the specific code behind the click....

Also, you may want to go to a clientside group. If the click isn't posting
back to the server its not an ASP issue......

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ed" <ed*********@hotmail.com> wrote in message
news:u2**************@TK2MSFTNGP11.phx.gbl...
It does not expand the treeview upon clicking the [+] on the "root" folder. This is happening on Mac Safari and Mozilla Firefox.
"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:O8**************@TK2MSFTNGP12.phx.gbl...
What's it doing? or specifically not doing?

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Ed" <ed*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this

work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix

this
code to make it compatible with those aforementioned browsers?

Thank you.



Jul 19 '05 #4
Does http://www.aspfaq.com/treeview2/ work?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ed" <ed*********@hotmail.com> wrote in message
news:#I**************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this work on Mac Safari and Mozilla Firefox. Could someone point out how to fix this code to make it compatible with those aforementioned browsers?

Thank you.

Jul 19 '05 #5
Ed
Yes! :-)

What was the problem? And could you update your FAQ example with this?

Thanks!

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:Ol**************@tk2msftngp13.phx.gbl...
Does http://www.aspfaq.com/treeview2/ work?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ed" <ed*********@hotmail.com> wrote in message
news:#I**************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this

work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix

this
code to make it compatible with those aforementioned browsers?

Thank you.


Jul 19 '05 #6
The first one says it has only been tested in IE. If you take a look at
treeview.js for each of them you'll see why the first one doesn't work in
non-IE browsers.

Bob Lehmann

"Ed" <ed*********@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Yes! :-)

What was the problem? And could you update your FAQ example with this?

Thanks!

"Aaron Bertrand - MVP" <aa***@TRASHaspfaq.com> wrote in message
news:Ol**************@tk2msftngp13.phx.gbl...
Does http://www.aspfaq.com/treeview2/ work?

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Ed" <ed*********@hotmail.com> wrote in message
news:#I**************@TK2MSFTNGP12.phx.gbl...
http://aspfaq.com/show.asp?id=2311

Sample: http://aspfaq.com/treeview

This works perfectly on Windows IE 6.x and Mac IE.

However, in order to be cross-platform compatible, I need to make this

work
on Mac Safari and Mozilla Firefox. Could someone point out how to fix

this
code to make it compatible with those aforementioned browsers?

Thank you.



Jul 19 '05 #7
> What was the problem? And could you update your FAQ example with this?

Yes, way ahead of you. I was using an onmousedown event on a <div> and
Mozilla doesn't get it, so I switched to an <a>
Jul 19 '05 #8
Aaron Bertrand - MVP wrote:
What was the problem? And could you update your FAQ example with
this?


Yes, way ahead of you. I was using an onmousedown event on a <div>
and Mozilla doesn't get it, so I switched to an <a>


There's a bit more to it than that, as the JavaScript console warns:

Error: document.all is not a function
Source File: http://aspfaq.com/treeview/treeview.js
Line: 3


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #9
You must be seeing a cached version. If you load that js file directly, and
save it locally, you will see that there is no longer any reference to
document.all.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Dave Anderson" <GT**********@spammotel.com> wrote in message
news:eE**************@TK2MSFTNGP09.phx.gbl...
Aaron Bertrand - MVP wrote:
What was the problem? And could you update your FAQ example with
this?
Yes, way ahead of you. I was using an onmousedown event on a <div>
and Mozilla doesn't get it, so I switched to an <a>


There's a bit more to it than that, as the JavaScript console warns:

Error: document.all is not a function
Source File: http://aspfaq.com/treeview/treeview.js
Line: 3


--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message.

Use of this email address implies consent to these terms. Please do not contact me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.

Jul 19 '05 #10
Aaron Bertrand - MVP wrote:
You must be seeing a cached version. If you load that js file
directly, and save it locally, you will see that there is no longer
any reference to document.all.


I had never looked at it before this thread, so any caching wasn't mine. I
do note that it is fixed now, however.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #11

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

Similar topics

42
by: lauren quantrell | last post by:
So many postings on not to use the treeview control, but nothing recently. Is it safe to swim there yet with Access 2000-Access 2003?
0
by: richie_hackett | last post by:
OK I have been tearing my hair out trying to get the Treeview webcontrol to display a background image. My current thinking is that mozilla allows you to render the treeview as a table instead...
6
by: L.M | last post by:
Hello, I knew how to use the treeview under VB6. After migrating to .NET, well, I'm lost. I try to add a new node, either to the same level or as a child to a selected node in the treeview....
14
by: Mr.D | last post by:
How do I save/load the contents of a Treeview to a file? I have found several good examples written i VB6, but not a single one for VB.NET. Please help. ---- Tim
1
by: Alex D. | last post by:
does the treeview fully suport firefox-mozilla? maybe I am doing something wrong but my + and - node expand node images dont switch when are clicked, and it seems that the node expanded status wont...
0
by: Alex D. | last post by:
hi. my treeview is not working ok with firefox-mozilla browsers, problem is that when I expand or collapse the nodes the + and - dont switch, though the node expands and collapses OK. I delete all...
1
by: Alex D. | last post by:
hey guys I found what is causing the problems with my treeview in Firefox...the answer is: treeview+dropdwonlist in the same page dont work! try this simple code and see for yourselves. you can do...
2
by: Sebastian Fey | last post by:
Hi, Im looking for a javascript treeview component. I want to display the state of differnt objects. (Lights, shutters, windows, ... in a house) The client polls the server for the current...
1
by: sermet | last post by:
Hi everybody, I have an application that works for IE. I used treeview.htc to create a tree view. And I want my client side code to work with linux based operating systems. So the code should work...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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,...
0
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...
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...

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.