Search Results

Showing results 1 to 40 of 43
Search took 0.01 seconds.
Search: Posts Made By: yasmena
Forum: PHP Dec 18th, 2008
Replies: 0
Views: 268
Posted By yasmena
HI,
i have integrated the cross-browser RTE editor into my Site But whenever i try to use any of its features like uploading or adding hyperlinks it opens a popup telling me that Page Not Found
...
Forum: PHP Nov 12th, 2008
Replies: 1
Views: 542
Posted By yasmena
HI all ,

i have a list box(combo box) that contains 100 items and i need to send this whole list to another form (i.e i need to insert these options in the list in the DB )

the problem is...
Forum: JavaScript / DHTML / AJAX Nov 9th, 2008
Replies: 0
Views: 633
Posted By yasmena
i have a form which contains a combo box and a table ...i need when the user selects an option the page be reloaded but with the table contains the new data for the option he choosed from the combo...
Forum: JavaScript / DHTML / AJAX Nov 6th, 2008
Replies: 1
Views: 1,275
Posted By yasmena
i wonder how can write a JS variable inside HTML

here's the Line:

var texture=document.getElementById('texture').value;
formdiv.innerHTML = formdiv.innerHTML +'<td align=center> JS...
Forum: JavaScript / DHTML / AJAX Nov 5th, 2008
Replies: 1
Views: 464
Posted By yasmena
Yeah, its possible ..

<option style='color:gold; font-weight:700;' value="option1"> Gold </option1>

:)
Forum: JavaScript / DHTML / AJAX Nov 4th, 2008
Replies: 1
Views: 464
Posted By yasmena
PLZ I NEED HELP WITH THAT:

<option value="1" >option1</option>

how can i color this option or highlight it

the MAIN problem is i have a drop down menu for parents and their child categories...
Forum: PHP Nov 4th, 2008
Replies: 3
Views: 364
Posted By yasmena
meaning that :

<option value="1" >option1</option>

how can i color this option or highlight it

the main problem is i have a drop down menu for parents and their child categories so i need to...
Forum: PHP Nov 4th, 2008
Replies: 3
Views: 364
Posted By yasmena
is it possible in Php to make the option items colored or to highlight some items???????????
Forum: JavaScript / DHTML / AJAX Nov 3rd, 2008
Replies: 0
Views: 409
Posted By yasmena
i need to add an option from list1 to list2 when the user clicks on ADD to List button
but sth is wrong with my code it's not working

