473,406 Members | 2,633 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,406 software developers and data experts.

Html and JavaScript for all browsers

Hi,

I am developing a web application using asp.net 3.5 and testing in IE 6. I want to make sure that my html looks the same in all browsers and the javascript also performs same functionality in all browsers or at least in IE 6, IE 7 and FireFox2.0. How can i achieve this ?

It would be very nice of you if u can provide me a link where comparison of html and javascript for most of the modern browsers is provided.

Thanks in advance,

Saad Alam
Apr 15 '08 #1
6 1612
drhowarddrfine
7,435 Expert 4TB
HTML won't cause you any problems. Javascript has quite a few. w3schools.com has the javascript functions and what works in which browsers. quirksmode.com also has a lot of good info.
Apr 15 '08 #2
nomad
664 Expert 512MB
Hi,

I am developing a web application using asp.net 3.5 and testing in IE 6. I want to make sure that my html looks the same in all browsers and the javascript also performs same functionality in all browsers or at least in IE 6, IE 7 and FireFox2.0. How can i achieve this ?

It would be very nice of you if u can provide me a link where comparison of html and javascript for most of the modern browsers is provided.

Thanks in advance,

Saad Alam
the main problem will be with fonts, tables if you use .css which is the standard in building a html, htm site. Some folks build their sites using .css others will use the html coding and not use .css to create their site.
Use drhowarddrfine advice list above and look at w3schools

nomad
Apr 16 '08 #3
drhowarddrfine
7,435 Expert 4TB
Hi,

I am developing a web application using asp.net 3.5 and testing in IE 6.
Using IE as your test browser will cause you more grief than anything else.
Apr 16 '08 #4
Thanks drhowarddrfine and nomad. Now im testing on both FireFox 2.0 and IE 6.0 although its very time consuming and hectic. Is there is still chance that my web application wont work in IE 7.
Apr 16 '08 #5
drhowarddrfine
7,435 Expert 4TB
If you use Firefox for your initial testing, chances are your page will work in all the modern browsers and maybe even IE7. With some luck, it will work in IE6, too, but the bugs are well known and so are the "hacks" to fix it.

Test often while you code. Don't wait till you are finished. Validate both your html and css, too. If you can't figure something out, come back here. Remember that we will need to see the complete markup or have a link to help. But ask javascript questions on the javascript board or the .net board for .net.
Apr 16 '08 #6
nomad
664 Expert 512MB
If you use Firefox for your initial testing, chances are your page will work in all the modern browsers and maybe even IE7. With some luck, it will work in IE6, too, but the bugs are well known and so are the "hacks" to fix it.

Test often while you code. Don't wait till you are finished. Validate both your html and css, too. If you can't figure something out, come back here. Remember that we will need to see the complete markup or have a link to help. But ask javascript questions on the javascript board or the .net board for .net.
Good advice drhowarddrfine esp. the part about testing it, if there is a mistake in the coding at an earlier stage we will be able to help you faster rather than read all the code a the end product

nomad
Apr 16 '08 #7

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

Similar topics

4
by: VK | last post by:
09/30/03 Phil Powell posted his "Radio buttons do not appear checked" question. This question led to a long discussion about the naming rules applying to variables, objects, methods and properties...
0
by: Boris Ammerlaan | last post by:
This notice is posted about every week. I'll endeavor to use the same subject line so that those of you who have seen it can kill-file the subject; additionally, Supersedes: headers are used to...
10
by: Andrew Poulos | last post by:
While this works on IE 6: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>aiff</title> <meta http-equiv="Content-Type"...
10
by: VictorG | last post by:
Hello, I am new to JS and am trying to add some HTML into a JS function. So that when called the script as well as the HTML will be invoked. Is there some type of embed mechanism, sort of the...
6
by: Jon Davis | last post by:
I recently learned how to do an <OBJECT> alternative to <IFRAME> in current browsers using: <object id="extendedhtml" type="text/html" data="otherpage.html" width="250" height="400"></object> ...
9
by: Jason Gogela | last post by:
Does anyone out there know why I should care whether a <span> is nested in a <p> or vice versa? What is the bennafit of adhering to this standard? It seems to me that regardless of which way you...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.