Search Results

Showing results 1 to 40 of 149
Search took 0.01 seconds.
Search: Posts Made By: marjan_m
Forum: PHP Jul 14th, 2009
Replies: 2
Views: 334
Posted By marjan_m
Hi,

please check the following code;


<?
session_start();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
Forum: HTML and CSS Jun 11th, 2009
Replies: 2
Views: 515
Posted By marjan_m
Hi,

I am trying to create tabs using two images, the main background image and then the mouse over image, code i hv written after reading guidelines from a book so thats why cant completly...
Forum: PHP May 10th, 2009
Replies: 4
Views: 660
Posted By marjan_m
Thanks for your reply.

I dont know how to configure the mail server, as i have used the mail() function in the code and its giving warning to configure the mail server. I want to know exactly how...
Forum: PHP May 9th, 2009
Replies: 4
Views: 660
Posted By marjan_m
Hi,

I need to use mail function to send emails to the user provided e-mail address which he/she gave at the time of registration. Can any one please help me regarding this?

Thanks
Forum: MySQL May 3rd, 2009
Replies: 3
Views: 883
Posted By marjan_m
As per I can reach to your problem you want to create such an html page from where you enter values and that values will be inserted in the table "client". For this the html page will be:


...
Forum: JavaScript / DHTML / AJAX May 2nd, 2009
Replies: 11
Views: 810
Posted By marjan_m
Yes it can be done as:

Make a separate file for your java script code and save it with extension ".js" as it will be "filename.js"

Place that js function in that file.

Remember not to use...
Forum: JavaScript / DHTML / AJAX May 2nd, 2009
Replies: 11
Views: 810
Posted By marjan_m
It can be done as:


<head>
<script language="javascript" type="text/javascript">
function test()
{
// write ur code here

}
Forum: MySQL May 1st, 2009
Replies: 3
Views: 883
Posted By marjan_m
From where you want to insert data in this table? from an html page that any user has submitted or from the DB?
Forum: JavaScript / DHTML / AJAX May 1st, 2009
Replies: 11
Views: 810
Posted By marjan_m
Make a function in that js file and put all the code of js in the function. Call that function on onclick event of any link or button.
Forum: PHP Apr 30th, 2009
Replies: 4
Views: 361
Posted By marjan_m
Does the following line specifies the location? if so then how can we specify a country of asia

map.setCenter(new GLatLng(37.4419, -122.1419), 13);

Thanks for your time
Forum: PHP Apr 30th, 2009
Replies: 4
Views: 361
Posted By marjan_m
Thanks for your reply. I have read that helping document but can't get the exact idea,so that's why posted question here.
Forum: PHP Apr 30th, 2009
Replies: 4
Views: 361
Posted By marjan_m
Hi,

Please guide me about embedding google map api in the site page.
I need to show map for different locations which are stored in DB. I got the API key but dont know how to implement it.
...
Forum: PHP Apr 27th, 2009
Replies: 1
Views: 427
Posted By marjan_m
Hi,

Can any one please guide me that is there any way in php to add all country names automatically in a list box rather then making a static list of <option>

Thanks for your time.
Forum: PHP Apr 25th, 2009
Replies: 4
Views: 363
Posted By marjan_m
Thanks for your reply. I am trying to make dynamic the following code:
http://www.ajaxdaddy.com/demo-ajax-carousel.html

please guide
Forum: PHP Apr 25th, 2009
Replies: 4
Views: 363
Posted By marjan_m
Thanks for your reply.

I am trying to use JavaScript image carousel. Please view this link:

http://www.ajaxdaddy.com/demo-ajax-carousel.html

It uses unordered list. Here the lists are static...
Forum: PHP Apr 24th, 2009
Replies: 4
Views: 363
Posted By marjan_m
Hi,

Please view the following link:

http://travel.yahoo.com/p-travelguide-191501619-beijing_vacations-i;_ylt=AiZdwxCyxFHHjdvlVEe4GeQyFWoL

Here can any one please guide me that how the...
Forum: PHP Apr 20th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Thanks for your time and guidance. The problem was that I was not specifying the href property. Now it is resolved.

