Jump to content

[SOLVED] how to do this realy important please help


lexx

Recommended Posts

hi guys i realy need your help

 

im have a search egine webiste got the free script from here u can see the demo in the link bellow

http://www.sphider.eu/demo.php

ok what i want is when some 1 searches and the search engine shows the results so when a user clicks on any of the results shown the page opens in a iframe instead of leaving my website here is an good live example of what i wan

http://www.scripts.com/php-scripts/cms-software/

 

when u click on any link in

http://www.scripts.com/php-scripts/cms-software/

  you will see at the top of the page there is a frame thats how i want when a user clicks on link in results so it opens in the iframe instead of going directly to the orignal link.

 

please guys help me out i tryed asking in there support forum but nobody replys there :(

 

 

Link to comment
Share on other sites

What? There are no iframes on that page.

 

then what is this

http://www.scripts.com/viewscript/php-restaurant-menu-pro/25714/

 

on top there is a frame and bellow is a deferent page i want like this so when a user clicks on the page it shows the frame and still stay on same domain but see the other website bellow the frame and there is a rating and report page option something like this

 

this is my website were i want this http://hunterz.info/

Link to comment
Share on other sites

hi bro i realy dont know how to do it i have tryed but i cant i dont know much about php im new to it i can do simple things but this i cant do it if you or some 1 can ad this feature to this for me please you can download the script from and

http://www.sphider.eu/

then you can upload the modified files here i will do the rest in my website if i could have done it i wouldnt be in here asking for help  :'(

Link to comment
Share on other sites

There's something called HTML, which is pretty much all you need.

 

bro i came here for help here so if i knew i could have done it i wouldnt be asking for help here

 

can u do it for me bro please but i dont know much about html either just simple things if some 1 can help me here please say so if not i will ask some were else please dont get me wrong brother

Link to comment
Share on other sites

Hi, if im reading you right this might help, although this is more of a html/javascript fix

Javacript

  <script>
    function linker(link)
    {
      document.getElementById('result_frame').src=link;
      return true;
    }
  </script>

The iframe

  <iframe src='waiting.php' id='result_frame'></iframe>

The links

  <a href="javascript:linker('http://www.resourcelink.com')">RESOURCE</A>

 

Have fun.

Link to comment
Share on other sites

Hi, if im reading you right this might help, although this is more of a html/javascript fix

Javacript

  <script>
    function linker(link)
    {
      document.getElementById('result_frame').src=link;
      return true;
    }
  </script>

The iframe

  <iframe src='waiting.php' id='result_frame'></iframe>

The links

  <a href="javascript:linker('http://www.resourcelink.com')">RESOURCE</A>

 

Have fun.

 

how do i use this i mean were to put them ?

Link to comment
Share on other sites

nside your head tags 

<script>

    function linker(link)

    {

      document.getElementById('result_frame').src=link;

      return true;

    }

  </script>

 

Where u want your frame:

  <iframe src='waiting.php' id='result_frame'></iframe>

 

Your clickable link:

  <a href="javascript:linker('http://www.resourcelink.com')">RESOURCE</A>

 

If your still not sure, buy a book, download a ebook or even pay a developer :)

Link to comment
Share on other sites

this isnt what i want i tryed what u said but this is an iframe ur code only shows a small box here is an big example http://www.scripts.com/viewscript/php-restaurant-menu-pro/25714/ lwhatook on the top  u see a frame and down bellow is a tottaly deferent website i want to ad this to my website in here http://hunterz.info when some 1 searches when they get to the reseult page know when they click on any of the links it shows a frame like thish ttp://www.scripts.com/viewscript/php-restaurant-menu-pro/25714/ on top and down bellow will be the page they clicked on

 

and here is another good example http://www.scripts.com/php-scripts/cms-software/ click on any of the links on that page u will see

Link to comment
Share on other sites

i give you the tools , you finish, if you want me to build it for you I only charge $250ph

 

yes i know u gave me a code but its deferent is u give me the proper code i will do it check the link above thats how i want it

Link to comment
Share on other sites

Demanding aren't you.

 

This place isn't for helping someone with 3rd-party scripts, it's for helping people who are having troubles with writing their own scripts. Either post in that section of the forum, or if you want someone to write scripts for you, post in the employment section of the forum.

Link to comment
Share on other sites

Demanding aren't you.

 

This place isn't for helping someone with 3rd-party scripts, it's for helping people who are having troubles with writing their own scripts. Either post in that section of the forum, or if you want someone to write scripts for you, post in the employment section of the forum.

 

if you think im then maybe im no offence i just asked for help so if some 1 can help if not say no i will ask some were else

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.