- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
10 Posted Topics
Hi, Maybe the problem is with your browser or operating system. JavaScript runs on client side browser. If you can, try chen with other computer.
Hi, When the back button is clicked, the browser check to load the page from cache. Try add these meta tags in the Head zone of the HTML code, that tell the browser to not cache the page. <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="-1">
Try use id="authorname" in SPAN (remove it from INPUT), then associate with name="authorname" of INNPUT: function setAuthor(element) { var author = element.innerHTML; var author_name = element.id; window.alert(author); document.forms["myform"].elements[author_name].value = author; }
Hi, The ideea is to use Ajax. Create a JavaScript function, for example ajaxSend() that accesses a php file in which you have the code for update. Then, add an `onclick="ajaxSend()"` in the image. See on the net tutorials about Ajax, or jQuery ajax.
Hi, I used JW Player, and from wat i saw in their documentations, it can make what you asked, also it has lots of addons, and it is free.
Hi, Try look on the net for "jQuery accordion menu", there are lots of examples. Maybe you'll find one like you want.
Hi everyone I'm a newbie on this comunity. I have some beginner knowledges about web programming: php, javascript, ajax. In the rest, quiet and peace.
Hi, Try check if it is added session_start() att the beginning of the script you run. Maybe this function is missing where you noticed session not working.
Hi, I'm new too, and this is my 1st post, to say Hi to someone :) .
The End.
CoursesWeb