wondering why about the site..jump..other site..
-
Why re-posts on Web Development[^] & PHP[^] forums? X| BTW the site(you have mentioned in your question) is not loading for me..It showing something Chinese words in Title bar.
hack004 wrote:
but..i in "search engine"click the site,,,it will be jumpother site....i have seen it's source code,but no find out how does it jump?
May be code stored in other javascript file. Using javascript(
win.open()
) you can open another window. Also thetarget=_blank
will open new window. See the below code.<html>
<head>
<title>Show search results in new window</title>
<script language="javascript" type="text/javascript">
function openwin()
{
window.open("http://www.codeproject.com/search.aspx?q=" + document.getElementById("txtText").value + "&sbo=kw","NewWindow","width=500,height=500");
}
</script>
</head>
<body>
<input type="text" id="txtText">
<A href="javascript: openwin()">Search</A>
</body>
</html>The above page will show the search results(Codeproject) in new window.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh:thanks for reply~~~ --------------------- it's not open a other URL,,, i'm mean is,,if in "search engine" click key work,for example it will be open www.123.com,but i'm type the URL in the browser,just show normal~
-
Why re-posts on Web Development[^] & PHP[^] forums? X| BTW the site(you have mentioned in your question) is not loading for me..It showing something Chinese words in Title bar.
hack004 wrote:
but..i in "search engine"click the site,,,it will be jumpother site....i have seen it's source code,but no find out how does it jump?
May be code stored in other javascript file. Using javascript(
win.open()
) you can open another window. Also thetarget=_blank
will open new window. See the below code.<html>
<head>
<title>Show search results in new window</title>
<script language="javascript" type="text/javascript">
function openwin()
{
window.open("http://www.codeproject.com/search.aspx?q=" + document.getElementById("txtText").value + "&sbo=kw","NewWindow","width=500,height=500");
}
</script>
</head>
<body>
<input type="text" id="txtText">
<A href="javascript: openwin()">Search</A>
</body>
</html>The above page will show the search results(Codeproject) in new window.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh:Picture.. ====================== for example picture~if i'm click that,it will be jump to http://www.sengupower.com/index1.asp[^] ==== but wo type www.esp.com.cn[^] just normal~
-
Picture.. ====================== for example picture~if i'm click that,it will be jump to http://www.sengupower.com/index1.asp[^] ==== but wo type www.esp.com.cn[^] just normal~
Now the 2nd site is not loading for me. Anyway two reasons(I guess) I think they(1st site) are redirecting to another site. or The domain address may be expired.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
Now the 2nd site is not loading for me. Anyway two reasons(I guess) I think they(1st site) are redirecting to another site. or The domain address may be expired.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
:confused: what?
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
:sigh: my english no very good,,my you give me your MSN or other contact tool? i'm say very detail
hack004 wrote:
:sigh: my english no very good
Its OK, sometimes my grammar sucks too.
hack004 wrote:
you give me your MSN or other contact tool?
Why? For questions? I suggest you to use forums instead of mailing to individuals because you can find number of solutions(for questions) in forums. Here in Codeproject, you can see 100s of experts answering questions everyday. Still you want mine see my profile page....but don't send me questions please.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
hack004 wrote:
:sigh: my english no very good
Its OK, sometimes my grammar sucks too.
hack004 wrote:
you give me your MSN or other contact tool?
Why? For questions? I suggest you to use forums instead of mailing to individuals because you can find number of solutions(for questions) in forums. Here in Codeproject, you can see 100s of experts answering questions everyday. Still you want mine see my profile page....but don't send me questions please.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
:confused: I give up.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh: -
:confused: I give up.
thatraja
My Dad had a Heart Attack on this day so don't...
Pompeyboy3 here | Nobody remains a virgin, Life screws everyone :sigh:here..that's gif picture http://115.com/file/cl3kn5ai(1).rar
-
here..that's gif picture http://115.com/file/cl3kn5ai(1).rar
hack004 wrote:
What is this ???? its something written in Chinese ...
Apurv If Java had true garbage collection, most programs would delete themselves upon execution.
-
www.esp.com.cn[^]
i in the browser type that URL,,,just no abnormal,,but..i in "search engine"click the site,,,it will be jumpother site....i have seen it's source code,but no find out how does it jump? in advance thanks~ - -
"