473,662 Members | 2,536 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DHTML code all of a sudden not working..

please, can you go to
http://www.francesdelrio.com/dhtml/

when you click the name of the character the font color for all the
lines of that character should change.. this is a simple DHTML
memo... but I find that none of the JS or DHTML code is working at
all on page... if I download page and view it locally the JS & DHTML
code work fine, I don't understand this.. I'm very anxious b/c I just
submitted this page as a demo for a web-design position; I can't make
any corrections now, do not have a computer at home right now, all I
can do is view the code... I composed this page about 3 yrs ago, have
not changed much on it since then.. can't understand why this is
happening all of a sudden.. again, if I download page and view it
locally DHTML code works fine.. this is very weird (same thing is
happening on http://www.francesdelrio.com/dhtml/sonnets.html) I'm at
the public library, maybe there's a weird config they have..
would very much appreciate a response by e-mail, fd***@yahoo.com, my
access to usenet is very limited, just want to know if JS/DHMTL code
on these page works for you... thank you very much.. Frances
Jul 23 '05 #1
2 1633
Ivo
"Frances Del Rio" wrote
please, can you go to
http://www.francesdelrio.com/dhtml/

when you click the name of the character the font color for all the
lines of that character should change.. this is a simple DHTML
memo... but I find that none of the JS or DHTML code is working at
all on page... if I download page and view it locally the JS & DHTML
code work fine,
I viewed it online and all was just fine.
Though it shouldn't. Reading a line like var tags =
eval('document. getElementById( ' + "tag_id" + ')') just hurts my eyes. Please
see some FAQs.
I don't understand this..
I'm very anxious b/c I just submitted this page as a demo for a web-design position; I can't make
any corrections now, do not have a computer at home right now, all I
can do is view the code...
That 's what Hamlet said.
I composed this page about 3 yrs ago, have
not changed much on it since then.. can't understand why this is
happening all of a sudden.. again, if I download page and view it
locally DHTML code works fine.. this is very weird (same thing is
happening on http://www.francesdelrio.com/dhtml/sonnets.html) I'm at
the public library, maybe there's a weird config they have..
would very much appreciate a response by e-mail, fd***@yahoo.com, my
access to usenet is very limited, just want to know if JS/DHMTL code
on these page works for you... thank you very much.. Frances


Your pages look very good but I would expect a more intuitive approach, both
on the user side and in the code. Browser detection, needless repetitition,
font tags and evil eval... http://www.jibbering.com/faq/ had them already 3
years ago iirc.
I would imagine a page where all paragraphs with a certain className (like
http://4umi.com/gibran/satan/ ) or starting with a certain string (a
character's name) change their appearance when I clech or uncheck a checkbox
or doubleclick a paragraph (any), to make a good ranking when submitted for
a web-design position. In particular, I miss the ability to turn Laertes off
while keeping Hamlet coloured (or vice versa). Click here to do this, click
there for something else... it takes up to much space on a page where the
script and everything is aimed at bringing Shakespeare and the user closer
together.

HTH
Ivo
--
The rest is silence.
http://www.hamlet.shakespearians.com/
Jul 23 '05 #2
Ron
Frances Del Rio wrote:
please, can you go to
http://www.francesdelrio.com/dhtml/

when you click the name of the character the font color for all the
lines of that character should change.. this is a simple DHTML
memo... but I find that none of the JS or DHTML code is working at
all on page... if I download page and view it locally the JS & DHTML
code work fine, I don't understand this.. I'm very anxious b/c I just
submitted this page as a demo for a web-design position; I can't make
any corrections now, do not have a computer at home right now, all I
can do is view the code... I composed this page about 3 yrs ago, have
not changed much on it since then.. can't understand why this is
happening all of a sudden.. again, if I download page and view it
locally DHTML code works fine.. this is very weird (same thing is
happening on http://www.francesdelrio.com/dhtml/sonnets.html) I'm at
the public library, maybe there's a weird config they have..
would very much appreciate a response by e-mail, fd***@yahoo.com, my
access to usenet is very limited, just want to know if JS/DHMTL code
on these page works for you... thank you very much.. Frances

Heya Frances,
Both pages work fine for me. It is probable that the public computers
have scripting disabled as a security measure. :)
Jul 23 '05 #3

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

Similar topics

6
1993
by: viator | last post by:
Hello everybody. I am a student doing my masters in Comp. Sci. Will some explain to me why it seems completely two worlds when taking about DHTML in NN and IE. Is there any way to write truly portable webpages using DHTML ofcourse.
11
3521
by: Thomas | last post by:
I am trying to produce a table dynamically when the user presses "add to queue". It works great in Mozilla, but it is formatted incorrectly in IE. What I meant by the checkbox was that it should be checked by default. IE doesn't do this while mozilla does. Here's a link: http://helios.acomp.usf.edu/~torr2/test/test.php Specifically, the checkbox is not checked and the css classes don't seem to be working. This only happens in IE and I...
4
2054
by: bbass | last post by:
thanks to all that replyied to my previous post with the following code in question: <a href="merc.htm" target="_new_merc" onfocusout=window.close class="left_link"> i understand that the people don't like the idea of closing the browser window because it's annoyance to the user
2
1275
by: mclagett | last post by:
Can anyone please help me figure out why all of a sudden (even after many restarts of Visual Studio 2005 and reboots, etc) I am no longer able to set breakpoints in the disassembler window. I should mention that this is assembler code I generate by writing opcodes to memory, but for a month or so I had no problems. All of a sudden it stopped working. Is there some setting somewhere that has gotten set somehow, or did a security download...
7
2861
by: Mike | last post by:
Hello, I am developing a simple web editor to enable my users to update their websites and add simple formatting to the text. The page content is recovered from a SQL Server database and displayed in the Microsoft DHTML Edit control ( I am working in Visual Studio 2003 - VB ). I have experimented with the ExecCommand function but all I want to do is select some text - press a button to make that selected text <h1>some text</h1>. I have a...
2
1483
by: Jason S | last post by:
Is there a list of which browsers allow DHTML to create new <img> elements? e.g. var img = document.createElement('img'); img.src = '...some image source path...'; I've been working on a webpage which uses Javascript to add images dynamically. Works fine on Firefox. I've been using a different browser (Mozilla 1.7.5) to test pages to make sure the browser isn't seeing any special permissions (being logged into websites for instance). It...
3
2523
by: aspmonger | last post by:
Hello, I really believe that IE 6 has a new (intentional?) bug that severely limits the capability of dhtml and cross domain scripting. Yesterday, I read an interesting article about the subject and it only supported my claim. The article explained why Microsoft will not be letting the IE DHTML Implementation get any more powerful than it already is. Microsoft has realized that an experienced DHTML developer can create a web application that...
0
1423
by: =?Utf-8?B?TWF0dCBDYWxob29u?= | last post by:
Hi there, Have had Team Foundation Server working for months now and all of a sudden after a restart of IIS it has been failing with errors: The identity of application pool 'TFS AppPool' is invalid, so the World Wide Web Publishing Service can not create a worker process to serve the application pool. Therefore, the application pool has been disabled. For more information, see Help and Support Center at
22
2609
by: flit | last post by:
Hello All, I have a hard question, every time I look for this answer its get out from the technical domain and goes on in the moral/social domain. First, I live in third world with bad gov., bad education, bad police and a lot of taxes and bills to pay, and yes I live in a democratic "state" (corrupt, but democratic). So please, don't try to convince me about the social / economical / open source / give to all / be open / all people are...
0
8432
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8344
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8764
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8546
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8633
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7367
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6186
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4180
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1752
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.