[albatross-users] URL style user inputs requiring a session server

Michael C. Neel neel at mediapulse.com
Thu Mar 20 02:43:22 EST 2003


I'm not sure if this will help, but I'm messed around with CSS to create
a sumbit button to look like a hyperlink, so that I can have a link
submit a form (without resorting to javascript), and allow me to keep
the session in the hidden fields.

Mike

.btn { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; color: #000000;
	border-style: none;
	background-color: #FFFFFF;
	text-decoration: underline;
	cursor: hand;
}

-----Original Message-----
From: abulka at netspace.net.au [mailto:abulka at netspace.net.au] 
Sent: Sunday, March 16, 2003 11:30 PM
To: albatross-users at object-craft.com.au
Subject: [albatross-users] URL style user inputs requiring a session
server


I'm having trouble running the popview3 example.

1. I copied the file session-server/simpleserver.py 
into the popview3 directory, ran it and then entered
   http://localhost:34343/popview.py
into my browser.  This doesn't work - what are the 
correct instructions for running the popview3 example?

2. It seems that in order to have an albatross app be 
responsive to URL style user inputs, like popview3, 
e.g. <a href="magic?nextpage,m=1">Next Page</a> then 
one needs to run an albatross session server.  Doesn't
this mean that I cannot deploy on my regular obscure 
overseas ISP since they won't let me run my own server, 
let alone have my own port?

3. Is there any documentation or quick overview of 
what each part of URL style user inputs, mean to 
albatross? e.g.
 e.g. <a href="magic?nextpage,m=1">Next Page</a>
What exact bit of my web app code is executed when a user 
clicks on such an url?  How do I get at the url parameters
or does albatross make them available for me in some way?

If I had popview3 running I could probably deconstruct it
and figure out my question #3, however some simple 
documentation on this would be good. The doco on <al-a> tags
is great on creating these sorts of tags, but not on what
they mean.

thanks,
-Andy Bulka
http://www.atug.com/andypatterns







------------------------------------------------------------
This email was sent from Netspace Webmail: http://www.netspace.net.au

_______________________________________________
Albatross-users mailing list Albatross-users at object-craft.com.au
https://www.object-craft.com.au/cgi-bin/mailman/listinfo/albatross-users



More information about the Albatross-users mailing list