We currently need a button that (on click) reloads the page, minus any
GET arguments (so the base URL; everything before the ?". I was hoping
to encapsulate this in a Rose::HTML::Object. is there a way to access
the URL at time of page render so that I may adjust the onclick
attribute accordingly? This button will (I assume) always be used
within a form.
Thank you for your time,
Daniel.
If you want to do this server-side, it's entirely dependent on the web
server/application framework you're using. Rose::HTML::* provides no
access to this information (and really doesn't even know if it's
running in a web server at all).
-John