Best Scripting Format...
Okay, I've been adding a chat script to my site
I'm trying to find the best way to implement the java applet overall. Currently I have it split into several different pages, each calling upon a template from the DB.
However I've expanded it recently to include a room parameter, and the system doesn't seem to be working in frames.
ie: chat.php?content=applet.php&room=Coffeehouse
Apparently when I change the frames contnet, from chat.php?content=whatever, it doesn't change at all.
it doesn't do whatever. I've triple checked all my HTML and it's correct...so stumped..
So I'm probably going back to rewrite all the scripts used to access the templates and wanted to see what's the most efficent way of writing a brand new set of scripts requesting template info off the vB template system
There's about 4 HTML sections involved, a banner, a status page when loading the applet (it becomes the banner after it finishes loading), the menu, and the applet portion.
Ideas?
|