Thanks for your help.
Forum: PHP Apr 20th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Thanks for your time and suggestion.
Forum: PHP Apr 19th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
I have tried your code but it is not giving the output, then I have corrected the script tag in mine code. Still the problem exists.
Forum: PHP Apr 19th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
The inner html of div is changed at state 4 but then vanishes at 1, why the states has sequence of 2,3,4 and then except of having the correct sequence of 1,2,3,4
Forum: PHP Apr 19th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Thanks for your help. Did you get the output of this code?
Forum: PHP Apr 19th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Thanks for your time. I am posting the whole code, please guide about the mistakes.


<?
include "functions/mysql.php";
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
Forum: PHP Apr 18th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Thanks for your reply.

Mine code was also working fine. I have checked by alert that it reaches on state 4 and displays data, but the data vanishes after state 4. First it shows state 2 then 3 ,...
Forum: PHP Apr 18th, 2009
Replies: 13
Solved: ajax problem
Views: 703
Posted By marjan_m
Hi,

I am trying to implement the following ajax code:



function create()
{

obj_t = new XMLHttpRequest();
Forum: PHP Apr 11th, 2009
Replies: 7
Views: 532
Posted By marjan_m
Thanks for your reply. I got the same output but the problem is it just display fisrt pic after 5000 if I dont use cleartimeout(). And if I use it, it will not show any pic. I need to make visible...
Forum: Geeks' Lounge Apr 11th, 2009
Replies: 12
Views: 997
Posted By marjan_m
Not every thing which looks empty can be supposed really empty!
Forum: PHP Apr 11th, 2009
Replies: 7
Views: 532
Posted By marjan_m
Thanks for your help. But it is still not working.
Forum: PHP Apr 11th, 2009
Replies: 7
Views: 532
Posted By marjan_m
Hi,

I am trying to display 5 pics named "pic1", "pic2"....."pic5" in one div.
I have settled that the div will be visible after 5000 ms, and then i have settled cleartimeout function to make the...
Forum: PHP Apr 9th, 2009
Replies: 6
Views: 711
Posted By marjan_m
Thanks for your reply.

Can you please tell me that how can I set to display a pic after some seconds?
Forum: PHP Apr 7th, 2009
Replies: 6
Views: 711
Posted By marjan_m
Hi,

I need to know about creating dynamic slide show or dynamic photo gallery in php. Can any one please help.

Thanks
Regards,
Forum: Graphics and Multimedia Mar 27th, 2009
Replies: 6
Views: 1,335
Posted By marjan_m
I had designed the map to some extent using the following tutorial:

http://www.youtube.com/watch?v=satMTNW5tWY
Forum: Graphics and Multimedia Mar 25th, 2009
Replies: 6
Views: 1,335
Posted By marjan_m
Hi,

Can any one please guide me how to create an interactive map of any country in FLASH? Or if you can suggest any other software for this purpose?

Thanks & Regards,
Forum: PHP Mar 11th, 2009
Replies: 1
Views: 877
Posted By marjan_m
Hi,

Can any one please guide me about exporting db with designer settings from phpmyadmin.

I need that all the tables and relations ships which I created in phpmyadmin designer should be added...
Forum: PHP Feb 28th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Can you please tell me what is the error in the following code, why it is not showing value in the text box.


<form name="game" action="gcheck.php" method="post">
<table align="center"...
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Thanks for your help. Can you please explain me this line:


$value = isset($_POST['name']) ? $_POST['name']:"10";


if I place $_POST['name'] instead of 10 then will it be correct?

or it...
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
<input type="text" name="ch1" disabled= "true" id="ch1"/>
<?
if( $_GET["e"] == 3 || $_GET["e"] == 4)
{
echo "<script>
{
document.getElementById('ch1').disabled = false;
...
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Thanks for your reply. The entered value disappears when I click the button, even if I make it readonly. I need to make the text box value read only after first click.
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Thanks for your reply.

But the disabled attribute does not show the value. I want that the value should not be disappered after user clicks submit button and also the value should be unchangable.
Forum: PHP Feb 27th, 2009
Replies: 13
Views: 893
Posted By marjan_m
Hi,

I need to set a text feild value unchangable after a user enter first time. I dont want to use it's "readOnly" attribute as it let's the user to select the text.

Thanks
Regards,
Showing results 1 to 40 of 149

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC