1.

Solve : copying something to my website - help pls.?

Answer»

I want to copy the search feature found here.....
Code: [Select]HTTP://www.unlockbase.com/widget/htc.phpto my website but with a different logo.
I have managed to change the logo and copy it to my site, but it doesnt work on my site.
Here is mine....
Code: [Select]http://www.phonezonescotland.co.uk/htctool.htmHow do I get it to actually do its job from my site?

Thanks
TDI assume that there are probably scripts on this site that you do not have access to.Hi,
First of all, Thank You for taking the time to reply. MUCH appreciated. :-)

So basically, are you saying it cant be done?
If its not possible to recreate that serach field on my webpage, then I have no qualms with providing a link to the other site, but I need my 'customers' to return back to my page after they have used the feature.
Is there any workable solution for this?
Sorry for all the noob questions.

TIA

TD.
You could embed that in your site USING an iframe like so:

Code: [Select]<iframe src="http://www.unlockbase.com/widget/htc.php"
width="40%" height="180"
align="left">
</iframe>

More info on IFRAMES here: http://www.cs.tut.fi/~jkorpela/html/iframe.htmlAlternatively on your website, you'd need a script (PHP perhaps) to accept the input from your user, transmit that query to the REMOTE website (using cURL), parse the result and display it on your own website.

Unless you own both websites, this would be considered poor etiquette. Quote

Unless you own both websites, this would be considered poor etiquette.
And illegal, in some cases - depending on how it was done it could be considered plagerism.


Discussion

No Comment Found