Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~2K People Reached
Favorite Forums

10 Posted Topics

Member Avatar for Tejal Karande

Hi Tejal I know nothing about those programming languages, I just wanna say Welcome to this comunity :) .

Member Avatar for MeGaNe
0
141
Member Avatar for vizz

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.

Member Avatar for vizz
0
119
Member Avatar for HasNor

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">

Member Avatar for HasNor
0
178
Member Avatar for spivey

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; }

Member Avatar for CoursesWeb
0
187
Member Avatar for djexploit

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.

Member Avatar for CoursesWeb
0
137
Member Avatar for jacob21

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.

Member Avatar for veedeoo
0
246
Member Avatar for bilibala

Hi, Try look on the net for "jQuery accordion menu", there are lots of examples. Maybe you'll find one like you want.

Member Avatar for elbeato
0
165
Member Avatar for CoursesWeb

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.

Member Avatar for Sadun89
0
69
Member Avatar for dineshswamy

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.

Member Avatar for CoursesWeb
0
103
Member Avatar for MasterChat

Hi, I'm new too, and this is my 1st post, to say Hi to someone :) .

Member Avatar for CoursesWeb
0
58

The End.