Hi;
I am try to write a program for website search.
I want my home page will display Australia news when user come in, and when user click a link, it will bring out new zealand news and display in the home page, But i could not do that, could anyone help me, please, thanks.
<!DOCTYPE html...
Hi;
If i click a link from a navigation menu, how i can bring out a list of relative result (links )from serach engin(like google)? Thanks
For example, i click on the a link of Australia News, it will bring out a list of Australia News(links) to me, and so on.
Hi;
How to get a string value from typing and put in a address bar.
For example, if i type javascript tutorial, and then click submit, the url in the adress bar will like "http://www.xxxx.com/index.php?string=javascript+tutorial"
Could anyone can help me, please, thanks
<form...
Hi;
I want to subsr() for chinese letters, but it doesn't work, could any one help, thanks.
substr('??????????????????????', 0, 7);
and i want the result as following;
???????
Hi;
I'd like to ask you how i can let my website to easy to search by key word? for example, searching by Doctor or Driving School.
I have already add the keys i want to let people easy to find to mata tag already, but it still doesn't help.
Could anyone give me option, please.
Thanks
Hi;
if i got some strings as following
str1="asdfghjjjjjkkk";
str2="jhdkjfhaskjhfdkjsahdfhasfsdfdk.....";
str3="gf";
then i want the above just keep the first front 3 letters and then add the ".." to the end of the string
str1="asd..";
str2="jhd..";
str3="gf";
Would any one tell me how i...
Hi;
Why my buttom move from right to left after i click on the button? How i can stop it to do that? Thanks
my code as following;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="content-type" CONTENT="text/html...
Hi;
i don't known why background color does not cover over all the boxs in Firefox but IE does, could anyone help, please.
my code as following
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<META HTTP-EQUIV="content-type"...
Hi;
I'd like to ask why the onLoad and onchange affect eachother ? How i can avoide that ?
<body onLoad="checkCookie()">
and
<select name="province_state_territories" id="state" onchange="setCities();">
when i use the above at the same time, the search function have not another option to...
Hi;
i'd like to change some letters from a paragraph when i load in a page.
I can do in the following two ways, it works fine. but i do want the following way.
<body onLoad="s2t()">
and i write my code as following, but it does not work, could anyone help, please.
<html>
<head>
</head>...
Hi;
I am trying to replace the empty space with the ',' from a string which group by unicode.
I want to have result as following;
?=?','?=?','?=?','?=?','?=?','?=?','?=?','?=?
but my code does not do anything,just give me like the following,could anyone help me, please, thanks...
Hi;
I got two arrays which is first_array and second_array,
i want to keep the elements which in second_array and the first latter do not start with a,k,c,m,d,e,f,g.
so i just want to keep 'pppa','yyyyk','zzjjj' for the second_array,could anyone tell me how do that, please, thanks...
Hi;
I'd like to ask how i can call a function which it is Javascript from php. Thanks
<?php
session_start();
$_SESSION['check']=1;
?>
<html>
<head>
<script type="text/javascript">
function displaymessage()
{
alert("Hello World!");
}
</script>
</head><body>
<?php
if ($_SESSION['check']==1)...
Hi;
I got a string(myString)which will be replaced some letter. and also i got another two of string, one is fromlatter="asdfghjkl.."
, and another one is tolatter="olik90=ky...", the two strings of the fromlatter and to latter are same length, the length may be more than
200.
And i want to if...
Hi;
I'd like to ask a question.
I got a paragraph, and i want the letter of A will change to N and the letter of P will change to A when i click the
the link of the "click me to change the letter" .
My code as following, but it doesn't do anything, could anyone help, please.
<!DOCTYPE HTML...
Hi;
I'd like to ask some advice what kind of knowledge help me to write function for zoom in by php for photo, for instance,
http://www5.mydavinci.com/Pesonalized-Art/HandDrawn/Pencil-Sketch.html
Hi;
i am trying to display a image, but why i could not do that, is it the problem that i use the mod_rewrite
rule?
The following is my work
.htaccess
RewriteEngine On
RewriteRule ^([a-z]+)/([0-9]+)/$ /dispaly.php?page=$1 [L]
index.php
<html>
<body>
Welcome to my page. <br>
<a...
Hi;
I got a problem with rewrite url, could anyone help me, please.
i am trying to rewrite a url to "http://www.mysite.com/country/page/3/". but the browser give me
the url of "http://www.kam2.biz/country/page/1/country/page/3/" when i click a link
from the page of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.