Wrox Programmer Forums
|
BOOK: Beginning JavaScript
This is the forum to discuss the Wrox book Beginning JavaScript by Paul Wilton; ISBN: 9780764544057
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning JavaScript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 3rd, 2005, 04:30 PM
Registered User
 
Join Date: Aug 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Newbie to JavaScript

Hello, I'm new to this forum and JavaScript. I have the Beginning JavaScript book by Paul Wilton. I am having problems with the 1st and second lessons in the book on page 15.

I've entered the code correctly, however, the output does not pause between Script blocks 1, 2 and 3.

I've re-typed the code as shown in the book and I have had a friend of mine checking what I have typed and I am still having problems.

Please advise.

 
Old November 25th, 2005, 05:45 AM
Registered User
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I'm also new to this forum (and Javascript) and have first seen your question now (november 2005). Therefore my sugestion is probably obsolete, but anyway. I think your problem is a security issue. Due to security reasons my browser (IE 6.0) allways ask me for permission to run pages containing (Java)scripts. If I accept, the script is executed. If not only the pure HTML-part is executed.
It is possible to configure the browser allways to run pages with scripts, but you probably don't want this.
I don't know how I can configure my browser to accept pages (with scripts) from my pc and run them straight out and at the same time prevent pages from external web-sites (contaning scripts) not doing the same!
 
Old April 18th, 2006, 01:21 PM
Authorized User
 
Join Date: Nov 2003
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Are you still having problems with this? If so please post your code for review. Thanks.

 
Old August 28th, 2006, 02:45 PM
Registered User
 
Join Date: Aug 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi i also am a newbie to this forum and javascript.
i tried the first sample code for changing the background colour to red and with alert box- but the background colour didnt change- i am using IE7
any ideas?
 
Old October 4th, 2006, 03:36 PM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

JavaScript is a case-sensitive language. This means that language keywords, variables, function names, and any other identifiers must always be typed with a consistent capitalization of letters.
Quote:
quote:Originally posted by amanishakhete
 Hello, I'm new to this forum and JavaScript. I have the Beginning JavaScript book by Paul Wilton. I am having problems with the 1st and second lessons in the book on page 15.

I've entered the code correctly, however, the output does not pause between Script blocks 1, 2 and 3.

I've re-typed the code as shown in the book and I have had a friend of mine checking what I have typed and I am still having problems.

Please advise.






Similar Threads
Thread Thread Starter Forum Replies Last Post
newbie question (javascript passed in xml) mitre7 XSLT 4 December 11th, 2008 11:23 PM
stop current javascript function using javascript sakthi Javascript 3 June 2nd, 2008 03:30 PM
Please Help Newbie aduggan Classic ASP Databases 19 April 3rd, 2007 03:05 PM
Newbie please help indyanguy XSLT 1 September 2nd, 2005 09:18 AM
Newbie - Javascript Mizman Classic ASP Databases 1 January 27th, 2005 02:49 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.