[WSG] background image

2008-04-27 Thread Alexander Uribe
 
 
 
I have a problem with a background image.
 
When viewing the site on a number of browsers, the background image appears 
fine.
However, recently the site went up and the background image has dissapeared.
 
Any ideas?
This is the CSS
 
body { background-color: #A816AD; margin: 0; padding: 0; background-image: 
url(images/images/lets.gif); background-repeat: repeat-y; width:1100px;}
 
Cheers,
_
Are you paid what you're worth? Find out: SEEK Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_salary_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] SMTP

2008-04-04 Thread Alexander Uribe
 
 
Hi 
 
I have just built a website that has a form page with a Submit button.
 
I want to be able to recieve information without Outlook express popping up.
 
One of my lecturer's advised me I needed the SMTP number from the host and then 
add in some code, however i cant find any information of how to set it all up.
 
Can anyone help?
 
Much appreciated
 
A.U
_
Are you paid what you're worth? Find out: SEEK Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2Fcareer%2Dresources%2Fsalary%2Dcentre%2F%3Ftracking%3Dsk%3Ahet%3Asc%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_salary_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Form Submit

2007-11-20 Thread Alexander Uribe
 

Hi there,

I've created a page on a site that has a form for customers to submit 
information.
I want the information to be emailed to me but I don't want to use the 
mailto:[EMAIL PROTECTED] as it brings up outlook express.
Does anyone know what I will need to make sure it automatically sends the 
information to my email address?


Thanks alot

Alex

_
Overpaid or Underpaid? Check our comprehensive Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer%2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid%3D595810_t=766724125_r=Hotmail_Email_Tagline_MyCareer_Oct07_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


RE: [WSG] Form Submit

2007-11-20 Thread Alexander Uribe
 
Thanks for that Grant!
cheers

Date: Tue, 20 Nov 2007 22:15:41 -0600
From: [EMAIL PROTECTED]
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Form Submit

I believe what you want to do is use a form handler. This will send the form 
information to a desired email address once the submit button is pressed. This 
can be accomplished in many different ways. If you don't have the means to 
program your own, check out 
www.hotscripts.com and search for 'form handler'. Hope this helps.



On Nov 20, 2007 10:02 PM, Alexander Uribe 
[EMAIL PROTECTED] wrote:






Hi there,

I've created a page on a site that has a form for customers to submit 
information.
I want the information to be emailed to me but I don't want to use the mailto:
[EMAIL PROTECTED] as it brings up outlook express.
Does anyone know what I will need to make sure it automatically sends the 
information to my email address?


Thanks alot

Alex

Check our comprehensive Salary Centre 
Overpaid or Underpaid?



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]

***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
_
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_Future_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] javascript help

2007-10-31 Thread Alexander Uribe
 
 
 
Hi there,
 
I have some questions for an assignment that I can't figure out. If anyone 
could be of assistance that would be much appreciated.
 
1)Which instruction will change the background colour of an element?
A   document.getElementById(t).backgroundColor = yellow 
B  document.getElementById(t).bgcolor = yellow 
C  document.getElementById(t).style.backgroundColor = yellow 
D  document.getElementById(t).style.color = yellow
 
2)
Which are the valid 'for' statement(s) 
A  for x = 1 to 10 
B  for(x=0; x10; x++) 
C  for(x=0, y=10; x10; x++, y--) 
D  for(x=0, x10, x++)
 
3)
Which are the INCORRECT math equations 
A  a =+ 20; 
B  a = a + 20; 
C  a = 20 / 4; 
D  a++; 
E  a != 30; 
F  a =* 4; 
G  a = 3;
 
4)
Which are the preferred methods to use when Javascript has been disabled ?
A  noscript/noscript 
B  a href=# onCick=myFunction();Show Page/a 
C  a href=page1.htmShow Page/a 
D  a href=page1.htm onCick=myFunction();Show Page/a
 
5)
An array can be initialised by 
A  var a = new Array(ab,b,c);
B  var a = [a,b,c]; 
C  var a = (a,b,c); 
D  var a = a[a,b,c];
 
6)
When you tab into a form control (i.e. a textbox) what event is executed 
A  onMouseOut 
B  onClick 
C  onBlur 
D  onFocus
 
7)
What syntax is needed to initalise a Regular Expression 
A  var re = RegExp(); 
B  var re = new RegExp(); 
C  var re = regexp; 
D  var re = new regexp();
 
8)
What does the following function dofunction 
x(y){document.getElementById(y).style.display;a = (z=='block') ? 'none' : 
'block';z.a;} 
A  hide or shows a div tag 
B  hide or shows an element 
C  hide or shows a paragraph 
D  hide or show a table
 
9)
Which cross browser (but not W3C DOM compliant instructions) can be used to 
find the Height and Width of an object on a web page A  clientWidth, 
clientHeight 
B  scrollWidth, scrollHeight 
C  scrollTop, scrollLeft 
D  offsetWidth, offsetHeight
 
