[WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Pierre-Henri Lavigne
Good day all, Does anyone already get the following issue ? html body script type=text/javascript var str = The Foo fooSz Fighers; var rule = /foo\s/i; console.log(str.match(rule)); // returns Foo var str2 = The Foo fooSz Fighers; var txt = foo; var rule2 = eval('/' + txt + '\s/i');

R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Diego La Monica
: lunedì 2 giugno 2008 19.44 A: wsg@webstandardsgroup.org Oggetto: [WSG] Javascript help with Reg Exp required please Good day all, Does anyone already get the following issue ? html body script type=text/javascript var str = The Foo fooSz Fighers; var rule = /foo\s/i; console.log

R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread Dennis Lapcewich
Return Receipt Your R: [WSG] Javascript help with Reg Exp required please document

R: [WSG] Javascript help with Reg Exp required please

2008-06-02 Thread lisa . kerrigan
Return Receipt Your R: [WSG] Javascript help with Reg Exp required please document

[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

[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

RE: [WSG] javascript help

2007-10-31 Thread Kepler Gelotte
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. How many credits do we get for the correct answers? ;-) *** List Guidelines:

Re: [WSG] javascript help

2007-10-31 Thread Breton Slivka
Do you have any specific questions, or do you just want us to do your homework for you? -Breton. On 11/1/07, Alexander Uribe [EMAIL PROTECTED] wrote: 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.

Re: [WSG] Javascript Help

2007-10-31 Thread Brian Cummiskey
Alexander Uribe wrote: If anyone can help with the following questions, that would be greatly appreciated do your own homework. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

[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

RE: [WSG] javascript help

2007-10-31 Thread Frank Palinkas
] On Behalf Of Alexander Uribe Sent: Thursday, 01 November, 2007 6:46 AM To: wsg@webstandardsgroup.org Subject: [WSG] javascript help 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

Re: [WSG] javascript help

2007-10-31 Thread Christian Snodgrass
I don't like giving out answers to homework questions, but here are some hints: 1) Which attribute is used for setting the background (in HTML)? Which property is used to set a background color with CSS (which is what style uses)? 2) Only one of those is correct. Check online for the proper

[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