Hyperlinks longer than 255 characters

J

Joshua A. Simpson

I am using frontpage xp to create a form that retrieves the data passed to
it within the hyperlink. I am trying to create a page to modify an access
database, and when i specify all of the fields i want pass, i get an error
that the hyperlink exceeds the 255 character limit. How can i pass the
records to my form and not exceed this limit? Thanks in advance.

Joshua Simpson
 
T

Thomas A. Rowe

Use a form to post, that way you can pass data as hidden form fields or
store in Sessions, instead of as QueryString, and retrieve on the page that
post to the database.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top