10)
If Javascript has been disabled by the user then 
A  inline scripting will still work 
B  only mouse events will still work 
C  AJAX will still be useable 
D  no scripts will be executed
 
 
Cheers.
_
What are you waiting for? Join Lavalife FREE
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D30288_t=764581033_r=email_taglines_Join_free_OCT07_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Javascript Help

2007-10-31 Thread Alexander Uribe
 
 
 
Hi there,
 
If anyone can help with the following questions, that would be greatly 
appreciated
 
 
 
1) Which are the preferred methods to use when Javascript has been disabled 
A noscript/noscript 
b a href=# onCick=myFunction();Show Page/a 
ca href=page1.htmShow Page/a
d a href=page1.htm onCick=myFunction();Show Page/a
 
 
 
 
2)An array can be inititialsed by?
A
var a = new Array(ab,b,c); 
B
var a = [a,b,c]; 
C
var a = (a,b,c); 
D
var a = a[a,b,c];
 
 
3)When you tab into a form control (i.e. a textbox) what event is executed 
A
onMouseOut 
B
onClick 
C
onBlur 
D
onFocus
 
uestion 22 : (DOM 1) 












  






_
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_Future_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Javascript Help

2007-10-31 Thread Alexander Uribe
 
 
 
 
It was just a few questions that i was unsure of.
 
 
Dont bother
 
 
Cheers,
 
 
_
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_Future_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] javascript help

2007-10-31 Thread Alexander Uribe
 
 
 
Thanks for the reply.
 
I took everyones advice and found out the answers myself.
Javascript always seems to be quite daunting for me, but found out that it 
doesn't have to be at all.
 
 
Apologies for the email.
_
Your Future Starts Here. Dream it? Then be it! Find it at www.seek.com.au
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Eseek%2Ecom%2Eau%2F%3Ftracking%3Dsk%3Ahet%3Ask%3Anine%3A0%3Ahot%3Atext_t=764565661_r=OCT07_endtext_Future_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


[WSG] Javascript Code not working in IE6

2007-10-23 Thread Alexander Uribe
 



In my javascript class at college, I have to find out why this piece of code 
does not run in IE6.
I can't seem to figure out why.
If anyone knows, that would be great

cheers,

Alex.

Code below

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN 
http://www.w3.org/TR/html4/strict.dtd;
html
head
titleExercise 4/title
meta http-equiv=Content-Type content=text/html; charset=utf-8
style type=text/css
.borders {
border: 1px solid red;
width: 150px;
}

.li_borders {
background: yellow;
border: 1px solid blue;
color: red;
}
.li2_borders {
background: blue;
color: white;
}
#ul2 {
xwidth: 150px;
}

#ul2 li {
border-color: silver;
border-style: solid;
border-width: 1px 1px 0px 1px;
display: inline;
font-weight:bold;
margin: 0;
padding: 0 4px;
}
/style
script type=text/javascript
window.onload = init;
function init()
{
var liArr = new Array();
var idx;
//--- process first UL block
var id = document.getElementById(ul1);
id.addEventListener(mouseover, ul1on, false);
id.addEventListener(mouseout, ul1off, false);
liArr = id.getElementsByTagName(li);
for(idx=0; idxliArr.length; idx++ ) {
liArr[idx].addEventListener(click, li_s, false);
liArr[idx].addEventListener(mouseover, li_on, false);
liArr[idx].addEventListener(mouseout, li_off, false);
}
//--- process second UL block
id = document.getElementById(ul2);
liArr = id.getElementsByTagName(li);
for(idx=0; idxliArr.length; idx++ ) {
liArr[idx].addEventListener(click, li_s, false);
liArr[idx].addEventListener(mouseover, li2_on, false);
liArr[idx].addEventListener(mouseout, li2_off, false);
}
}
function ul1on() { document.getElementById(ul1).className=borders;}
function ul1off(){ document.getElementById(ul1).className=;}
function li_s()  { alert(this.innerHTML); }  
function li_on() { document.getElementById(this.id).className=li_borders;}
function li_off(){ document.getElementById(this.id).className=;}
function li2_on() { document.getElementById(this.id).className=li2_borders;}
function li2_off(){ document.getElementById(this.id).className=;}
/script
/head
body 
pThis doesn't work in Internet Explorer 6. Why and whats the solution?/p
ul id=ul1 
  li id=li11item 1/li 
  li id=li12item 2/li 
  li id=li13item 3 /li 
/ul 
ul id=ul2 
  li id=li21item 1/li 
  li id=li22item 2/li 
  li id=li23item 3 /li 
/ul 
/body
/html


_
What are you waiting for? Join Lavalife FREE
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Flavalife9%2Eninemsn%2Ecom%2Eau%2Fclickthru%2Fclickthru%2Eact%3Fid%3Dninemsn%26context%3Dan99%26locale%3Den%5FAU%26a%3D30288_t=764581033_r=email_taglines_Join_free_OCT07_m=EXT

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***