Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: CRAAZYYY Perl Mash Up

by jbert (Priest)
on Aug 05, 2008 at 10:36 UTC ( [id://702310]=note: print w/replies, xml ) Need Help??


in reply to CRAAZYYY Perl Mash Up

You could:
  • Split your html doc into two DIVs (with mad CSS skills). These are your "two windows".
  • Add a javascript (JS) trigger, so that when you click, you display the additional info in the new pane (as well as setting the original pane to what you currently display)

That won't require any CGI, database or anything else. If you already know CSS, JS and DOM then you're probably OK.

Replies are listed 'Best First'.
Re^2: CRAAZYYY Perl Mash Up
by pc88mxer (Vicar) on Aug 05, 2008 at 16:42 UTC
    This is how I would do it. In fact, you can just toggle the visibility attribute of the parts you want to show or not show. jquery could be of help here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://702310]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found