CodeIgniter Forums
Java readURL class file will not work - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Java readURL class file will not work (/showthread.php?tid=14734)



Java readURL class file will not work - El Forum - 01-13-2009

[eluser]deeaamon[/eluser]
Hi All,

I've checked the forums on this and cannot seem to find an answer. I have downloaded the javascript applet ReadURL.class.

I need it to read URLS through some code I am doing. I have integrate javascript into my Codeigniter applets and need the class file so users can read urls dynamically.

I use these tags to access

<applet name="readurl" code="scripts/ReadURL.class" width="400" height="50">
Sorry, failed loading applet.
</applet>

In a normal html document this works. Even in a normal php file this works. But when I bring it into Codeigniter it never finds the class file even whwn I give it a direct path to the file. Is there something I am missing?.

I have tried placing the file into a directory in the base_url called scripts.

Thanks for nay help in advance. I hope I gave enough information for you.

Darrell