Click to See Complete Forum and Search --> : Help with a lil' html


Jungle_Roger
11-27-2006, 07:42 AM
Hi, I'm using a program called R4, Its a visualisation program for winamp..

This is a page from the network code for the program, basically it controls the program remotely (via a network).

I wish to use my psp to control it but the page wont load up...
what I need to do is to get images to display on multiple pages.

<BODY bgcolor="#000000" text="#FFFFFF" link="#00FF00" vlink="#009933" alink="#FFFF00" topmargin="0">
<font face="Arial, Helvetica, sans-serif" size="1">
### hide(set([y],[]))
### hide(for([x],[0],sub(getcount(),[1]),[if(equal([scene],getinf(x,[type])),[set([y],strcat(y,[<a href="cmd.html?cmd=scene&sc=],x,[" target="CMD"><img src="scene/],getinf(x,[file]),[.jpg" width=],getinfo([network/thumbx]),[ height=],getinfo([network/thumby]),[ border=0 alt="],getinf(x,[name]),["></a>],newline()))])]))
Click the images below to make R4 change scene:<br>
### get([y])

I've done a bit of html in the past but this code looks a bit strange, can anyone help??

Thanks

J_R

mshalabi
11-27-2006, 01:15 PM
hummm..

its not html.. its perl language.. this file must be .pm (perl module)..

Jungle_Roger
11-27-2006, 02:10 PM
ok thanks...

but there arnt any perl files and it came from an html file...

anyone???