function AddItem()
{


var opt =...
Forum: PHP Nov 3rd, 2008
Replies: 1
Views: 454
Posted By yasmena
i need to add an option from list1 to list2 when the user clicks on ADD to List button
but sth is wrong with my code it's not working

function AddItem()
{


var opt =...
Forum: PHP Nov 2nd, 2008
Replies: 2
Views: 482
Posted By yasmena
is it possible to make the user choose his favourite color from a Box like the Paint Program which contains all the colors
Forum: PHP Oct 26th, 2008
Replies: 1
Views: 396
Posted By yasmena
Hi , i need help with me Joomla site ,
i need to make the file permission of the images folder set to 777 only during uploading and afterwards make it set to 755
i need to make also a timer...
Forum: PHP Oct 26th, 2008
Replies: 0
Views: 300
Posted By yasmena
im new to Joomla..and i need somebody help me where the joomla scripts are ???
i mean i want to edit the JCE uploading script and i dont know where the scripts are
Forum: PHP Oct 23rd, 2008
Replies: 8
Views: 1,183
Posted By yasmena
Ur a HERO
that was so easy
THANKS "Jt1" SO SO SO MUCH
Forum: PHP Oct 22nd, 2008
Replies: 8
Views: 1,183
Posted By yasmena
/*** The Links script called adminlinks.php***/
<?session_start();

$action=$_GET['action'] ;

switch ($action) {

case "partner_company":

include...
Forum: PHP Oct 22nd, 2008
Replies: 8
Views: 1,183
Posted By yasmena
No its just basic Php , no files or functions
Forum: PHP Oct 22nd, 2008
Replies: 8
Views: 1,183
Posted By yasmena
No,Thats not the case in my script
i have a file called links this file contains a switch statement and i need to send this variable to that file addcustomer
i also tried your way but it not...
Forum: PHP Oct 22nd, 2008
Replies: 8
Views: 1,183
Posted By yasmena
Is It Possible to pass a variable through an included file

include("../admin/addcustomer.php?page=partner");

i tried it but it says : Failed to open stream: No such file or directory
...
Forum: PHP Oct 12th, 2008
Replies: 2
Views: 947
Posted By yasmena
i have a JS that generates fields on the fly
i set a counter so that i can count the no. of fields the user generated
now i need to loop through these fields
and i dont know how to use...
Forum: Networking Hardware Configuration Oct 11th, 2008
Replies: 2
Views: 585
Posted By yasmena
my problem is i have a laptop and pc and need to exchange files between them
so i set a network and the laptop seems to see the pc and everything is fine But when i try to ping the laptop form the...
Forum: PHP Oct 8th, 2008
Replies: 3
Views: 449
Posted By yasmena
yeah thats what i mean dynamic text box generation
Forum: PHP Oct 8th, 2008
Replies: 3
Views: 449
Posted By yasmena
im asking the user to enter the number of fields he want to generate and i need to take this number and generate him the fields when he click Submit

can anyone Help Me
Forum: PHP Oct 7th, 2008
Replies: 1
Views: 471
Posted By yasmena
i really need help in my script for uploading multiple files ...the script looks very fine and i cant see anything wrong in there:

<td>Gallery</td>
<? for($i=1;$i<=4;$i++)
{
...
Forum: PHP Oct 6th, 2008
Replies: 2
Views: 429
Posted By yasmena
im having a problem in resizing an image on the Fly and i just need to know is there anything wrong with that line

<img...
Forum: PHP Oct 4th, 2008
Replies: 1
Views: 484
Posted By yasmena
I have a problem with DATES ..
i used to get the date from the user as 20-10-2009 and the DB field is DATE not TIMESTAMP
then i use the following line to convert the date to DD-MM-YYYY when...
Forum: PHP Oct 2nd, 2008
Replies: 9
Views: 699
Posted By yasmena
Thank You Very Much POA
but may i ask why are u using
strtotime here ?? why not just say
$newDate=date('d-m-Y');
Forum: PHP Oct 1st, 2008
Replies: 9
Views: 699
Posted By yasmena
U know Thanks So much i solved the problem
but now i faced another
when the date is displayed its displayed YYYY-MM-DD
is their anyother way to display it as DD-MM-YYYY ...
Forum: PHP Sep 30th, 2008
Replies: 9
Views: 699
Posted By yasmena
I Need to insert a date into mysql database i dont know which is better
using DATE or VARCHAR as the date field ??
im using now the DATE type but whenever i insert any date its not inserted in...
Forum: PHP Sep 26th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
Excuse Me But im not using FireFox im using Opera and IE7 ..
and i dont know how to open the error console
Forum: PHP Sep 25th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
Im So Glad It Works With You :)
But i dont know why its not working with mee
inaddition to that
at the bottom there is a message that says "Error On Page"
Forum: PHP Sep 25th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
<? ob_start();?>
<?session_start() ;

include("include/connection.php") ;

?>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
Forum: PHP Sep 25th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
U know i tried what u said but nothing happens ??
i want to ask sth.
does the admin.php script needs 2 be in the same directory as the script X.php ..
and i also copied it to the same...
Forum: PHP Sep 24th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
what do u mean by frames ??
i mean i have the <head> and <body> tags in a script called X.php and the body of this script includes a script called (admin.php) this admin.php is the one containing...
Forum: PHP Sep 24th, 2008
Replies: 14
Views: 1,784
Posted By yasmena
i need help in my project,
i need to get the mous focus on the username text field in the admin page
but the problem is the body & head of the page is in another page
so when i use...
Forum: PHP Aug 17th, 2008
Replies: 2
Views: 1,112
Posted By yasmena
THanks A Million
Forum: PHP Aug 17th, 2008
Replies: 2
Views: 1,112
Posted By yasmena
i have a login page which contains a text box for a username

i want whenever i get to this page the Cursor is in the Text Box Waiting for my entry
i know its so simple but im new to JS
Forum: PHP Aug 16th, 2008
Replies: 3
Views: 706
Posted By yasmena
I Tried it but it's not workin !!
Forum: PHP Aug 16th, 2008
Replies: 3
Views: 706
Posted By yasmena
i need to know how to get the selected value from a drop down box in php
for example :
while($row=mysql_fetch_array($query))
{
echo"<option value='category'>".$row["cat_name"]."</option>";

}...
Forum: PHP Aug 11th, 2008
Replies: 1
Views: 779
Posted By yasmena
i want to display the results of a sql statement in several pages
i have 6 rows .and i set the page limit to 2 rows
so i have 3 pages
i followed some tutorial online :...
Forum: PHP Aug 11th, 2008
Replies: 2
Views: 1,438
Posted By yasmena
can anyone heLp me

i need to send an id to a page through a javascript function but it wont work
he can't read the variable

function confirm_delete() {
var answer=confirm("Are You...
Showing results 1 to 40 of 43

 


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

©2003 - 2009 DaniWeb® LLC