Search:
Type: Posts; User: AlvinSA
Search :
Search took 0.01 seconds.
You are an absolute genius! I've incorporated it into the code that calls my page title. Do you have any idea how many sites I've posted this question on, with no luck. I've been looking for 3 weeks...
Hi Guys
Is there a simple way to reverse the order of my title?
My title currently shows in the following format:
Accommodation | Hotels | Holiday Inn
I need it to show in the reverse...
I am eternally grateful to you. Your scripts works flawlessly. THANK YOU!
sorry about the wrong place. can this thread be moved?
Is there a way to call the url dynamically?
Let me explain:
My site generates urls dynamically. the pages I want to affect contains the...
Hi Guys
I need a div to show certain text when the url contains certain text. Something like:
<?php if(url contains the text "something") { ?>
<div>text to show</div>
<?php } else { ?>...
My apologies. I wrapped php tags around the code, so it stripped out the \. Anyway, I used the code as you posted, but still no luck. Any ideas?
Thanx again for the help.
Hi Charles
This is the script you posted:
<script type="text/javascript">
onload = function () {document.title = document.title.split (/\s*\|\s*/).reverse().join (' | ')}
</script>
Just give it an ID and set its display to none...
Please excuse my ignorance..... I'm new to these things. What would that look like? Here's the code I now have (your script):
<head>...
This is how I inserted the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html;...
This is what the source code looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html;...
Thanx for that, but still not working.
When the page reloads, is it possible for the form button to disappear?
Hi Guys
Is there a way that JavaScript can be used to reverse the order of a title tag?
Let me explain:
My title currently gets created dynamically by calling the breadcrumb path depending...
You are an absolute STARR!!! Works perfectly.
Will the "?refresh=true" in the url not pose problems with SEO?
Hi Guys
I have the following code on my site, which hides text, and then displays the text when a button is clicked:
<html>
<head>
<script type="text/javascript">
function...