Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
[HELP] Custom Pages
|
| Author |
Message |
AjEe
Junior Member
Posts: 24
Joined: Aug 2008
Reputation: 0
|
[HELP] Custom Pages
Here once again i need help to code a search page using Google custom search code. I did this !
Code:
The following code is for the search box given by Google.
<form action="http://www.projectw.pk/pages.php?page=search" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-******:6hq7ay-sjb1" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="15" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script>
I entered this code in the page http://www.projectw.pk/pages.php?page=search but it does not work!
================================================================================ =================================
Code:
<div id="cse-search-results"></div>
<script type="text/javascript">
var googleSearchIframeName = "cse-search-results";
var googleSearchFormName = "cse-search-box";
var googleSearchFrameWidth = 800;
var googleSearchDomain = "www.google.com";
var googleSearchPath = "/cse";
</script>
<script type="text/javascript" src="http://www.google.com/afsonline/show_afs_search.js"></script>
Can any one help me in this regard!
|
|
| 10-07-2008 08:15 PM |
|
Dalton
MyBBSource Welcomer
Posts: 248
Joined: Aug 2008
Reputation: 2
|
RE: [HELP] Custom Pages
I don't think javascript works with custom pages..
Nickman should know, but since PHP doesn't I doubt that java does.
(This post was last modified: 10-07-2008 09:18 PM by Dalton.)
|
|
| 10-07-2008 09:14 PM |
|
Nickman
Administrator
Posts: 492
Joined: May 2008
Reputation: 11
|
RE: [HELP] Custom Pages
Just a quick question, did you enter it in design mode or no?
|
|
| 10-08-2008 06:31 AM |
|
AjEe
Junior Member
Posts: 24
Joined: Aug 2008
Reputation: 0
|
RE: [HELP] Custom Pages
I tried in design mode and it didn't work!
|
|
| 10-09-2008 02:51 AM |
|
Alexandru21
Junior Member
Posts: 20
Joined: Jun 2008
Reputation: 0
|
RE: [HELP] Custom Pages
You must insert the code in the Simple Mode, not in Design Mode.
|
|
| 10-09-2008 03:21 AM |
|