473,378 Members | 1,139 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

<a href="#raleigh">Raleigh NC</a>

In creating a dynamic page with some static content, ie, the list of
city names is standard HTML encoding. When I click on the link,
I see the page reload itself instead of jumping to the content where
<a name="raleigh"></a>. Any suggestions on how to get around
this?

Specifically the page I'm working with...

http://microcosmotalk.com/live/categ...g+Pool+Builder

Thanks.

Jim Carlock
Post replies to the group.
Mar 5 '06 #1
3 1425
Jim Carlock wrote:
In creating a dynamic page with some static content, ie, the list of
city names is standard HTML encoding. When I click on the link,
I see the page reload itself instead of jumping to the content where
<a name="raleigh"></a>. Any suggestions on how to get around
this?


Just kill the <base href="..." /> tag...
JW
Mar 5 '06 #2
"Janwillem Borleffs" posted a reply:
Just kill the <base href="..." /> tag...
That was easy. I'm wondering why some companies apply that
technique?

Thanks for pointing that out, Janwillem.

Jim Carlock
Post replies to the group.

Jim Carlock asked: In creating a dynamic page with some static content, ie, the list of
city names is standard HTML encoding. When I click on the link,
I see the page reload itself instead of jumping to the content where
<a name="raleigh"></a>. Any suggestions on how to get around
this?

Mar 5 '06 #3
Jim Carlock:
I'm wondering why some companies apply that technique?


The BASE element lets you make the base URL explicit: it trumps the
other two ways of establishing a base URL. For example, you could
include it in so-called mirror pages in which every relative URL should
point to an external host; or certain error pages (e.g., 404s), where
the requested URL is different to the current URL; or a text/html part
of an e-mail, which lacks an implicit base URL.

I see no reason in theory to include a BASE href whose value is
equivalent (in some sense) to the base URL as it would be established
by RFC3986. I can only imagine that, if it was included deliberately,
it was meant as a workaround to a bug.

--
Jock

Mar 7 '06 #4

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

Similar topics

4
by: Roy | last post by:
Hey all, strange problem here... query #1 displays 357 records correctly and all is well. However, when placed within query #2 as a subquery, it updates every single record in the lta table,...
24
by: sundew | last post by:
Hi all, I am developing an open source DHTML project named Wednus Window. http://wednus.com Wednus Window is a DHTML Web-Application Windowing System. It shell websites/web-applications with...
1
by: oreng | last post by:
Hey all, I have some problems detecting whether the client's browser javascript is enabled at the server side. While Request.Browser.JavaScript only check if the browser enable java script (and...
9
by: WRH | last post by:
Hello I am new to asp but I made some Jscript functions which work fine. The functions contain some strings used as a registration key for some apps. It is important that these strings not be...
3
by: domtam | last post by:
Hi there. My goal is to add some script to my home page (which is NOT asp / aspx page, and it is not hosted in IIS) so that any request from mobile browser will be redirect to another page (a...
5
by: Jason | last post by:
Hi, I have some simple JavaScript on my page that worked for years in IE 6 without an error that I am aware of, but does not work in IE 7. Any insight on this issue that anyone can provide would...
11
by: ASProoky | last post by:
Can anyone please help me? I need to add arrows to my JavaScript submenu to indicate that one of my submenu items have a child menu with options. How can I do that in JavaScript without inserting...
1
by: J. Ouwehand | last post by:
Hello, I'm a newbee to .net. I've created a typed dataset in VS. When I insert a row, it shows that it's there but in fact the row is not committed to the database. When I restart my app, the new...
10
by: jodleren | last post by:
Hi I know, that there are a lot of people having problems with orkut.com, errors like "object expected" and named objects missing. When loading the site can generate some 10 errors, and still...
2
by: LindaDhasan | last post by:
Hi, I am a beginner with javascript.Please help me clarify how to display the result of a javascript function within html underline tag.PFA the code. <html> <head> <script...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.