Forum: Java Mar 25th, 2009 |
| Replies: 3 Views: 878 Dear Ezzaral,
if you know the solution then i m very glad to receive, but please dont unnecessary comments. |
Forum: Java Mar 25th, 2009 |
| Replies: 3 Views: 878 I created a html form and i want to submit the form automatically. So i used Javascript.
I add that html form in java using JEditorpane, but JEditorPane doesn't support javascript. i heard that... |
Forum: Java Feb 21st, 2009 |
| Replies: 3 Views: 2,152 Hi,
I want to show running time in java
Please write java code for me.
thanks in advance. |
Forum: Java Feb 21st, 2009 |
| Replies: 1 Views: 959 Hi,
How to add image to Jwindow. Here is my code:
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.text.*;
import java.io.*;
class Project4 extends... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2009 |
| Replies: 1 Views: 1,877 hi,
I want to build a popup window that should not be minimized and maxmized. that should be always on top. when other window is opened then the pop up window should not be minimized.
Please... |
Forum: PHP Feb 18th, 2009 |
| Replies: 4 Views: 645 Thank you for your reply.
please write the javascript code for Clock
Thanks in advance. |
Forum: PHP Feb 18th, 2009 |
| Replies: 4 Views: 645 Hi,
I want to show running time. i dont want to show present time. Time should be running on php page.
Please Please help me. |
Forum: PHP Feb 17th, 2009 |
| Replies: 2 Views: 566 Thanks for your reply.
please provide an example code of preparing quiz.
Questions should be showed one by one. |
Forum: PHP Feb 17th, 2009 |
| Replies: 2 Views: 566 Hi,
I have created a database, a table and stored 3 questions in the table. I need to show the questions one by one to users. when first question is visible then while loop should wait until user... |
Forum: PHP Feb 13th, 2009 |
| Replies: 3 Views: 2,510 Thank you for your reply. Yes, u r right, i want to play music on clients computers. But i don't know how to write music player code in java. How to connect Java to PHP. I tried a lot in google, but... |
Forum: PHP Feb 13th, 2009 |
| Replies: 3 Views: 2,510 hi
i m very interested to make a online music website, so i need Music player code in php. please help me.
thanks in advance |
Forum: Java Dec 11th, 2008 |
| Replies: 6 Views: 857 |
Forum: Java Dec 11th, 2008 |
| Replies: 6 Views: 857 actually i m using editplus editor, i dont use NetBeans |
Forum: Java Dec 11th, 2008 |
| Replies: 6 Views: 857 i have installed Jdk6.0 version, this doesn't contain smack package.
here i have written a programme
import java.util.Collection;
import org.jivesoftware.smack.*;
public class GtalkClient {... |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 753 Great! its working. Thank you for ur help |
Forum: PHP Nov 23rd, 2008 |
| Replies: 3 Views: 753 i need help in php
<?php
$num=2;
?>
<a href="action.php?id='.$num.'">Text to be displayed</a>
Here i m not getting $num value when i print echo $_GET['id']; |
Forum: PHP Nov 23rd, 2008 |
| Replies: 9 Views: 29,497 |
Forum: PHP Nov 23rd, 2008 |
| Replies: 9 Views: 29,497 i need help in php
<?php
$num=2;
?>
<a href="action.php?id='.$num.'">Text to be displayed</a>
Here i m not getting $num value when i print echo $_GET['id']; |