runnerjp Posted September 1, 2006 Share Posted September 1, 2006 hey hey oki need to get this <?php ssi_recentTopics(); ?> into sum sorta scroll box or summats...problem is when inserted into a javascript scroll box it makes the php script not work any ideas for its to much info to add into such a small space Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/ Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 Post the code you have tried. Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84247 Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 <textarea rows='10' cols='20'><?php ssi_recentTopics(); ?></textarea> Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84249 Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 That should work fine. Can we see the ssi_recentTopics function? Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84254 Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 yer sure...the outcome can be found here [url=http://www.runnerselite.com]www.runnerselite.com[/url]it should be bringin back the most recent topics within my forum Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84256 Share on other sites More sharing options...
trq Posted September 1, 2006 Share Posted September 1, 2006 That is to be expected.[quote]i need to get this <?php ssi_recentTopics(); ?> into sum sorta scroll box or summats.[/quote]You need to put this into a <div>. Moving the topic to somewhere more appropriate. Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84263 Share on other sites More sharing options...
runnerjp Posted September 1, 2006 Author Share Posted September 1, 2006 do u mean like this[code]<textarea rows='10' cols='50'><div><?php require("forum/SSI.php"); ssi_recenttopics(); ?></div></textarea>[/code] Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84265 Share on other sites More sharing options...
AndyB Posted September 1, 2006 Share Posted September 1, 2006 No. Now that you've explained the problem, the solution is exactly as detailed at http://www.htmlite.com/faq015.php - how to make a scrollable div Link to comment https://forums.phpfreaks.com/topic/19409-help-meee-p/#findComment-84268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.