lexx Posted June 7, 2009 Share Posted June 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted June 7, 2009 Share Posted June 7, 2009 What? There are no iframes on that page. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 7, 2009 Author Share Posted June 7, 2009 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/ Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted June 7, 2009 Share Posted June 7, 2009 Oh, my bad. Just do View Source and you'll see exactly how to do it. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 7, 2009 Author Share Posted June 7, 2009 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 :'( Quote Link to comment Share on other sites More sharing options...
Ken2k7 Posted June 7, 2009 Share Posted June 7, 2009 There's something called HTML, which is pretty much all you need. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 7, 2009 Author Share Posted June 7, 2009 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 Quote Link to comment Share on other sites More sharing options...
dawsba Posted June 7, 2009 Share Posted June 7, 2009 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. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 8, 2009 Author Share Posted June 8, 2009 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 ? Quote Link to comment Share on other sites More sharing options...
dawsba Posted June 8, 2009 Share Posted June 8, 2009 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 Quote Link to comment Share on other sites More sharing options...
lexx Posted June 8, 2009 Author Share Posted June 8, 2009 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 Quote Link to comment Share on other sites More sharing options...
dawsba Posted June 8, 2009 Share Posted June 8, 2009 i give you the tools , you finish, if you want me to build it for you I only charge $250ph Quote Link to comment Share on other sites More sharing options...
lexx Posted June 9, 2009 Author Share Posted June 9, 2009 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 Quote Link to comment Share on other sites More sharing options...
haku Posted June 9, 2009 Share Posted June 9, 2009 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. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 11, 2009 Author Share Posted June 11, 2009 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 Quote Link to comment Share on other sites More sharing options...
haku Posted June 11, 2009 Share Posted June 11, 2009 And I'm telling you to ask somewhere else - the 3rd party scripts area, or the freelancers area. This is the wrong area. Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted June 12, 2009 Share Posted June 12, 2009 I recommend using a javascript framework like jquery. It cuts development to half - but the best part is the framework makes everything cross-browser friendly. Quote Link to comment Share on other sites More sharing options...
lexx Posted June 13, 2009 Author Share Posted June 13, 2009 thanks TheFilmGod i fixed the problem my self and your idea helped alot cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.