Join us at IRC!
Few are those who can see with their own eyes and hear with their own hearts. - Albert Einstein
Thursday, May 24, 2012
Navigation
Members Online
Total Online: 37
Web Spiders: 15
Guests Online: 34
Members Online: 3

Registered Members: 70190
Newest Member: CrOnUs
Latest Articles
View Thread

HellBound Hackers | Computer General | Programming

Author

javascript

xJorDyx
Member

Posts: 40
Location:
Joined: 15.07.05
Rank:
Active User
Posted on 29-09-05 22:04
i want to know if it is possible and if so, how i can create a site search in javascblockedript iwant it to search the specified url
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled document</title>
</head>

<body>
<form id="searcg" name="search" action="">
<label>Search value:
<input type="text" name="value" tabindex="1" />
</label>
<label>url:
<input type="text" name="url" tabindex="2" />
</label>
<label>
<input name="Search" type="submit" id="Search" tabindex="3" value="Search" />
</label>
<scblockedript language="javascblockedript">
function search () {
if search =="";
Alert("please enter all fields");
window.location.href="search.html";
}
else {
?
}
}
function value () {
if value ="" && value !="http://*"
Alert("please enter all fields")
window.location.href="search.html";
}
else {
?
}
}

</form>
</body>
</html>

im no expert with javascblockedript so correct me and tell me how to implement the search
Author

RE: javascript

metsoc30
Member

Posts: 351
Location: USA
Joined: 01.02.05
Rank:
HBH Guru
Posted on 03-10-05 06:37
you need to be more specific in what you want to search. however. it's probably not going to be very easy in javascblockedript since it's client-side.


Capitalization is the difference between "I had to help my uncle Jack off a horse.." and "I had to help my uncle jack off a horse.."
metsoc30@hotmail.com
Author

RE: javascript

xJorDyx
Member

Posts: 40
Location:
Joined: 15.07.05
Rank:
Active User
Posted on 03-10-05 20:28
yeah i now it wont be easy but i just want to searchlike content of a site likethe ctr+f function
Author

RE: javascript

BobbyB
Member



Posts: 260
Location: England
Joined: 16.03.05
Rank:
Monster
Posted on 03-10-05 21:55
PHP would probably be the way to go mate.


Author

RE: javascript

xJorDyx
Member

Posts: 40
Location:
Joined: 15.07.05
Rank:
Active User
Posted on 04-10-05 18:59
i need it in js i know how to do it in php
Guest
Username

Password

Remember Me


Bookmark This Page
Affiliates
Adverts

 

 

Links
By using, viewing or obtaining any information contained on this site, you agree to the disclaimer.

© HellBound Hackers 2008- 2009. Since 3rd December 2004.