Navigation
-
Hi all... i'm developing a website which is having all html pages.. when i navigate from one page to another url address of the site should not change...what should i do...? i'm using anchor tag and hyperlink for navigation. can you please give me idea on this... Thank You...
siri
-
Hi all... i'm developing a website which is having all html pages.. when i navigate from one page to another url address of the site should not change...what should i do...? i'm using anchor tag and hyperlink for navigation. can you please give me idea on this... Thank You...
siri
-
for my current requirement i should not change the url... any ideas please...
siri
-
Hi all... i'm developing a website which is having all html pages.. when i navigate from one page to another url address of the site should not change...what should i do...? i'm using anchor tag and hyperlink for navigation. can you please give me idea on this... Thank You...
siri
-
for my current requirement i should not change the url... any ideas please...
siri
I would seriously consider changing that requirement - hiding the URL will do nothing other than annoy people using your site and prevent them from bookmarking anything other than the front page. From a personal point of view if I came across a site that tried to do such a thing I'd just not use it. As someone else has mentioned you can 'fake' it by using frames. Alternatively you could use Flash or some other similar technology. Both would make poor websites with zero advantage.
-
Hi all... i'm developing a website which is having all html pages.. when i navigate from one page to another url address of the site should not change...what should i do...? i'm using anchor tag and hyperlink for navigation. can you please give me idea on this... Thank You...
siri
A "dirty" but working solution is to save all html documents with the aspx suffix and exchange all links with linkbuttons having server.transfer(url) in the codebehind
-
A "dirty" but working solution is to save all html documents with the aspx suffix and exchange all links with linkbuttons having server.transfer(url) in the codebehind
i mentioned that i' m using html pages not aspx pages.
siri