Search Results

Showing results 1 to 40 of 90
Search took 0.02 seconds.
Search: Posts Made By: jino
Forum: JavaScript / DHTML / AJAX 6 Days Ago
Replies: 2
Views: 253
Posted By jino
Hi all,


How can i get the value of a specific text in a select box.

example 16 of text OEC using jquery,

I am not getting the value correctly

<select name="categories" id="categories"...
Forum: PHP 8 Days Ago
Replies: 1
Views: 219
Posted By jino
<?php
if(isset($_POST['save'])) {
print "<pre>";
print_r($_POST);
print "</pre>";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Forum: JavaScript / DHTML / AJAX 8 Days Ago
Replies: 3
Views: 401
Posted By jino
My mistake was that i had place the tiny_mcs.js file and the tinymce initialization in the page where the textarea reside. I had take that to the page where the click event happens.

Also i have...
Forum: JavaScript / DHTML / AJAX 12 Days Ago
Replies: 3
Views: 401
Posted By jino
Thanks for ur reply, but it is still not working.
Forum: JavaScript / DHTML / AJAX 12 Days Ago
Replies: 3
Views: 401
Posted By jino
Hi all,

I am not getting the tinymce edit textarea in an html page that is generated by ajax. I am calling the ajax using jquery. I have kept the tiny_mce.js file on the page that is...
Forum: PHP 12 Days Ago
Replies: 1
Views: 219
Posted By jino
Hi all,

I am using codeigniter. I want to generate dynamically the contents of the textarea of the tinyMce. Is there any plugin for generating the content something like smarty.

Thanks in...
Forum: JavaScript / DHTML / AJAX 16 Days Ago
Replies: 2
Views: 436
Posted By jino
Thanks for ur information. But the problem here is not that. I need to get the session value in anywhere in that js page, that i initialized in an onclick event.

I had tried...
Forum: PHP 16 Days Ago
Replies: 7
Views: 453
Posted By jino
U can simply get the value of the checkbox if u use jquery.

if The text box is <input type="text" name="example" id="example">

Then u can take the value of that text box in js page by this...
Forum: PHP 16 Days Ago
Replies: 0
Views: 249
Posted By jino
Dear all,

I am using apache2Triad for developing my web. I want to send email through the php email command. So first in my local system how can i see the sended email messages. Do i want to...
Forum: JavaScript / DHTML / AJAX 18 Days Ago
Replies: 10
Views: 496
Posted By jino
please try
This (typeof Win !== undefined) instead of
( typeof Win !== "undefined")

I am not sure about it, just try.

Jino
Forum: JavaScript / DHTML / AJAX 18 Days Ago
Replies: 3
Views: 681
Posted By jino
You can easily create cookie using the jquery cookie plugin .

download link:

http://plugins.jquery.com/project/cookie

http://plugins.jquery.com/files/jquery.cookie.js.txt
Forum: JavaScript / DHTML / AJAX 18 Days Ago
Replies: 2
Views: 436
Posted By jino
Hi everybody,

In my project i am using ajax and jquery. After going to a page via ajax without page reload i want to see the same page if the user refresh the browser. I used the cookie plugin...
Forum: JavaScript / DHTML / AJAX 27 Days Ago
Replies: 1
Views: 439
Posted By jino
Hi all,

I have a dropdown and when the value of that drop down changes corresponding pages are displayed using jquery ajax. My problem is that when i refresh the page standing in the page...
Forum: PHP Oct 23rd, 2009
Replies: 5
Views: 640
Posted By jino
Make this modifications and try,

$LinkHome = new buttons();


and the function should be called using $this->draw(); and $this->size();
Forum: PHP Oct 22nd, 2009
Replies: 7
Views: 259
Posted By jino
remove the comment(//) in the html comment closing section in lineno 11.
Forum: PHP Oct 19th, 2009
Replies: 2
Views: 221
Posted By jino
I had got the solution for this problem through googling.

when i include the radiobutton inside a h4 tag and give class name as "trigger". After that called the slidetoggle jquery as,
...
Forum: PHP Oct 19th, 2009
Replies: 2
Views: 221
Posted By jino
Dear all,

I have a requirement that, when the user click on a radiobutton of a listed module, all its permissions should be toggled down. This section comprises in a div "msg_body". there are...
Forum: PHP Jul 28th, 2009
Replies: 4
Solved: Showing image
Views: 273
Posted By jino
Like echo "<img src=\"pathto image[imagename]\" >";
Forum: PHP Jul 1st, 2009
Replies: 6
Views: 465
Posted By jino
you just try either
echo phpinfo();

or remove the semicolon after the "This is a php line"

Reply if it fixes..
Forum: PHP Jun 30th, 2009
Replies: 4
Views: 403
Posted By jino
$result = mysql_query($sql);//execute query
if(mysql_num_rows($result)>0)
{
$i=0;
while($row=mysql_fetch_object($res))
{
$data[$i]['table_id'] = $row->table_id;
$data[$i]['title'] =...
Forum: PHP Jun 30th, 2009
Replies: 0
Views: 265
Posted By jino
Hi all,

I would like to know that is it possible to change the
order of the payment review description fields displayed in the
paypal after successful checkout.
Now it is displaying as ,...
Forum: PHP Mar 30th, 2009
Replies: 3
Views: 482
Posted By jino
Thks for ur reply,,

i had encoded the transaction id with the function

urlencoded();

and i had submit the transaction id after that..
I am getting the refund trasaction successfully but...
Forum: PHP Mar 30th, 2009
Replies: 3
Views: 482
Posted By jino
Dear all,

I had set the 17- character long transaction id, that i got from the
paypal in the successful completion of the order transaction, in the
DoAuthorization request to paypal..
...
Forum: PHP Jun 10th, 2008
Replies: 1
Views: 762
Posted By jino
Dear All,


I want to convert a jpeg or png or gif file to bmp file ...
can anyone help me.....
It will be very thankful if anyone publish the code for converting other type of image files to...
Forum: PHP May 9th, 2008
Replies: 7
Views: 790
Posted By jino
sorry mike.....

there is another problem ...if my subquery returns more than one records it displays an error
Forum: PHP May 9th, 2008
Replies: 7
Views: 790
Posted By jino
Thank you mike.....i got it....
Forum: PHP May 9th, 2008
Replies: 7
Views: 790
Posted By jino
dear mike,

actually id is from a table ie:from table1 and the message is a variable that is initialize dynamically.
Forum: PHP May 9th, 2008
Replies: 7
Views: 790
Posted By jino
Hi all,

I want to insert multiple records into a table using one query.
And my query is

INSERT INTO table2(id,message)
SELECT id FROM table1 WHERE condn,'hello'

but it displays an error....
Forum: PHP May 8th, 2008
Replies: 7
Views: 821
Posted By jino
I am trying to do that without a loop...

cos that will make things done faster..

Pls get back to me if u get any idea about this..

Once again thx
Jino.
Forum: PHP May 8th, 2008
Replies: 7
Views: 821
Posted By jino
nave it is ok when we enter the records manually and we know the no. of records

Here it is not the case... I have an array having the value of several records that i it got as a result of a...
Forum: PHP May 8th, 2008
Replies: 7
Views: 821
Posted By jino
not that i want to insert More than 100 records into my database with a single query.... I need this for making the things fast..

Is that possible??

Thanks
Forum: PHP May 8th, 2008
Replies: 7
Views: 821
Posted By jino
Dear all,

I have a table in mysql and i want to insert records into the table without using "FOR" or "WHILE" loop..Can this be done??

Thanks in advance..

Jino.
Forum: RSS, Web Services and SOAP May 5th, 2008
Replies: 2
Views: 2,806
Posted By jino
I am giving below the xml file below as u said..

<?xml version="1.0" ?>
- <rss version="2.0">
- <channel>
<title>Malayalam movie photo gallery</title>
<description>This site contains...
Forum: RSS, Web Services and SOAP Apr 29th, 2008
Replies: 2
Views: 2,806
Posted By jino
Hi all,

I have created an rss xml file and hosted in my website..
I am getting the file when i am opening my site in Internet Explorer, but i am getting this error message when i open the same...
Forum: PHP Apr 24th, 2008
Replies: 3
Views: 847
Posted By jino
Hi all,

Please tell me where is the cookie file stored in my computer when i run the below codes..
I checked it in the C:\

<?php
setcookie("test","john_joseph",time()+ 3600);
?>
<html>...
Forum: PHP Apr 23rd, 2008
Replies: 2
Views: 540
Posted By jino
Thank u very much..
I have installed the extensions as u said...

Now it is not showing any change in my administrator window...
From where did i get a tutorial to build a news portal using...
Forum: PHP Apr 23rd, 2008
Replies: 2
Views: 540
Posted By jino
Hi all,,



I am new to joomla.. I want to build a news portal site using joomla.. Can any one help me to wired in the news portal extension to my joomla site...

I am now working in...
Forum: Site Layout and Usability Apr 23rd, 2008
Replies: 0
Views: 765
Posted By jino
Hi all,,



I am new to joomla.. I want to build a news portal site using joomla.. Can any one help me to wired in the news portal extension to my joomla site...

I am now working in...
Forum: PHP Apr 12th, 2008
Replies: 2
Views: 512
Posted By jino
Dear All,

I am new to MySQL. Can i retrive the result of a query as the combination of different fields of a single record..

For example..
if the result record of a query is ... id(1),...
Forum: MySQL Apr 12th, 2008
Replies: 7
Views: 879
Posted By jino
Dear All,

I am new to MySQL. Can i retrive the result of a query as the combination of different fields of a single record..

For example..
if the result record of a query is ... id(1),...
Showing results 1 to 40 of 90

 


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

©2003 - 2009 DaniWeb® LLC