15,116 Topics

Member Avatar for
Member Avatar for rambo12

Hi I would like to know if I can use freeswitch with PHP for voice chat. I have downloaded the freeswitch software But I am not getting how to configure php with freeswitch where to use this in freeswitch can voice chat application be created using php. how freeswitch is …

Member Avatar for Ezzaral
0
480
Member Avatar for tabish saroha

Dear All, I am the beginner of ExtJs... I want to develop a simple window... but I have no idea.. Please any one give me the code and detail to create simple Window in ExtJs... I am very thankful.... Regards, Tabish Saroha

Member Avatar for pritaeas
0
44
Member Avatar for ravi52542

Hi, i need to know whether 2 or more jqueries can be used inside a module or a form but when i tried to do only one works the other is disabled pls help me to solve this solution

Member Avatar for ravi52542
0
107
Member Avatar for raredesign

I know there are more accurate geolocation methods, but I want to have it transparent to the user rather than ask them to "allow". I am using a very simple method and it works great on most of the computers I have tried, but on some such as my grandmothers …

Member Avatar for chrislim2888
0
243
Member Avatar for anita_86

Hi all.This is part of my code which I am using to edit the record from database.Initially the input boxes show the values from database and if any one of the value is changed, I want to reflect the change according to the changes made in the fields.The code works …

Member Avatar for anita_86
0
165
Member Avatar for shakemelikeapig

Hi I've embedded a Flickr set on my html site. It works, the only problem is, the whole thing is pretty slow to load. Is there any Javascript I could use to speed it up, or preload it? Will ask on Flickr forum too, but was just wondering if any …

0
58
Member Avatar for GliderPilot

Okay this is starting to bug me. Working on a web based IM system for the site and when a new chat is initiated jQuery adds a name holder and a chat box to the chat bar. For some reason however it doesn't seem to want to work. Here is …

Member Avatar for GliderPilot
0
808
Member Avatar for tqmd1

Hello Experts I have following codes [CODE]<html> <head> <script language="Javascript"> function showdate() { var currentTime = new Date() var month = currentTime.getMonth() +1 var day = currentTime.getDate() var year = currentTime.getFullYear() var hours = currentTime.getHours() var minutes = currentTime.getMinutes() var seconds = currentTime.getSeconds() alert(month + "/" + day + "/" …

Member Avatar for Troy III
0
185
Member Avatar for Violet_82

HI there, quick advice please. I am developing a [URL="http://antobbo.webspace.virginmedia.com/petras/test/egypt.htm"]photography website[/URL] for a client and I want him to be able to click on an image in a list of thumbnails and that will bring up the bigger version of the image clicked on. I have achieved this in my …

Member Avatar for Violet_82
0
211
Member Avatar for newbie14

I have a page at this link [url]http://183.78.169.53/lp/addRoute6.php[/url]. You can press first the add button to have at least 5 rows. So then you can select the location for the first row. Then if you select the same location for second row if it is same with the previous it …

Member Avatar for AleMonteiro
0
168
Member Avatar for crash1989

I have five flash files which are on different tabs on my webpage.I use Jquery for the tab generation and each flash file is loaded into a different tab(so there are five tabs). Currently when users clicks on a tab the flash file is loaded. One of the flash file …

Member Avatar for AleMonteiro
0
118
Member Avatar for vizz

how to split [COLOR="Red"]<div></div>[/COLOR] into even and odd parts ? And how to slide even parts to top-right & odd parts to bottom-left using jquery?

Member Avatar for AleMonteiro
0
142
Member Avatar for leprakhauns

How would I go about sorting the k.each by the comment_id(q in the function variable)? This is part of the core-min.js from Social Engine. [CODE] k.each(function(o,q){var r=new Element("div",{id:"comment_"+q});var s="<div style='margin-top: 10px; margin-bottom: 20px;'>";if(o.comment_authoruser_id&&o.comment_authoruser_exists){s+="<div style='float: left; text-align: center; width: 90px;'><a href='"+o.comment_authoruser_url+"'><img src='"+o.comment_authoruser_photo+"' class='photo' width='"+o.comment_authoruser_photo_width+"' border='0'></a></div>"}else{s+="<div style='float: left; text-align: center; width: 90px;'><img …

0
70
Member Avatar for Surfsup

When the cursor enters div.round I want div#expand to appear. This is happenning fine. When I remove my cursor I want the div#expand to remain visible - this is also working. Then to close div#expand I want to click a#one - this is the bit that's not working with my …

Member Avatar for AleMonteiro
0
187
Member Avatar for trektrak

I'm totally new with ajax and js... and I know this is possible. I've created a php table page... I would like to see the page refresh everytime I insert new data to my sql database. I know I can do this using header refresh on the php page itself.. …

Member Avatar for pritaeas
0
61
Member Avatar for DriftingSteps

Hello there! I'll make this short and simple. I need help with the following - 1. Disable right-click in my webpage, 2. Disable "View Page Source" option. I've seen point no.1 implied in many websites, but haven't seen point no.2 anywhere. So can you help me with these? Thanks in …

Member Avatar for 098
0
2K
Member Avatar for Ctechnology24

guys please help me how can I print the contents of my div in mozilla because it runs properly in opera mini and google chrome, well actually it still prints but the only content is "undefined" instead of the real contents of the div this is my codes [CODE] <head> …

Member Avatar for Ctechnology24
0
163
Member Avatar for dineshswamy

i ve worked on this script for more than a week but couldnt find out whats wrong with this . please help me out [CODE] var c; function start() { window.setInterval("Requestvisits();",1000); } function Requestvisits() { var xmlHttpobject; if(window.XMLHttpRequest()) { c=new XMLHttpRequest(); } else if(window.ActiveXObject) { c=new window.ActiveXObject("Microsoft.XMLHTTP"); } if(c) { …

0
59
Member Avatar for toldav

I need help in troubleshoot my code for reason the if statement is not working. any help please Im new into Javascript/ [CODE] <!doctype html> <html> <head> <meta charset="utf-8"> <title>Grade Calculator</title> <style type="text/css"> body { font-family: Arial, sans-serif; text-align: center; } form { width: 300px; margin: 0 auto; text-align: right; …

Member Avatar for Troy III
0
528
Member Avatar for pizzipie

I am trying to call a .php or .html file to display an input page for emails. The file ContactDisplay.php contains a <button> to onclick a call to the sendEmail() function which, in turn, sends data to the file ContactEmail.html. The data is retrieved using $_POST and used to populate …

Member Avatar for pritaeas
0
202
Member Avatar for dineshswamy

i tried almost a week to figure out how to insert a hyphen after successful date entry ,in my form validation, but couldnt find appropriate intrinsic event and logic. help me out.. eg: when the user enters 26 the script automatically inserts '-' since 26 is a valid date. Next,when …

Member Avatar for dineshswamy
0
102
Member Avatar for drimacus

Hi, this is probably a trivial question but I'm so new to this I would learn a lot from any help... Why does the content in global variable "str" disappear as soon as I unclick the alertbox? How can I keep it? I put the string in a <div> and …

Member Avatar for drimacus
0
336
Member Avatar for simplypixie

I am new to Ajax and have only been learning jQuery on and off for a few months so I apologise if this should be simple. I have followed a tutorial to get shopping cart functionality working using PHP, jQuery and Ajax and it is nearly there but I have …

Member Avatar for AleMonteiro
0
196
Member Avatar for anita_86

Hi all.I found this code on a forum to confirm that the user wants to delete the record from database and that the link has not pressed accidently.But it is not deleting the record even after pressing ok.This is may be because the id is not passed properly. Can anyone …

Member Avatar for anita_86
0
170
Member Avatar for thehunk

hello ! please any one help me how to pass my array as a parameter from extjs 3 to c# webserivce , so that i can save it in my database please help me Best wishes

0
93
Member Avatar for solomon_13000

The code below will add new form elements when ever I click the add button. However when you add more elements the combo box element goes out of alignment. Try it out. Now is there a way to fix this problem?. [U]multientry.js[/U] [CODE] function addValue(divname){ var newdiv = document.createElement('div'); newdiv.innerHTML …

Member Avatar for lordjohar
0
792
Member Avatar for vizz

[CODE] <div id="navcontainer"> <ul id="navlist"> <li><a href="#" id="current">Item one</a></li> <li><a href="#">Item two</a></li> <li><a href="#">Item three</a></li> <li><a href="#">Item four</a></li> <li><a href="#">Item five</a></li> </ul> </div> [/CODE] This is my code for menus. How to hide "Item two, three, four, five", If "Item one" is clicked (using jquery)?

Member Avatar for stbuchok
0
103
Member Avatar for divsok

[IMG]http://i.imgur.com/UfUjV.png[/IMG] there are more rows on the table and each row has a button.i need to the get first coloum value of each record by clicking the button..

Member Avatar for pritaeas
0
94
Member Avatar for davy_yg

Hi, I am looking a Javascript code that can fold my sidenavigation. [URL="http://ocklaw.com/new/about/"]http://ocklaw.com/new/about/[/URL] The first show would be: Vision History Client People The next : Vision History Client People Chairman Partners Director Advisors Senior Lawyers Junior Lawyers Secretariat Librarians How ? So when people select people then the next navigation …

Member Avatar for stultuske
0
69
Member Avatar for jayhall

Hi All I found this code online what need, expandable table we have to reserve two rows for each entity, one that will be master row and another that will show details. Details rows are toggled by clicking on master row. What I am doing is in my table second …

Member Avatar for AleMonteiro
0
2K

The End.