Printer Friendly Version
Email this thread to a friend
|
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
123_123
Joined: Apr 18, 2005
# Posts: 137
|
Posted: 2005-Apr-24 13:58
Hm
I am trying to edit some HTML in a msql database using phpMyAdmin.
I did a search for what I want to edit, and in each instance it says that the field might be too big to edit/save. I edited it but as suggested, it did not save it
The reason for this is because when I go to a particular page on the website, ad look at the code, at the bottom their is some javescript::
<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;
function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload != null)
SymRealOnUnload();
}
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
SymRealOnLoad = window.onload;
window.onload = SymOnLoad;
//-->
</script>
Prior to that Javascript is some adsense coding.
That adsense coding I wish to remove as it is not loading in the page, but is creating a large blank space between two HTML tables
I cannot find any reference to that partiular adsense code on any pages on the local drive. I cannot find the above Javascript, whatever it is suppossed to be or do.
Anybody got any clues Please ?
I am not a professional programmer so please go gently with me
THANK YOU
|
 |
123_123
Joined: Apr 18, 2005
# Posts: 137
|
Posted: 2005-Apr-24 14:01
"The reason for this is because when I go to a particular page on the website, ad look at the code, at the bottom their is some javescript"
Should read::
The reason I have to do this is because when I go to a particular page on the website and look at the code, at the bottom, their is some weird javascript which I did not put there.
|
 |
excell
Staff
Joined: Mar 19, 2001
# Posts: 14512
|
Posted: 2005-Apr-24 18:13
hmmm sounds like you need to know "stuff"
who has been looking after you previously / where are you hosted are some of the things I think when hearing your question.
It is very difficult for anyone to give you real help without looking at your pages. If you can (within the TOS of this forum) put your URL in your profile so folks can see what you are on about.
|
 |
123_123
Joined: Apr 18, 2005
# Posts: 137
|
Posted: 2005-Apr-24 18:34
((url removed))
If you scroll down you will see a big gap between the two tables.
If you look at the source, you will see some adsense code. (The one further down, Not the adsense just after the body tag). I have removed that particular code (The one further down), from the HTML pages, but it appears in the relevent table when I look at the database, and I cannot remove it cos msql says the fields are too big.
What is all that javascript at the bottom of the page ? I did not knowlingly insert it, and that I think has something to do with the problem.
If it helps you I have also just seen that java coding on a simple HTML website with no databases or other exotic coding, just plain HTML pages, so all of a sudden something is inserting it into pages from what I can see.
Thank you
[ Message was edited by: bhartzer 05/19/2005 09:14 am ... Reason: URL in profile only, please ]
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|