Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 35
Search took 0.14 seconds.
Search: Posts Made By: sallam
Forum: JavaScript programming 09-23-2012, 06:53 AM
Replies: 4
Views: 352
Posted By sallam
Yes, both files are on my desktop. But the...

Yes, both files are on my desktop. But the test.html page loads nothing. I'm confused.. what is wrong?..
I tried the images and each loads fine on their own browser tabs. But still the page loads no...
Forum: JavaScript programming 09-22-2012, 12:46 PM
Replies: 4
Views: 352
Posted By sallam
Thanks very much. I've tried your code (created...

Thanks very much.
I've tried your code (created test.html and ajaximg.txt in my pc desktop), but the test page didn't display any images. Do the files need to be uploaded to a server for them to...
Forum: JavaScript programming 09-22-2012, 09:41 AM
Replies: 4
Views: 352
Posted By sallam
how to extract img src from an external list

Greetings

I need your help please..
I have a website of 20 pages. Each page displays an image from a catalog located in another domain, and the catalog changes each week, so I have to change the...
Forum: JavaScript programming 02-16-2012, 07:47 PM
Replies: 7
Views: 818
Posted By sallam
Thanks. Could you write the timer code to add,...

Thanks. Could you write the timer code to add, and where to insert it please?
Forum: JavaScript programming 02-16-2012, 04:05 PM
Replies: 7
Views: 818
Posted By sallam
I tried it as you said, but still the same video...

I tried it as you said, but still the same video can be repeated twice in a row when I reload the page.
I'm using this for a sidebar block in my forum, where I want to avoid showing th same video...
Forum: JavaScript programming 02-15-2012, 09:23 PM
Replies: 7
Views: 818
Posted By sallam
Many thanks Could you please put that in code?...

Many thanks
Could you please put that in code? I don't know how to write javascript code.

Many thanks.
Forum: JavaScript programming 02-15-2012, 06:04 PM
Replies: 7
Views: 818
Posted By sallam
need help for this random video script

Greetings

I'm using a script to display rotating youtube videos in the sidebar of my invision board. The problem is that the random thing causes the same video to be repeated twice in row at...
Forum: HTML & CSS 09-19-2009, 07:16 AM
Replies: 7
Views: 2,808
Posted By sallam
Many thanks. I've used your code and it worked...

Many thanks. I've used your code and it worked nicely.
Forum: HTML & CSS 09-19-2009, 05:35 AM
Replies: 7
Views: 2,808
Posted By sallam
I'm sorry that you feel that way. It would help...

I'm sorry that you feel that way. It would help if you let me know what specifically did you find offensive.

What about you abduraooft? Can you help me please.
I hope to add some code that...
Forum: HTML & CSS 09-18-2009, 11:26 PM
Replies: 7
Views: 2,808
Posted By sallam
Hello?

Hello?
Forum: HTML & CSS 09-16-2009, 09:23 AM
Replies: 7
Views: 2,808
Posted By sallam
Yes I display both Arabic and English. Here is my...

Yes I display both Arabic and English. Here is my blog:
http://my2cents.gawaher.com/
(in most posts, I had to manually increase the font for the Arabic text)
Forum: HTML & CSS 09-16-2009, 08:27 AM
Replies: 7
Views: 2,808
Posted By sallam
separate css for Arabic, possible?

Greetings
I'm using wordpress, and the theme I've selected displays English in a reasonable font size. But it displays Arabic in a very tiny font.

I'm wondering, if its possible to maybe create a...
Forum: JavaScript programming 04-14-2007, 10:57 AM
Replies: 9
Views: 1,135
Posted By sallam
I did manage to add focus to the text box. The...

I did manage to add focus to the text box.
The problem I'm getting now is that the first result shows up inside an adsense ad that I'm displaying in a table's left cell. Google is using an iframe to...
Forum: JavaScript programming 04-12-2007, 12:55 AM
Replies: 9
Views: 1,135
Posted By sallam
Great, thank you so much rwedge. Since clicking...

Great, thank you so much rwedge.
Since clicking one of the links opens it in its assigned iframe, it would appear down near the bottom of the page. Can I remove all links and keep only the 'all'...
Forum: JavaScript programming 04-09-2007, 07:21 PM
Replies: 9
Views: 1,135
Posted By sallam
rwedge, you're a legend. Thank you sooo much....

rwedge, you're a legend. Thank you sooo much. That's exactly what I wanted.
I can't thank you enough.
One more question: how can I add 'All' link, so that clicking it opens results in all iframes...
Forum: JavaScript programming 04-08-2007, 09:13 PM
Replies: 9
Views: 1,135
Posted By sallam
I did some search and it seems not possible to do...

I did some search and it seems not possible to do what I thought of.
Ok, I can open the search results in an iframe down the same page. For that I think I'll use links, one for each search engine,...
Forum: JavaScript programming 04-08-2007, 11:47 AM
Replies: 9
Views: 1,135
Posted By sallam
Thank you so much. Your code made all the results...

Thank you so much. Your code made all the results show up in separate windows.
Is it possible to show the results in browser tabs, instead of new windows?
Forum: JavaScript programming 04-08-2007, 02:52 AM
Replies: 9
Views: 1,135
Posted By sallam
how to open multiple tabs

Greetings

I need help with a script I'm using.
Its a page that helps people search in multiple engines.
Currently, it searches one engine at a time. I need to change it so that it opens the...
Forum: JavaScript programming 11-01-2006, 10:58 PM
Replies: 8
Views: 1,208
Posted By sallam
thanks so much, this is beautiful. It works...

thanks so much, this is beautiful. It works great!
Many thanks indeed.
Forum: JavaScript programming 11-01-2006, 07:38 PM
Replies: 8
Views: 1,208
Posted By sallam
Actualy I did try it as javascript in an html...

Actualy I did try it as javascript in an html page, and it worked!

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

<BODY>
<script type="text/javascript">...
Forum: JavaScript programming 11-01-2006, 07:16 PM
Replies: 8
Views: 1,208
Posted By sallam
many thanks indeed. I'm now getting a new...

many thanks indeed.
I'm now getting a new error. Here is what I tried:
<?php

function generateNumbers( $from, $to, $increment)
{
$numbers = array();

// start generating numbers...
Forum: JavaScript programming 11-01-2006, 04:48 PM
Replies: 8
Views: 1,208
Posted By sallam
thanks so much for your great help. I've made...

thanks so much for your great help.
I've made this php file, but it gives me an error:
<?php

function generateNumbers( from, to, increment)
{
var numbers = new Array();

// start...
Forum: JavaScript programming 11-01-2006, 02:43 PM
Replies: 8
Views: 1,208
Posted By sallam
How to create a list of ascending numbers?

Greetings

I often need to create lists of ascending numbers, but doing it manually takes forever to type all the digits.
so I wonder if there is a javascript to do that for me?

For example, I...
Forum: PHP 10-09-2006, 01:27 AM
Replies: 5
Views: 2,908
Posted By sallam
boeing747fp, thank you so much! it worked like a...

boeing747fp, thank you so much! it worked like a charm.
Can't find enough words to thank you.
Forum: PHP 10-08-2006, 10:05 PM
Replies: 5
Views: 2,908
Posted By sallam
anyone please?

anyone please?
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT +1. The time now is 06:09 AM.