Search:
Type: Posts; User: iperez_genius
Search :
Search took 0.01 seconds.
setTimeout didn't work either...
i will give it another go though...
thanks for the reply...
I am trying to display 4 divs one after eachother using setInterval
function switchIcon(current, next)
{
document.getElementById(next).innerHTML = "<div class=\"on\"></div>";...
i am using jquery...i think...
to be honest i dont really know what i am doing with the code i am utilising. More of a guess and check method to getting what i want...hacking if you will.
I...
in my xml page i have the following elements
<title>Hello World</title>
<category type="cool" />
I know i can use this line of code
var title = $(this).find('title').text();
to access...
I am not so new to XML
however i struggling navigating through the node elements within an xml.
Below is the xml i am playing with
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Edited...
I on the successful completetion of a form i want to display a confirm message to the user message and following the okay on the message to redirect to a specific page.
Can anyone help?
Ilan
what i need done is really simple.
I have the following xml page
<?xml version="1.0" encoding="utf-8" ?>
<fam_mem>
I am using the form script from this website
http://blazonry.com/javascript/selmenu.php
I have modified the function slightly so that i could use it twice but what i would like to know is how...
well i have an interesting situation.
I have created a page that on load the page reads a long list from a file and converts it into an array.
the problem i am having is that in firefox it...
Fang, the only other thing that i need help with is having the default being 1
so on load one of the tables displays
can you help?
Ilan
that was awesome thanks very much...
then only line i would add is just after
function borrow(control) {
add this line.
b = "";
you will notice that the script accumulates the reptitions...
I am getting frustrated because i dont understnad how to acheive what i want
simply what i need is a pull down that has numbers 1 through 5 and depending on the number, depends on how many table...
I have a web page written in php.
Inside that page is a server side include that includes a header. Contained in that header is a reference to a javascript menu.
after the header there is a...
BigMoosie,
thanks very much great help
i agree with ultimater - what does the firstChild bit mean?
thanks again
Ilan
firstly I am very new to javascript but i have extensive background in programming, both web and otherwise
simply i have a form and i want to instantly validate fields.
I have done my research...
G'day everyone...
I am very new to javascript,
infact i have never really programmed with it at all. I use PHP for my sites as it is a ss language
Anyway i have idea and i need help creating...
solution!!!
within the menu loader file there is a location specified which i forgot to update
everything seems to be working
Ilan
js is server side
the php works fine on all fronts
DB connecting etc
the js is having a problem working
Ilan
it would
what i am not sure about is what source to give you...
the header file the java code is in is not the problems..
i know this because in the source of the menu i have placed a...
I am hoping someone can help me out here...
i have built a php website
i have included a java script menu system.
I was hosting at place A and the java script menu worked fine....
i have just...
header.inc
<html>
<head>
<LINK rel="STYLESHEET" type="text/css" href="./css/ba.css">
</head>
<SCRIPT><!--
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return...
that works thanks...
so now it gets more complicated in that there are more files to src
i have a simple index.php page
i have an included header.inc
a footer.inc
I am using two web browsers to debug my script
ie6 and firefox
heres my problem
i have a php page and within it i would like to call another script for the menus. these menus are written in...