473,769 Members | 4,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

On-Page Anchors not working properly

Strangely, on-page anchors will work on MSIE, but not on Netscape7.2
or Firefox1.5. All anchors are numbers e.g. <a href="#21">TOPI C</a>
supposed to connect down to <a name="#21>begin ning of text</a> .

Could be further complicated by the ASP and SQL designation of URL.
like: http://sampleURL.org/FAQs.asp?FAQMID...=10&bmode=Main
W3C validator said 91 errors, mostly on tables, fonts and graphics,
but didn't seem to complain about anchors. Any ideas? TIA Rich
Dec 8 '05
12 2376
Mark Parnell wrote:

Deciding to do something for the good of humanity, "Jukka K. Korpela"
<jk******@cs.tu t.fi> spouted in comp.infosystem s.www.authoring.html:
The formal syntax declares the NAME attribute as CDATA, which means
"anything goes" - it may contain any _Unicode characters_ (not just
letters).


Indeed - carelessness on my part. I meant to say character, not letter.
Some people say that Netscape 4, which does not understand ID, still has
a nonneglible market share.


I'm not one of those people (though admittedly to some extent it could
be site-dependent). :-)

--
Mark Parnell
=============== =============== =============== ========
Att. Google Groups users - this is your last warning:
http://www.safalra.com/special/googlegroupsreply/


Once upon a time...
Anyway, thanks for the re-education, I downloaded, fixed it so
<a href="#xx">link </a> now links to <a name="xx">ref.t ext</a>.
Thought nesting problem, it's buried very deep, but it works.

Now all I have to do is convince the webmaster to revise it so
it will work in other browsers besides IE. I've been doing the
same thing for five years now :-) BTW this is N4.78 on IBM PS/2
w/win95, also WFW3.11/N3.04 on other hard drive. TNX Rich CT USA
Dec 9 '05 #11

On Thu, 8 Dec 2005, Mark Parnell wrote:
Deciding to do something for the good of humanity, Rich
<ri***********@ ntplx.net> spouted in
comp.infosystem s.www.authoring.html:

[snip]
ID is a newer arrangement, will find out how that works too.


Using id instead of name has been around since HTML4, which was
published in 1998. All modern browsers support it, as does IE.

[snip]

Including my browser of choice, Lynx 2.7 (just tested). (Whether anyone
would consider that version of Lynx to be modern is another story.)

--
Norman De Forest http://www.chebucto.ns.ca/~af380/Profile.html
af***@chebucto. ns.ca [=||=] (At the Sign of the Flashing Cursor)
"Oh how I miss the days when it was easier to catch gonorhea than a
computer virus." -- Big Will in alt.comp.virus, March 9, 2005

Dec 21 '05 #12
Tue, 20 Dec 2005 21:08:48 -0400 from Norman L. DeForest <af380
@chebucto.ns.ca >:

On Thu, 8 Dec 2005, Mark Parnell wrote:
Deciding to do something for the good of humanity, Rich
<ri***********@ ntplx.net> spouted in
comp.infosystem s.www.authoring.html:

[snip]
ID is a newer arrangement, will find out how that works too.


Using id instead of name has been around since HTML4, which was
published in 1998. All modern browsers support it, as does IE.

[snip]

Including my browser of choice, Lynx 2.7 (just tested). (Whether anyone
would consider that version of Lynx to be modern is another story.)


Netscape 4 didn't support ID, but if I recall correctly IE 4 did.
Netscape 6 id, as did all the Mozilla and Firefox releases.

--
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/200..._wont_help_you
Dec 21 '05 #13

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

Similar topics

4
12456
by: Frank | last post by:
Whats best : register_globals ON ? OR register_globals OFF ? I currently use: $_POST
1
2156
by: David Walker | last post by:
Hi I've got two servers I can use for a website. The one (I'll call it 'X') I need to keep most of the site on doesn't have all the PHP libraries on I need, but I can't put the whole site on the other (called 'Y') because I can't use the database from there. So, I need a way to be able to call the libraries (GD and PDF) from X with the functions on Y. For both of these, I need to be able to write the result of the function running on Y...
0
3638
by: Google Mike | last post by:
After a lot of thought and research, and playing with FreeTDS and InlineTDS, as well as various ODBC connections, I have determined that the fastest and cheapest way to get up and going with PHP on Linux, connecting to MS SQL Server, unless it was already pre-installed by your Linux installation, is to build your own multithreaded TCP socket server on Windows and connect to it through the socket API in PHP on Linux (if you have installed...
3
2339
by: TJ | last post by:
I need information on how to implement the PFPRO function within Verisign on a Windows platform. I hope it isn't true but I believe Verisign does not support PFPRO functions on Windows platforms only Unix. Has anyone handled e-commerce transaction via PHP on a Windows platform through Verisign. Again does anyone have any examples or has anyone here implemented an ecommerce site utilizing PHP on a Windows platform through Verisign using...
3
2569
by: Bruce W.1 | last post by:
With ASP.NET I've found that request are processed sequentially, one at a time, at least on a server with one CPU. If one request blocks for some reason, maybe on a long database query, then all users must wait until it completes, for their request to process. This leaves me wondering about PHP running on IIS and Window. Does this hold true for PHP also? What about PHP on Unix? Does this allow true simultaneous processing of all...
6
2299
by: Hasan Ceylan | last post by:
Hi Everyone, Recently we have started to have performance problems on our server which has the following configuration: Win 2K IIS 5 php The traffic to our web site is on normal time 300 - 400 concurrent
2
7683
by: Robert | last post by:
I am using the php4-cgi Debian package which is based on PHP 4.3.4. I have problems when running php4 on the command line. If I say something like $ php4 index.cgi a number of variables are not initialized. For example, $HTTP_GET_VARS is not set. To get it set, here's my workaround:
4
2152
by: Artem | last post by:
hello. this is the setup: i have 2 computers at home. one of them has a registered domain name, and is acting as a web server (runs under windows 2003 iis6). my second machine has apache configured with php, perl, and mysql installed. i wanted to make my 2nd machine accessible from the internet, so i have created a virtual directory on my 1st machine, pointing to my htdocs directory on the 2nd machine. when i try to access a .html or .txt...
2
1523
by: MLH | last post by:
I have an AMP application running on linux server that collects, maintains and serves up image files to web clients. On my LAN (in fact, on the same subnet) I have both the linux box and windoze clients. The window$ boxes are staffed by persons who sometimes email the image files stored on the linux box to various recipients. For simplicity, lets call my linux box L and my windoze box W. Both are nodes on the LAN. Here are the knowns: ...
2
1644
by: Stuart Rogers | last post by:
My hosting service uses PHP 4.3.10 and when I run a php script which works perfectly on my local lan linux server on my hosting service I get this error:- Parse error: parse error, unexpected T_STRING, expecting ')' in /home/fhlinux199/s/user/htdocs/graph_all.php on line 1114 When I look at the file I can find nothing wrong, as I say on my linux box with a later level of PHP it parses fine and executes. If I edit the file and simply...
0
9423
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
10047
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
9995
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
8872
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
7410
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
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3962
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 we have to send another system
2
3563
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
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.