I'm not sure if it's call enumeration or not.
It is very simple and goes like this...(this syntax is wrong)
var myNumber = 7;
var a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10;
a[myNumber] = 10; //what is the format for this function
It combines the "a" and the varable myNumber, alowing...
<SCRIPT LANGUAGE="javascript">
var here = location.pathname;
queryString = queryString.substring(1, queryString.length);
document.write(here);
</SCRIPT>
This doesn't seem to work, what mistake am I making?
Thanks,
Kstar
How can I get the name of the HTML file I am Viewing? ...as in index.html, mypage.html, or otherpage.shtml
I'm sure this is easy, but I have no idea. I can get the quarystring, but that's not the same.
Thanks,
Kstar
Hi,
I have a table based menu as such:
<tr>
<td class="lglink" valign="top" width="1"> </td>
<td class="lglink" valign="top" width="13">
<img src="images/ybullet.gif" width="10" height="10" border="0" vspace="3"></td>
<td class="lglink" width="143"><a...
I have three parts to this problem.
<script language="JavaScript">
<!--
function changeLeftSide (image_ref, title, desc) {
var objImg = new Image;
objImg.src = "../imgs/" + image_ref;
document.images["image_ref"].src = objImg.src
document.getElementById("image_title").interHTML = title...
It prompted me to turn on dependent file upload, but now I want to turn it off. I've been through all of the options menus I could, still can't find how to turn it off.
Any ideas?
Kstar
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.