To enable HTML code in this forum click the PHP button in the vB Code section when you post a reply. It is with all the other grey buttons and the drop down boxes for size, font, and color.
It took me ages to figure out how to do it, but then dan4885 edited one of my posts to use it like that and it worked.
There is a tutorial on kirupas site about adding an atomz search field, maybe this could be some help.
I don’t know if you can do it for google considering you would need an ID #, and since you can’t sign up for google, you won’t have an ID #. But it is worth a try to see if you can get it to work.
That is a handy thing to know. I love google, it’s the best search engine I have tried thus far. I have no use for a search engine field in my page, but I am sure many other people do.
after taking a quick glance, i think i know how to do it.
following the atomz search tutorial, just instead of pasting that actionscript, paste this:
on (release, keyPress “<Enter>”) {
address = “http://www.google.com/custom?q=” + url + “&sa=Google+Search&cof=AH%3Acenter%3BS%3A%3Ca+href%3D”;
getURL(address);
}
this may or may not work, if it doesn’t, tell me the error message. PM me or just reply.