473,498 Members | 1,807 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

if statements

I am new to webdesign and am looking for the correct way to do a "if"
statement.

Eg. if a>b then X, else Y

I can do this in excel, but have never done this in a web page - I know this
is so basic but it escapes me on how to do it.

Thanks,

Nov 23 '05 #1
3 1021
"Prophet" <M_*****@hotmail.com> wrote in message
news:Vicdf.119105$yS6.38502@clgrps12...
I am new to webdesign and am looking for the correct way to do a "if"
statement.

Eg. if a>b then X, else Y

I can do this in excel, but have never done this in a web page - I know this is so basic but it escapes me on how to do it.

Thanks,


Will this help?

<html>
<head>
<title>test1234.htm</title>
<script type="text/javascript">
if (1 == 2) {
alert("1 = 2");
} else {
alert("1 != 2");
}
(3 == 4) ? alert("3 = 4") : alert("3 != 4");
</script>
</head>
<body>
</body>
</html>
Nov 23 '05 #2
"Prophet" <M_*****@hotmail.com> wrote:
I am new to webdesign and am looking for the correct way to do a "if"
statement.

Eg. if a>b then X, else Y

I can do this in excel, but have never done this in a web page - I know this
is so basic but it escapes me on how to do it.

You can't do it in HTML. You need to use javascript or a server-side
script (Perl, ASP).

--
Ed Jay (remove M to respond by email)
Nov 23 '05 #3
> I am new to webdesign and am looking for the correct way to do a "if"
statement.

Eg. if a>b then X, else Y

I can do this in excel, but have never done this in a web page - I know this
is so basic but it escapes me on how to do it.


There is no way to program correctly without specific knowledge of the
programming language and the environment. You can get a summary of
the language here:

http://www.crockford.com/javascript/survey.html

But you really need a good book, such as this one:

http://www.amazon.com/exec/obidos/AS.../wrrrldwideweb
Nov 23 '05 #4

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

Similar topics

6
2484
by: Bart Nessux | last post by:
Should an if statement have a corresponding else statement? Or, is it OK to have an if statement by itself. For completeness, it seems the two should be together, but from experience I know that a...
9
2615
by: Jaime Wyant | last post by:
I know I've seen this somewhere, but can't seem to google it. Is there a way to use an alternate statement separator, other than the default ';'? jw
1
3790
by: Tom D | last post by:
I'm rewriting a database interface that our company currently has. Currently it's using the Pear::DB interface, but we found that that was introducing a bit too much overhead. I'm rewriting the...
39
6787
by: slogging_away | last post by:
Hi - I'm running Python 2.4.2 (#67, Sep 28 2005, 12:41:11) on win32, and have a script that makes numerous checks on text files, (configuration files), so discrepancies can be reported. The script...
0
1831
by: Fuzzyman | last post by:
Hello all, The following is a copy of a blog entry. It's asking a question about future statements and the built in compile function. I'd appreciate any pointers or comments about possible...
20
1988
by: Neroku | last post by:
Hello, i would like to know what the serious definition of statements and expressions is: i know an expression are evaluated to a value, i.e: 1 == 2 5+7 foo( 1,2) and a statement is...
2
2712
by: ojorus | last post by:
Hi! Some questions regarding the mysqli-extension (php5) 1) Prepared statements: If I understand things right, prepared statements will give better performance if you make several similar...
3
6584
by: Dmitri | last post by:
Hello! I have a developer that is playing around with some SQL statements using VB.NET. He has a test table in a SQL 2000 database, and he has about 2000 generated INSERT statements. When the...
0
1900
by: Gary Herron | last post by:
Ohad Frand wrote: There is no way you can consider 'elif', 'else', 'except', and 'from' statements. However, as someone pointed out, the kwlist from the keyword module is the closest thing we...
0
1432
by: Ohad Frand | last post by:
Hi Thanks a lot for your reply I think the main uses for it is to study the language and to see that I didn't miss anything else or that something is changed from one version to another. The...
0
7163
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
7200
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
7375
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...
0
5460
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 project—planning, coding, testing,...
1
4904
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...
0
4586
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...
0
3090
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...
0
1416
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
287
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...

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.